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

Easy way to get all default atomic data ontology data in one request (classes, properties) #149

Closed
joepio opened this issue Jul 13, 2021 · 1 comment
Milestone

Comments

@joepio
Copy link
Member

joepio commented Jul 13, 2021

Many of the default_store.json documents are used all the time by some clients. Currently, these clients simply fetch all these resources by sending individual HTTP requests. That is an overhead that we don't need.

How can we improve upon this?

Add 'include' option to collections and add a Collection containing all data

  • Means the admin of the collection can have control over what is probably needed in this context, yet users could still overwrite it using query parameters
  • Hard to re-use in other Resources

Use a custom HTTP header

  • Does not work well with websockets
  • Can be used in other things then collections
@joepio joepio changed the title Easy way to get all default atomic data ontology (classes, properties) Easy way to get all default atomic data ontology data in one request (classes, properties) Jul 26, 2021
@joepio joepio added this to the v0.27 milestone Oct 3, 2021
@joepio
Copy link
Member Author

joepio commented Oct 25, 2021

Fixed in #181

@joepio joepio closed this as completed Oct 25, 2021
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

1 participant