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

Query parameters #1667

Open
Jimflip opened this issue Sep 29, 2022 · 1 comment
Open

Query parameters #1667

Jimflip opened this issue Sep 29, 2022 · 1 comment

Comments

@Jimflip
Copy link

Jimflip commented Sep 29, 2022

Does this support querying a resource type i.e. class and providing some query parameters to filter the result?
Or can you only get an explicit resource by id, and all resources by Class?

I ask as I don't see any mention of this in Trellis or LDP docs.

Thanks.

@acoburn
Copy link
Member

acoburn commented Sep 29, 2022

No, Trellis does not support query, only GET on individual resources. This is in line with LDP.

What you are likely interested in is indexing resources into a triple store or some external index, possibly via the notification engine that Trellis does support. Once indexed, you can define whatever sort of query API you wish to support.

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

No branches or pull requests

2 participants