Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[collections] add /collections/{collection_id} endpoints #118

Closed
vincentsarago opened this issue Aug 28, 2023 · 0 comments
Closed

[collections] add /collections/{collection_id} endpoints #118

vincentsarago opened this issue Aug 28, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@vincentsarago
Copy link
Member

we already have /collections/{collection_id}/items/{item_id} and /mosaic/{search_id} endpoints but it would be nice to also have /collections/{collection_id} without needed registration

# Now
/mosaic/{search_id}. - Mosaic Endpoints 
/collections/{collection_id}/items/{item_id}` - Items Endpoint

# Proposed 

/mosaics or searches/{search_id}. - Mosaic Endpoints (based on search queries)
/collections/{collection_id}` - Collections Mosaic Endpoint
/collections/{collection_id}/items/{item_id}` - Items Endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant