The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2013-09-26

  • Adding EXPERIMENTAL templating in URL paths. Example usage: $wj->get('/users/[% user_id %]/status', { queryparam1 => 'foo', -user_id => 123 });
  • Removed experimental retry functionality, instead use $wj->http_request($response->request_object) to retry

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