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 API search #1

Closed tgherzog closed 4 years ago

tgherzog commented 4 years ago

Here's the sample search query from the help desk:

http://api.worldbank.org/v2/sources/2/search/solid%20fuel

tgherzog commented 4 years ago

I'm thinking an interface like this:

def search(phrase, labels=False, fields=False):

Returns: a generator of metadata objects