a better result
This commit is contained in:
@ -33,7 +33,7 @@ namespace isn.tests
|
||||
[Fact]
|
||||
public async Task TestHttpClient()
|
||||
{
|
||||
string url = "https://isn.pschneider.fr/v3/index.json" ;
|
||||
string url = "https://isn.pschneider.fr"+Constants.ApiVersionPrefix+"/index.json" ;
|
||||
HttpClient client = new HttpClient();
|
||||
// var json = await client.GetStringAsync(new System.Uri(url));
|
||||
var response = await client.GetAsync(url);
|
||||
|
Reference in New Issue
Block a user