Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGherardelli committed Dec 12, 2024
1 parent ff171ce commit 6451914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ token = WfpApiToken(api_key=KEY, api_secret=SECRET)
# Defining the host is optional and defaults to https://api.wfp.org/vam-data-bridges/1.4.0
# See configuration.py for a list of all supported configuration parameters.
configuration = data_bridges_client.Configuration(
host = "https://api.wfp.org/vam-data-bridges/5.0.0"
host = "https://api.wfp.org/vam-data-bridges/5.1.0"
)
configuration.access_token = token.refresh(scopes=SCOPES)

Expand Down

0 comments on commit 6451914

Please sign in to comment.