We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today, the API does not allow us to get the resources of a given note something like /note/:id/resources could be helpful.
/note/:id/resources
The hidden reason is to use the store of the JS framework to keep the resource for the note and avoid to trigger a request for each resource :)
store
The text was updated successfully, but these errors were encountered:
60c1939
update API doc related to issue #1956 (#1982)
5cbae74
* update doc related to issue #1956 * Space line
curl -XGET http://localhost:41184/notes/f5f101e5d57c4df6b1afff256da80b74/resources?token=<token>
gives
{"error":"Internal Server Error: Cannot read property 'body' of undefined"}
Sorry, something went wrong.
Please open a new bug for this, otherwise it's hard to keep track of things.
Api: Resolves laurent22#1956: Allow getting the resources of a note
08962db
No branches or pull requests
Today, the API does not allow us to get the resources of a given note something like
/note/:id/resources
could be helpful.The hidden reason is to use the
store
of the JS framework to keep the resource for the note and avoid to trigger a request for each resource :)The text was updated successfully, but these errors were encountered: