Tagged Questions
1
vote
2answers
72 views
Does Delicious use GET requests for creation instead of POST, and why shouldn't I do the same?
I'm looking at the Delicious API and see the following is the operation to create a new bookmark:
https://api.del.icio.us/v1/posts/add?&url={URL}&description={description}
It looks like ...