Skip to content

Commit

Permalink
Update to newest API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Nov 9, 2023
1 parent 82496f0 commit 70e0c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satip/eumetsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def query_data_products(
r: Response from the request
"""

search_url = API_ENDPOINT + "/data/search-products/0.4.0/os"
search_url = API_ENDPOINT + "/data/search-products/1.0.0/os"

params = {
"format": "json",
Expand Down

0 comments on commit 70e0c14

Please sign in to comment.