-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add global data method to REST API #4
Labels
Milestone
Comments
Still need to document this in the wiki |
Also no parameter checking. Returns empty result if no uri given: |
osma
added a commit
that referenced
this issue
Sep 23, 2014
Documented in wiki. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the current REST API, to retrieve information about a concept, you need to know which vocabulary to look in. But it is not always obvious.
Should implement a global data method that works like the vocabulary-specific data method, but returns data from all vocabularies. E.g.
http://api.finto.fi/rest/v1/data?format=application/json&uri=http://www.yso.fi/onto/allars/Y25576
The text was updated successfully, but these errors were encountered: