Class AppIdentifierMappingsRestService
- Namespace
- OpenSettings.Services.Rest
- Assembly
- OpenSettings.dll
public class AppIdentifierMappingsRestService : IAppIdentifierMappingsRestService, IAppIdentifierMappingsService
- Inheritance
-
AppIdentifierMappingsRestService
- Implements
- Inherited Members
Constructors
AppIdentifierMappingsRestService(HttpClient)
public AppIdentifierMappingsRestService(HttpClient httpClient)
Parameters
httpClient
HttpClient
Methods
CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput, CancellationToken)
public Task<IResponse> CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
input
CreateAppIdentifierMappingInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)
public Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
input
DeleteAppIdentifierMappingInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingByAppAndIdentifierInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingByAppAndIdentifierInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingsInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
input
GetAppIdentifierMappingsInputcancellationToken
CancellationToken
Returns
- Task<IResponse>
UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)
public Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)
Parameters
input
UpdateAppIdentifierMappingSortOrderInputcancellationToken
CancellationToken
Returns
- Task<IResponse>