-
i have used this https://restcountries.com/v3.1/name/a?fields=name,flags,timezones,cca2 api now its not working.
![Uploading restcountryapi.PNG…]()
-
### Describe the bug
I am using rest-client-reactive, but not a server impl like resteasy-reactive.
A common library which provides a ContainerResponseFilter.
This filter is apparently registered…
-
I've installed the package following the instructions, but when I try to import:
```
from restcountries import RestCountryApi as rapi
```
I get an import error:
```
ImportError: cannot imp…
-
Hi there, followed the instructions yet not working for me.
Python v: 2.7.13
```from restcountries import RestCountryApi as rapi
def foo(name):
country_list = rapi.get_countries_by_name('F…