tgherzog / wbgapi

Python module that makes using the World Bank's API a lot easier and more intuitive.
MIT License
140 stars 31 forks source link

Support for large requests #3

Closed tgherzog closed 4 years ago

tgherzog commented 4 years ago

Re-architect the fetch interface to support long URLs and/or very large parameter lists. Currently if these exceed the back-end threshold it returns 400 'Bad Request'. Checking with Raj on what the limits are.

tgherzog commented 4 years ago

This is now implemented as the refetch() function. The following now call refetch

Still need to do metadata