We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff171ce commit 6451914Copy full SHA for 6451914
README.md
@@ -65,7 +65,7 @@ token = WfpApiToken(api_key=KEY, api_secret=SECRET)
65
# Defining the host is optional and defaults to https://api.wfp.org/vam-data-bridges/1.4.0
66
# See configuration.py for a list of all supported configuration parameters.
67
configuration = data_bridges_client.Configuration(
68
- host = "https://api.wfp.org/vam-data-bridges/5.0.0"
+ host = "https://api.wfp.org/vam-data-bridges/5.1.0"
69
)
70
configuration.access_token = token.refresh(scopes=SCOPES)
71
0 commit comments