shiori icon indicating copy to clipboard operation
shiori copied to clipboard

Add GET endpoint to add bookmarks to use with bookmarklet and other methods

Open deanishe opened this issue 4 years ago • 4 comments

Add GET endpoint for submitting bookmarks via bookmarklet, Web Share API, other integrations.

Acceptance criteria

  • GET /bookmarklet: Only for authenticated owners. Receive url via get parameter: /bookmarklet?url=(urlencoded url).
  • Endpoint should be properly tested.
  • Endpoint require the user to be an authenticated owner. (Authentication methods?)

deanishe avatar Aug 20 '20 17:08 deanishe