diff options
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml new file mode 100644 index 0000000..e4d9f39 --- /dev/null +++ b/docs/swagger.yaml | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | host: localhost:4000 | ||
| 2 | info: | ||
| 3 | contact: {} | ||
| 4 | description: Backend API endpoints for Least Portals Database. | ||
| 5 | license: | ||
| 6 | name: GNU General Public License, Version 2 | ||
| 7 | url: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
| 8 | title: Least Portals Database API | ||
| 9 | version: "1.0" | ||
| 10 | paths: {} | ||
| 11 | swagger: "2.0" | ||