NAME
WebService::Toggl::API - Base Role for WebService::Toggl::API Items and Sets
DESCRIPTION
This role provide behavoir common to all WebService::Toggl::API::
objects.
REQUIRES
api_path
Consuming classes must provide their endpoint on the API. Ex. The WebService::Toggl::API::Project object's api_path
is projects
.
ATTRIBUTES
base_url
The base of the URL for the Toggl API. Defaults to /api/v8
.
my_url
URL for the current API object.
LICENSE
Copyright (C) Fitz Elliott.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Fitz Elliott <felliott@fiskur.org>