Skip to content

Commit

Permalink
fix: wekeo pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Apr 15, 2024
1 parent e6743bb commit b1a9aef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4193,7 +4193,7 @@
X-API-Key: "{apikey}"

---
!provider # wekeo
!provider # MARK: wekeo
name: wekeo
priority: 0
roles:
Expand Down Expand Up @@ -4291,6 +4291,7 @@
two_passes_id_search: true
pagination:
total_items_nb_key_path: '$.properties.totalResults'
next_page_query_obj: '{{"itemsPerPage":{items_per_page},"startIndex":{skip}}}'
query_params_key: 'search'
discover_product_types:
fetch_url: null
Expand Down Expand Up @@ -5793,6 +5794,7 @@
two_passes_id_search: true
pagination:
total_items_nb_key_path: '$.properties.totalResults'
next_page_query_obj: '{{"itemsPerPage":{items_per_page},"startIndex":{skip}}}'
query_params_key: 'search'
discover_product_types:
fetch_url: https://gateway.prod.wekeo2.eu/hda-broker/api/v1/datasets?itemsPerPage=1400&q=EO:MO
Expand Down

0 comments on commit b1a9aef

Please sign in to comment.