NAME
Redmine::API::Action - Action to the API
VERSION
version 0.03
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
BUGS
Please report any bugs or feature requests on the bugtracker website http://tasks.celogeek.com/projects/perl-modules-redmine-api
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) 2012 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.