Compare commits
2 Commits
c3a11f1f3c
...
d45c8a7e9a
Author | SHA1 | Date | |
---|---|---|---|
d45c8a7e9a | |||
2ec9a9fe4d |
28
spec/api.json
Normal file
28
spec/api.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"openapi":"3.0.2",
|
||||||
|
"info": {
|
||||||
|
"title":"API Title",
|
||||||
|
"version":"1.0"
|
||||||
|
},
|
||||||
|
"servers": [
|
||||||
|
{"url":"https://appreports.scode.ovh/v1"}
|
||||||
|
],
|
||||||
|
"paths": {
|
||||||
|
"/app": {
|
||||||
|
"get": {
|
||||||
|
"description": "list all apps",
|
||||||
|
"parameters": [],
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "OK",
|
||||||
|
"content": {
|
||||||
|
"application/json": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -19,7 +19,7 @@
|
|||||||
v-else
|
v-else
|
||||||
class="info"
|
class="info"
|
||||||
>
|
>
|
||||||
Select an app to view its Reports
|
Select an app to view its reports
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user