diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-30 01:25:26 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-30 01:25:26 +0300 |
| commit | 9d5719421539491e23a701a6db91c7a399bab438 (patch) | |
| tree | 5445f868215cf8c591f02c0d58e59be22c0df582 /docs/swagger.yaml | |
| parent | add swagger and country code entry routes (#4) (diff) | |
| download | lphub-9d5719421539491e23a701a6db91c7a399bab438.tar.gz lphub-9d5719421539491e23a701a6db91c7a399bab438.tar.bz2 lphub-9d5719421539491e23a701a6db91c7a399bab438.zip | |
swagger implementation
Diffstat (limited to '')
| -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" | ||