Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. public virtual async Task<(T, HttpStatusCode)> GetAsync<T>(string resource)
  2.  
  3. public virtual async Task<(T, HttpStatusCode, ErrorResponse)> GetAsync<T>(string resource)
  4.  
  5. public virtual async Task<(OneOf<T, ErrorResponse>, HttpStatusCode)> GetAsync<T>(string resource)
  6.  
  7. public virtual async Task<Response<T>> GetAsync<T>(string resource)
  8.  
  9. public virtual async Task<Response<T>> Getv2Async<T>(string resource)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement