feat: logging
This commit is contained in:
parent
778d5ef146
commit
fe5e40162b
10 changed files with 151 additions and 75 deletions
|
|
@ -3,7 +3,7 @@ info:
|
|||
title: Swagger GSN - OpenAPI 3.0
|
||||
version: 0.0.1
|
||||
paths:
|
||||
/subscription:
|
||||
/api/v1/subscription:
|
||||
get:
|
||||
tags:
|
||||
- Subscriptions
|
||||
|
|
@ -67,7 +67,7 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/station:
|
||||
/api/v1/station:
|
||||
get:
|
||||
tags:
|
||||
- Stations
|
||||
|
|
@ -106,7 +106,7 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/station/subscribe:
|
||||
/api/v1/station/subscribe:
|
||||
post:
|
||||
tags:
|
||||
- Stations
|
||||
|
|
@ -144,7 +144,7 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/satellite:
|
||||
/api/v1/satellite:
|
||||
get:
|
||||
tags:
|
||||
- Satellites
|
||||
|
|
@ -183,7 +183,7 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/Error"
|
||||
/satellite/subscribe:
|
||||
/api/v1/satellite/subscribe:
|
||||
post:
|
||||
tags:
|
||||
- Satellites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue