node-redmine icon indicating copy to clipboard operation
node-redmine copied to clipboard

Redmine REST API Client for node.js

Results 6 node-redmine issues
Sort by recently updated
recently updated
newest added

For a redmine with a expired certificate I did have to add to the library in redmine.js:98 rejectUnauthorized: false,//true this could be turn into an argument/option for the object creation...

Hi, method updateIssue returns an empty string and JSON.parse cannot be applied to empty strings in request method, this causes an error: ``` undefined:0 SyntaxError: Unexpected end of input at...

/usr/lib/node_modules/node-redmine/lib/redmine.js:31 if (typeof host !== 'string') throw new Error('hostname should be a String ! ^ Error: hostname should be a String ! at Object.Redmine (/usr/lib/node_modules/node-redmine/lib/redmine.js:31:39) at Object. (/home/justin/abr/redmine.js:3:15) at Module._compile...

My host: redmine,company.com/redmine And uesd apiKey: '*********************************' ``` javascript var Redmine = require('promised-redmine'); var config = require('./config.json').redmine; var redmine = new Redmine(config); // get issue redmine.getIssues({project_id: 1}) .then(function(data) { console.log("Issues:");...

- prefix: redmine subdirectory path - protocol: http: or https: - port: redmine server port 今更?という感じですが。p-r お送りいたします。