F# Data


WorldBankDataProvider

Typed representation of WorldBank data with additional configuration parameters. See http://www.worldbank.org for terms and conditions.

Static parameters

Static parametersDescription
Sources
Signature: string (optional, default = "World Development Indicators;Global Financial Development")

The World Bank data sources to include, separated by semicolons. Defaults to World Development Indicators;Global Financial Development. If an empty string is specified, includes all data sources.

Asynchronous
Signature: bool (optional, default = false)

Generate asynchronous calls. Defaults to false.

Fork me on GitHub