You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ STAC Auth Proxy is a proxy API that mediates between the client and an internall
19
19
## Usage
20
20
21
21
> [!NOTE]
22
-
> Currently, the project can only be installed by downloading the repository. It will eventually be available on Docker ([#5](https://github.com/developmentseed/issues/5)) and PyPi ([#30](https://github.com/developmentseed/issues/30)).
22
+
> Currently, the project can only be installed by downloading the repository. It will eventually be available on Docker ([#5](https://github.com/developmentseed/stac-auth-proxy/issues/5)) and PyPi ([#30](https://github.com/developmentseed/stac-auth-proxy/issues/30)).
| ❌ ([#22](https://github.com/developmentseed/issues/22)) |`PUT`|`/collections/{collection_id}}`| Update | Collection | Fetch Collection and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
202
-
| ❌ ([#22](https://github.com/developmentseed/issues/22)) |`DELETE`|`/collections/{collection_id}`| Delete | Collection | Fetch Collectiion and validate with CQL2 query. |
199
+
| ❌ ([#22](https://github.com/developmentseed/stac-auth-proxy/issues/22)) |`POST`|`/collections/`| Create | Collection | Validate body with generated CQL2 query. |
| ❌ ([#22](https://github.com/developmentseed/stac-auth-proxy/issues/22)) |`PUT`|`/collections/{collection_id}}`| Update | Collection | Fetch Collection and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
202
+
| ❌ ([#22](https://github.com/developmentseed/stac-auth-proxy/issues/22)) |`DELETE`|`/collections/{collection_id}`| Delete | Collection | Fetch Collectiion and validate with CQL2 query. |
| ❌ ([#21](https://github.com/developmentseed/issues/21)) |`POST`|`/collections/{collection_id}/items`| Create | Item | Validate body with generated CQL2 query. |
206
-
| ❌ ([#21](https://github.com/developmentseed/issues/21)) |`PUT`|`/collections/{collection_id}/items/{item_id}`| Update | Item | Fetch Item and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
207
-
| ❌ ([#21](https://github.com/developmentseed/issues/21)) |`DELETE`|`/collections/{collection_id}/items/{item_id}`| Delete | Item | Fetch Item and validate with CQL2 query. |
208
-
| ❌ ([#21](https://github.com/developmentseed/issues/21)) |`POST`|`/collections/{collection_id}/bulk_items`| Create | Item | Validate items in body with generated CQL2 query. |
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`POST`|`/collections/{collection_id}/items`| Create | Item | Validate body with generated CQL2 query. |
206
+
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`PUT`|`/collections/{collection_id}/items/{item_id}`| Update | Item | Fetch Item and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
207
+
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`DELETE`|`/collections/{collection_id}/items/{item_id}`| Delete | Item | Fetch Item and validate with CQL2 query. |
208
+
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`POST`|`/collections/{collection_id}/bulk_items`| Create | Item | Validate items in body with generated CQL2 query. |
0 commit comments