Skip to content

Commit

Permalink
Autogenerate API
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss authored and github-actions[bot] committed Oct 5, 2023
1 parent dc71a9f commit 8b1ce1e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
35 changes: 35 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"openapi": "3.0.3",
"info": {
"title": "backend",
"description": "Bob Management GUI: Backend",
"contact": {
"name": "Romanov Simeon ArchArcheoss@proton.me"
},
"license": {
"name": ""
},
"version": "0.0.0"
},
"paths": {
"/": {
"get": {
"tags": [
"crate"
],
"operationId": "root",
"responses": {
"200": {
"description": "Hello Bob!"
}
}
}
}
},
"tags": [
{
"name": "bob",
"description": "BOB management API"
}
]
}
21 changes: 21 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
openapi: 3.0.3
info:
title: backend
description: 'Bob Management GUI: Backend'
contact:
name: Romanov Simeon ArchArcheoss@proton.me
license:
name: ''
version: 0.0.0
paths:
/:
get:
tags:
- crate
operationId: root
responses:
'200':
description: Hello Bob!
tags:
- name: bob
description: BOB management API

0 comments on commit 8b1ce1e

Please sign in to comment.