Hi All, *Introduction*
*Delicious is a social bookmarking website - the primary use of delicious is to store your bookmarks online, which allows you to access the same bookmarks from any computer and add bookmarks from anywhere, too. On delicious, you can use tags to organize and remember your bookmarks, which is a much more flexible system than folders. * *The API provides read/write access to Delicious bookmarks and tags via an HTTP-based interface. The RESTful API returns responses in XML.* *Delicious Connector Summary* *• Connector Name: delicious-connector-1.0.0* *• Version: 1.0.0* *• Technology: REST* Authentication Delicious API uses OAuth2 based authentication [1] *Posts* *postsUpdate — Check to see when a user last posted an item.* *postsAdd — Add a new bookmark. * *postsDelete — Delete an existing bookmark. * *postsGet — Get bookmark for a single date, or fetch specific items. * *postsRecent — Fetch recent bookmarks. * *postsDates — List dates on which bookmarks were posted. * *postsAll — Fetch all bookmarks by date or index range. * *postsAllHashes — Fetch a change detection manifest of all items. * *postsSuggest — Fetch popular, recommended and network tags for a specific url. * Tag Bundles *tagsBundlesAll — Fetch tag bundles * *tagsBundlesSet — Assign a set of tags to a bundle* *tagsBundlesDelete — Delete a tag bundle * Tags *tagsGet — Fetch all tags. * *tagsDelete — Delete a tag from all posts. * *tagsRename — Rename a tag on all posts. * *Above are the methods that is going to be implemented in the delicious connector. We have taken all the methods that are supported by the current delicious *API.[1] <https://github.com/SciDevs/delicious-api/tree/master/api> * <https://github.com/SciDevs/delicious-api/tree/master/api>* *[1] https://github.com/SciDevs/delicious-api/tree/master/api <https://github.com/SciDevs/delicious-api/tree/master/api>* * <https://github.com/SciDevs/delicious-api/tree/master/api>* Thank you, Duleepa
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
