NAME

OpenGbg::Handler

VERSION

Version 0.1302, released 2015-01-17.

SYNOPSIS

# $handler is a OpenGbg::Handler object
my $handler = OpenGbg->new(key => 'secret-api-key');

$response = $handler->styr_och_stall->get_bike_stations;

DESCRIPTION

OpenGbg::Handler is the class from where calls to all web services are made.

METHOD

air_quality()

Returns a OpenGbg::Service::AirQuality object.

bridge()

Returns a OpenGbg::Service::Bridge object.

styr_och_stall()

Returns a OpenGbg::Service::StyrOchStall object.

SOURCE

https://github.com/Csson/p5-OpenGbg

HOMEPAGE

https://metacpan.org/release/OpenGbg

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Erik Carlsson.

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