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

Improve RESTfulness for collection URIs #10

Open
cnrdh opened this issue Mar 6, 2014 · 1 comment
Open

Improve RESTfulness for collection URIs #10

cnrdh opened this issue Mar 6, 2014 · 1 comment

Comments

@cnrdh
Copy link
Member

cnrdh commented Mar 6, 2014

We need a robust mechanism to GET all documents in a collection.

The API co-evolved from ideas similar to those expressed in http://tools.ietf.org/html/draft-kelly-json-hal-06 - with widespread use of hyperlinks between documents. However, at the collection level, we lack links from the Collection URI to bundles of documents (similar to a database view). With such links, RESTful clients could follow a simple set of rules to download entire collections

@cnrdh
Copy link
Member Author

cnrdh commented Dec 3, 2014

We now have HAL support for ES queries, but not for endpoints.

We could start by redirecting from /endpoint to /endpoint/?q=&format=hal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants