WIP page leaf
This commit is contained in:
parent
2dcf1a2806
commit
7f9984b059
28 changed files with 164 additions and 75 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue