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

NAME

WebService::ForecastIO::Request - Request role for WebService::ForecaseIO

VERSION

version 0.01

OVERVIEW

This is a role which implements requests to the forecast.io API.

ATTRIBUTES

base_url

The base url to connect to the web service. Defaults to https://api.forecast.io/forecast

ua

The user agent for the role. Uses HTTP::Tiny.

decoder

The library to deserialize JSON responses. Uses JSON.

AUTHOR

Mark Allen <mrallen1@yahoo.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Mark Allen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.