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

Changes for version 1.00 - 2015-02-05

  • PUTs need to work like POSTs, not GETs
  • Added Header authentication method
  • get,post etc can now take an additional options hashref as an optional third parameter. currently used to define additional query params

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/Header.pm
in lib/WWW/JSON/Role/Authentication/OAuth1.pm
in lib/WWW/JSON/Role/Authentication/OAuth2.pm