Bloglines Sync API
The Bloglines Sync API is used to access subscription information and
to retrieve blog entries. The API currently consists of the following
functions:
- listsubs - The listsubs function is used to retrieve subscription information for a given Bloglines account.
- getitems - The getitems function is used to retrieve blog entries for a given subscription.
All calls use HTTP Basic authentication. The username is the email address
of the Bloglines account, and the password is the same password used to
access the account through the Bloglines web site.
|