Zend_Service_Delicious is a concrete implementation of the del.icio.us web service
Located in /Zend/Service/Delicious.php (line 62)
Adds a new bundle
Constructs a new del.icio.us Web Services Client
Create new post
Delete a bundle
Delete a post
Get all posts
Get all bundles.
Returnd array contains bundles as keys and array of tags as values.
Get number of posts by date. Returns array where keys are dates and values are numbers of posts.
Get time of the last update
Get posts matching the arguments. If no date or url is given, most recent date will be used.
Get recent posts
Get all tags.
Returnd array contains tags as keys and number of posts in tags as values
Get fans of some user
Get network of some user
Get posts of some user
Get tags of some user Returend array has tags as keys and number of posts as values
Handles all GET requests to a web service
Rename a tag
Set client username and password
API_URI
= 'https://api.del.icio.us'
(line 64)
JSON_FANS
= '/feeds/json/fans/%s'
(line 82)
JSON_NETWORK
= '/feeds/json/network/%s'
(line 81)
JSON_POSTS
= '/feeds/json/%s/%s'
(line 79)
JSON_TAGS
= '/feeds/json/tags/%s'
(line 80)
JSON_URI
= 'http://del.icio.us'
(line 78)
PATH_BUNDLES
= '/v1/tags/bundles/all'
(line 68)
PATH_BUNDLE_ADD
= '/v1/tags/bundles/set'
(line 70)
PATH_BUNDLE_DELETE
= '/v1/tags/bundles/delete'
(line 69)
PATH_DATES
= '/v1/posts/dates'
(line 71)
PATH_POSTS_ADD
= '/v1/posts/add'
(line 75)
PATH_POSTS_ALL
= '/v1/posts/all'
(line 74)
PATH_POSTS_GET
= '/v1/posts/get'
(line 73)
PATH_POSTS_RECENT
= '/v1/posts/recent'
(line 76)
PATH_POST_DELETE
= '/v1/posts/delete'
(line 72)
PATH_TAGS
= '/v1/tags/get'
(line 66)
PATH_TAG_RENAME
= '/v1/tags/rename'
(line 67)
PATH_UPDATE
= '/v1/posts/update'
(line 65)
Documentation generated on Sun, 29 Oct 2006 21:27:54 -0600 by phpDocumentor 1.3.0RC6