Changes for version 0.04 - 2013-06-07

  • Added response->error
  • Experimental ability for a response to retry itself via resp->retry(), still thinking this through so it's not in the perldoc yet
  • Create HTTP::Response objects instead of using lwp->get, ->post etc
  • Refactored how auth roles work, no more using lwp->default_header('Authorization') nonsense
  • Added a simple example using the metacpan api
  • Can pass arbitrary options to useragent via ua_options

Modules

Make working with JSON Web API's as painless as possible
Response objects returned by WWW::JSON requests

Provides

in lib/WWW/JSON/Role/Authentication.pm
in lib/WWW/JSON/Role/Authentication/Basic.pm
in lib/WWW/JSON/Role/Authentication/OAuth1.pm
in lib/WWW/JSON/Role/Authentication/OAuth2.pm