Method PostAsync
- Namespace
- Innova.Rest.Abstractions
- Assembly
- Innova.Rest.Abstractions.dll
PostAsync(string, CancellationToken)
Task PostAsync(string path, CancellationToken cancellationToken = default)
Parameters
pathstringcancellationTokenCancellationToken
Returns
PostAsync<PostType, GetType>(string, PostType, CancellationToken)
Task<GetType> PostAsync<PostType, GetType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
pathstringitemToPostPostTypecancellationTokenCancellationToken
Returns
- Task<GetType>
Type Parameters
PostTypeGetType
PostAsync<PostType>(string, PostType, CancellationToken)
Task PostAsync<PostType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
pathstringitemToPostPostTypecancellationTokenCancellationToken
Returns
Type Parameters
PostType