dev-api: add developer portal, OpenAPI spec, and Flatenbadet case study
- New /developers/ page with API docs, SDKs, pricing, use cases - OpenAPI 3.0 spec for Orders, Missions, Photos, Analytics - Case study: Glasskiosken i Flatenbadet — complete ROI analysis - Updated /order/ with recurring missions and frequency dropdown
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "benchmarks",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"valid": "node valid.js",
|
||||
"ignore": "node ignore.js",
|
||||
"no_proto": "node no__proto__.js",
|
||||
"remove": "node remove.js",
|
||||
"throw": "node throw.js",
|
||||
"all": "node --version && npm run valid && npm run ignore && npm run no_proto && npm run remove && npm run throw"
|
||||
},
|
||||
"dependencies": {
|
||||
"benchmark": "^2.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user