a better result

This commit is contained in:
2023-04-25 22:40:58 +01:00
parent 56e4b6c526
commit d3b96088ab
47 changed files with 268 additions and 238 deletions

View File

@ -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);