Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 8a79b0e

Browse files
committed
Add Open API spec
1 parent 6a8546b commit 8a79b0e

File tree

3 files changed

+3218
-2
lines changed

3 files changed

+3218
-2
lines changed

docs/api/openapi3.yaml

Lines changed: 3214 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"watch-poll": "npm run watch -- --watch-poll",
88
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
99
"prod": "npm run production",
10-
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
10+
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
11+
"docs": "aglio -i docs/api/blueprint/apidocs.apib --theme-variables Flatly --theme-template triple -o resources/views/apidocs.blade.php"
1112
},
1213
"devDependencies": {
1314
"axios": "^0.19",
@@ -22,3 +23,4 @@
2223
"sass-loader": "^7.1.0",
2324
"vue": "^2.5.17"
2425
}
26+
}

resources/views/apidocs.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,7 @@
27242724
</li>
27252725
</ul>
27262726
<p>In the body of the requests you can send the raw binary data in base 64 encoded of the image.</p>
2727-
</div></div><hr class="split"><div class="middle"><p style="text-align: center;" class="text-muted">Generated by&nbsp;<a href="https://github.com/danielgtaylor/aglio" class="aglio">aglio</a>&nbsp;on 17 Sep 2018</p></div></div></div></div><script>/* eslint-env browser */
2727+
</div></div><hr class="split"><div class="middle"><p style="text-align: center;" class="text-muted">Generated by&nbsp;<a href="https://github.com/danielgtaylor/aglio" class="aglio">aglio</a>&nbsp;on 23 Jun 2019</p></div></div></div></div><script>/* eslint-env browser */
27282728
/* eslint quotes: [2, "single"] */
27292729
'use strict';
27302730

0 commit comments

Comments
 (0)