tgherzog / wbgapi

Python module that makes using the World Bank's API a lot easier and more intuitive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a full documentation?

arisliang opened this issue · comments

commented

There're some usage examples in the README. However, i couldn't seem to find full documentation. Is there a full documentation for the api?

There is documentation here: https://pypi.org/project/wbgapi/

And several additional examples here: https://github.com/tgherzog/wbgapi/tree/master/examples

And every function and class is extensively documented: use the help function at the python command prompt.