public IWebCall <BaseUserRequest, BaseResponse> IntegrationTestSupportUserSessionExpirePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.POST, new Uri(host + "/integrationTestSupport/user/session/expire"), request)); }
public IWebCall <BaseUserRequest, PostPresenceResponse> PresencePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, PostPresenceResponse>(HttpMethod.POST, new Uri(host + "/presence"), request)); }
public IWebCall <BaseUserRequest, BaseResponse> IntegrationTestSupportUserAnonymizePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.POST, new Uri(host + "/integrationTestSupport/user/anonymize"), request)); }
public IWebCall <BaseUserRequest, BaseResponse> IntegrationTestSupportUserNotificationCounterDeletePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.POST, new Uri(host + "/integrationTestSupport/user/notificationCounter/delete"), request)); }
public IWebCall <BaseUserRequest, BaseResponse> IntegrationTestSupportModerationTempBanPut(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.PUT, new Uri(host + "/integrationTestSupport/moderation/tempBan"), request)); }
public IWebCall <BaseUserRequest, GetGeolocationResponse> GeolocationPost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, GetGeolocationResponse>(HttpMethod.POST, new Uri(host + "/geolocation"), request)); }
public IWebCall <BaseUserRequest, GetFriendshipRecommendationResponse> FriendshipRecommendPost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, GetFriendshipRecommendationResponse>(HttpMethod.POST, new Uri(host + "/friendship/recommend"), request)); }
public IWebCall <BaseUserRequest, BaseResponse> SessionUserDeletePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.POST, new Uri(host + "/session/user/delete"), request)); }
public IWebCall <BaseUserRequest, BaseResponse> PushNotificationsSettingDeletePost(BaseUserRequest request) { return(CreateWebCall <BaseUserRequest, BaseResponse>(HttpMethod.POST, new Uri(host + "/pushNotificationsSetting/delete"), request)); }