Interface IRestClient NamespaceInnova.Rest.Abstractions AssemblyInnova.Rest.Abstractions.dll public interface IRestClient Methods GetAsync<GetType>(string, CancellationToken) PostAsync(string, CancellationToken) PostAsync<PostType>(string, PostType, CancellationToken) PostAsync<PostType, GetType>(string, PostType, CancellationToken) PutAsync<PostType, GetType>(string, PostType, CancellationToken)