Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Sep 26, 2024
1 parent 45b229d commit f1cb4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Draft Python API:

>>> import cads_api_client
>>> client = cads_api_client.ApiClient()
>>> assert client.check_authentication()
>>> client.check_authentication()
{...}

>>> collection_id = "reanalysis-era5-pressure-levels"
>>> collection = client.get_collection(collection_id)
Expand Down

0 comments on commit f1cb4ee

Please sign in to comment.