WIP page leaf
This commit is contained in:
@ -10,6 +10,7 @@ using isn.Abstract;
|
||||
using System.Linq;
|
||||
using Xunit;
|
||||
using isn.abst;
|
||||
using isnd.Entities;
|
||||
|
||||
namespace isn.tests
|
||||
{
|
||||
@ -47,7 +48,7 @@ dataTable.Rows.Add(dataRow);
|
||||
[Fact]
|
||||
public async Task TestHttpClient()
|
||||
{
|
||||
string url = "http://isn.pschneider.fr/index.json";
|
||||
string url = "http://isn.pschneider.fr/" + ApiConfig.Base;
|
||||
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