You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
After clicking a bookmarks icon button (first idea: simply copy the bookmarks app's icon) it should send a request to the bookmarks app looking like this:
POST /apps/bookmarks/bookmarks
{"url": article.url,"name": article.title}
The following cases for the response exist:
Success (HTTP 200-299)
Error (HTTP 400-599)
A successful request should probably show a notification using the notification API (I'm not sure about this yet).
Error messages should be shown using the ownCloud notification API: