Skip to content
New issue

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

Add support for the JSON API #5

Open
GoogleCodeExporter opened this issue Oct 21, 2015 · 8 comments
Open

Add support for the JSON API #5

GoogleCodeExporter opened this issue Oct 21, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

In addition to the XML API that pydelicious supports, delicious also has a
JSON API for doing certain things:
http://del.icio.us/help/json/

Some of the functions are overlaps with what's in the XML, but some (like
url) are unique to JSON. None of the JSON functions seem to require
authentication, so it's pretty trivial to hack it up. The main value-add
would be choosing a JSON library so that delicious developers don't have to
think about that.

Before putting a lot of work into this it'd be nice to learn what the
development plans are for the delicious API.

Original issue reported on code.google.com by [email protected] on 17 Feb 2007 at 4:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant