Function: http://rpc.bloglines.com/update
The update function is used to quickly retrieve an unread count for
a given Bloglines account. It requires no authentication.
Required Parameters
- user - The email address of the Bloglines account
- ver - Set to 1
Optional Parameters
HTTP Status Response
Payload Response
The response is plain text, like this:
|A|B|
where A is the number of unread messages, or -1 if the user email address
is wrong. B is generally blank, but if something's there, it's going to be
a URL. The URL will point to an upgrade page. We have that provision in
there in case we need to have people upgrade a particular notifier program.
Example Call
http://rpc.bloglines.com/update?user=user@example.com&ver=1
Example Response
|10||
|