The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Redmine::API::Action - Action to the API

VERSION

version 0.02

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 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) 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.