generated server from specification
api/openapi.yaml
0 → 100755
controllers/Application.js
0 → 100755
controllers/Decision.js
0 → 100755
controllers/Info.js
0 → 100755
controllers/Status.js
0 → 100755
controllers/Verification.js
0 → 100755
index.js
0 → 100755
package.json
0 → 100755
{ | ||
"name": "openapis-f-r-e-government", | ||
"version": "0.0.3", | ||
"description": "This is a sample specification of the interfaces based on a project in the city of Munich for the public sector.", | ||
"main": "index.js", | ||
"scripts": { | ||
"prestart": "npm install", | ||
"start": "node index.js" | ||
}, | ||
"keywords": [ | ||
"swagger" | ||
], | ||
"license": "Unlicense", | ||
"private": true, | ||
"dependencies": { | ||
"connect": "^3.2.0", | ||
"js-yaml": "^3.3.0", | ||
"oas3-tools": "^2.0.2" | ||
} | ||
} |
service/DecisionService.js
0 → 100755