NAME
Redmine::API::Action - Action to the API
VERSION
version 0.04
METHODS
create
Create entry into Redmine.
Args: %data
data is pass thought payload
all
Get all data from Redmine.
Args: %options
You can pass offset, limit ...
get
Get one entry from Redmine.
Args: $id, %options
del
Delete one entry from Redmine
Args: $id
update
Update one entry from Redmine
Args: $id, %data
data is pass thought payload to Redmine
formatResponse
return response except if the message has not the right status
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/celogeek/Redmine-API/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
celogeek <me@celogeek.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by celogeek <me@celogeek.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.