I’m working on an open-source social bookmarking site in Elixir that is API compatible with delicious/pinboard. It’s named linkhut and it’s currently able to import your bookmarks from pinboard and browser exports. The flagship instance is: https://ln.ht The source code is hosted here: https://sr.ht/~mlb/linkhut/ The documentation: https://docs.linkhut.org/introduction.html The two things that are important to me in…
> API compatible with delicious/pinboard. > […] > The current API on linkhut aims to be bug for bug compatible with pinboard while being more OAuth-y. This is neat! Are there any API docs available for delicious, pinboard, and your application respectively?
Linkhut’s API: https://docs.linkhut.org/overview.html
Pinboard’s API: https://pinboard.in/api/
Delicious’ API: https://github.com/domainersuitedev/delicious-api