Skip to content

johnwesonga/wbdata

Repository files navigation

wbdata

World Bank Open data API for Go

Find and request information from the World Bank Open Data API http://data.worldbank.org/

Usage

import "github.com/johnwesonga/wbdata"

Construct a new Wbdata client, then use the various services on the client to access different parts of the World Bank Open Data API. For example, to list all countries:

client := wbdata.NewClient(nil)
countries, err := client.Countries.ListCountries()

About

World bank open data API for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages