Exemple #1
0
 /// <summary>
 /// Sends a GET request based on the 'best' parameters.
 /// </summary>
 /// <param name="parameters">Parameters to customize the search.</param>
 /// <returns></returns>
 public async Task <BestResponse> GetBestAsync(BestResponseParameters parameters)
 {
     Model.Endpoint = parameters.ToString();
     return(await GetResponse <BestResponse>(Model.URL));
 }
Exemple #2
0
 public Task<BestResponse> GetBestAsync(BestResponseParameters parameters)
 {
     throw new NotImplementedException();
 }