How do request a list of available collections? #162
-
All of the collection-related endpoints require passing a collection_id value. How do you request a list of collections via titiler-pgstac? I would expect there would be something like: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@tylere I didn't added a That's said, in eoapi, I've added a |
Beta Was this translation helpful? Give feedback.
-
@tylere in the latest release titiler-pgstac/titiler/pgstac/main.py Lines 113 to 133 in bb314ee which will be added when |
Beta Was this translation helpful? Give feedback.
@tylere in the latest release
1.3.0
I've added 2 debugs endpoints/collections
and/collections/{collection_id}
titiler-pgstac/titiler/pgstac/main.py
Lines 113 to 133 in bb314ee