egbakou / RESTCountries.NET

⚡Offline dotnet standard library to get information about countries
https://lioncoding.com
MIT License
287 stars 19 forks source link

It doesnt work #1

Closed abrantie1z closed 5 years ago

abrantie1z commented 5 years ago

i installed the nuget into my .netstandard library, but when i call the api with an of the methods , i can get an error like no countries returned. am i missing something or the site is down?

egbakou commented 5 years ago

Are you sure? All methods work perfectly !

egbakou commented 5 years ago

Or you are offline ?

abrantie1z commented 5 years ago

No, am connected through a LAN. do u install the nuget to platforms projects too?

egbakou commented 5 years ago

You have just to install the nuget package into your shared project. You have also to be connected to Internet.

abrantie1z commented 5 years ago

i can confirm is working now, it wasnt working previously.