Patch #8451
API:REST patch for the Net::Redmine::API::REST Perl Module
Status: | New | Start date: | 2011-05-26 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - |
Description
Hi,
I worked with Stephane Schoorens on the Net::Redmine::API::REST Perl module :
https://github.com/sschoorens/Net--Redmine--API--REST
In order to make the Redmine API::REST working, we made a couple of changes on Redmine version 1.1.2 :
- Make the /issue_statuses.(xml|json) url available ;
- return an array of issue statuses (new, resolved, ...) ;
- Make the /trackers.(xml|json) url available ;
- return an array of trackers (defect, patch, ...);
- Make the /issue_categories.(xml|json) url available ;
- return an array of issue categories (REST API,News,...);
- Make the /enumerations.(xml|json) url available ;
- return an array of enumerations (DocumentCategory, IssuePriority, ...);
This patch was made on Redmine 1.1.2 and is working on our production server and does apply smoothly on the trunk (revision 5937).
Theses four urls are mandatory for the Net::Redmine::API::REST.
Best Regards,