Table of Contents

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 CreateAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput, CancellationToken)

public Task<IResponse> DeleteAppIdentifierMappingAsync(DeleteAppIdentifierMappingInput input, CancellationToken cancellationToken = default)

Parameters

input DeleteAppIdentifierMappingInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

public Task<IResponse> GetAppIdentifierMappingByAppIdAndIdentifierIdAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput, CancellationToken)

public Task<IResponse> GetAppIdentifierMappingByAppSlugAndIdentifierSlugAsync(GetAppIdentifierMappingByAppAndIdentifierInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingByAppAndIdentifierInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput, CancellationToken)

public Task<IResponse> GetAppIdentifierMappingsByAppIdAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IResponse>

GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput, CancellationToken)

public Task<IResponse> GetAppIdentifierMappingsByAppSlugAsync(GetAppIdentifierMappingsInput input, CancellationToken cancellationToken = default)

Parameters

input GetAppIdentifierMappingsInput
cancellationToken CancellationToken

Returns

Task<IResponse>

UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput, CancellationToken)

public Task<IResponse> UpdateAppIdentifierMappingSortOrderAsync(UpdateAppIdentifierMappingSortOrderInput input, CancellationToken cancellationToken = default)

Parameters

input UpdateAppIdentifierMappingSortOrderInput
cancellationToken CancellationToken

Returns

Task<IResponse>