Mockup

node v10.24.1
version: 14.0.2
endpointsharetweet
var endpoint = require("@runkit/runkit/json-endpoint/1.0.0"); endpoint(exports, function(incomingData) { return { "issues": { "type": "array", "count": "1640", "issue": [ { "id": "4326", "project": { "name": "Redmine", "id": "1" }, "tracker": { "name": "Feature", "id": "2" }, "status": { "name": "New", "id": "1" }, "priority": { "name": "Normal", "id": "4" }, "author": { "name": "John Smith", "id": "10106" }, "category": { "name": "Email notifications", "id": "9" }, "subject": "Aggregate Multiple Issue Changes for Email Notifications", "description": "This is not to be confused with another useful proposed feature that\n would do digest emails for notifications.", "start_date": "2009-12-03", "due_date": "", "done_ratio": "0", "estimated_hours": "", "created_on": "Thu Dec 03 15:02:12 +0100 2009", "updated_on": "Sun Jan 03 12:08:41 +0100 2010" }, ] } } })
Loading…

no comments

    sign in to comment