Class AppIdentifierMappingsRestService
- Namespace
- OpenSettings.Services.Rest
- Assembly
- OpenSettings.dll
public class AppIdentifierMappingsRestService : IAppIdentifierMappingRestService, IAppIdentifierMappingService
- Inheritance
-
AppIdentifierMappingsRestService
- Implements
- Inherited Members
Constructors
AppIdentifierMappingsRestService(IHttpClientFactory)
public AppIdentifierMappingsRestService(IHttpClientFactory httpClientFactory)
Parameters
httpClientFactoryIHttpClientFactory
Methods
CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput, CancellationToken)
public Task<IResponse> CreateAppIdentifierMappingAsync(CreateAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
inputCreateAppIdentifierMappingInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)
public Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)
Parameters
inputDeleteAppIdentifierMappingInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingByAppAndIdentifierInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingByAppAndIdentifierInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingsInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)
public Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)
Parameters
inputGetAppIdentifierMappingsInputcancellationTokenCancellationToken
Returns
- Task<IResponse>
UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)
public Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)
Parameters
inputUpdateAppIdentifierMappingSortOrderInputcancellationTokenCancellationToken
Returns
- Task<IResponse>