Zend_Service_DeliciousZend_Service_Delicious is a concrete implementation of the del.icio.us web service
Located in /Service/Delicious.php (line 62)
Zend_Service_Delicious_PostList
getPosts
([string $tag = null], [Zend_Date $dt = null], [string $url = null])
Zend_Service_Delicious_PostList
getUserPosts
(string $user, [int $count = null], [string $tag = null])
array
getUserTags
(string $user, [int $atleast = null], [int $count = null], [string $sort = 'alpha'])
Constructor __construct (line 116)
Constructs a new del.icio.us Web Services Client
addBundle (line 198)
Adds a new bundle
createNewPost (line 317)
Create new post
deleteBundle (line 210)
Delete a bundle
deletePost (line 221)
Delete a post
getAllPosts (line 279)
Get all posts
getBundles (line 182)
Get all bundles.
Returnd array contains bundles as keys and array of tags as values.
getDates (line 234)
Get number of posts by date. Returns array where keys are dates and values are numbers of posts.
getLastUpdate (line 139)
Get time of the last update
getPosts (line 253)
Get posts matching the arguments. If no date or url is given, most recent date will be used.
getRecentPosts (line 298)
Get recent posts
getTags (line 158)
Get all tags.
Returnd array contains tags as keys and number of posts in tags as values
getUserFans (line 384)
Get fans of some user
getUserNetwork (line 373)
Get network of some user
getUserPosts (line 329)
Get posts of some user
getUserTags (line 351)
Get tags of some user Returend array has tags as keys and number of posts as values
makeRequest (line 397)
Handles all GET requests to a web service
renameTag (line 170)
Rename a tag
setAuth (line 129)
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 Wed, 21 Feb 2007 12:02:24 -0800 by phpDocumentor 1.3.1