NAME

Posterous - API to posterous.com

SYNOPSIS

use Posterous;

DESCRIPTION

Class Method

new($user_mail, $pass, $site_id)

constructor, $user_mail and $pass are required.

Instance Method

auth_key()

return Base64 encoded "$user_mail:$pass" for Basic HTTP Authentication

account_info()

GET /api/getsites, return a list of all sites owned by specified user

EXPORT

SEE ALSO

Official API detail

http://posterous.com/api

Posterous API Ruby version

https://rubyforge.org/projects/posterous/

http://github.com/jordandobson/Posterous/tree/master

AUTHOR

shelling, <shelling@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by shelling

Release under MIT (X11) Lincence