I've enabled an experimental API endpoint at https//
api.pinboard.in/
v1/. This version of the API is targeted at developers and people
who want to horse around and are not afraid of a few bugs, hiccups,
complete data loss etc. You're welcome to use it (and I would love
bug reports), but please do not release public code using the API
until I have a chance to finish debugging and testing. I'll make an
announcement on the site blog and this list once things are ready.
This version of the API is meant to exactly emulate the
del.icio.us
API, documented at
http://delicious.com/help/api. The operations
and syntax listed there should all work, except for the following
unsupported API calls:
posts/all?hashes
posts/suggest
any tag bundle operations
/posts/get - the "hashes" and "meta" argument
/posts/all - "meta" argument
Please let me know by email if you come across any bugs, or if there
are additional API methods you need exposed in order to do something
neat. Also, please rate limit to one request/second and back up your
data before you start mucking around (
https://username:pass...@api.pinboard.in/v1/posts/all).
Thanks!
Maciej