Project

General

Profile

Actions

Patch #8451

open

API:REST patch for the Net::Redmine::API::REST Perl Module

Added by Christophe Nowicki almost 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-05-26
Due date:
% Done:

0%

Estimated time:

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,


Files

redmine-1.1.2-rest-usability-enhancement.patch (10.8 KB) redmine-1.1.2-rest-usability-enhancement.patch redmine-1.1.2-rest-usability-enhancement for Net::Redmine::API::REST Christophe Nowicki, 2011-05-27 14:46

No data to display

Actions

Also available in: Atom PDF