NAME
Business::Monzo::Client
DESCRIPTION
This is a class for the lower level requests to the Monzo API. generally there is nothing you should be doing with this.
ATTRIBUTES
token
Your Monzo access token, this is required
api_url
The Monzo url, which will default to https://api.monzo.com
user_agent
The user agent string used in requests to the monzo API, defaults to business-monzo/perl/v . $version_of_this_library.
METHODS
api_get
api_post
api_delete
api_patch
Make a request to the Monzo API:
my $data = $Client->api_get( 'location',\%params );
May return a the decoded response data as a hash/array/string depending on the reposonse type
AUTHOR
Lee Johnson - leejo@cpan.org
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:
https://github.com/leejo/business-monzo