mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Refactor of caching & data storage part 17 #118
This commit is contained in:
@@ -17,7 +17,11 @@ info:
|
||||
|
||||
### 2.0
|
||||
|
||||
* Added `sig_ref_data_providers`, `static_data_providers` and `callsign_data_providers` to status and removed `cleanup`
|
||||
* Added `sig_ref_data_providers`, `static_data_providers` and `callsign_data_providers` to `/status` response
|
||||
* Added `callsign_data_providers` to `/options` response
|
||||
* BREAKING: Removed `cleanup` from `/status` response
|
||||
* BREAKING: in the `/options` response, renamed `spot_sources` and `alert_sources` to `spot_providers` and
|
||||
`alert_providers`
|
||||
|
||||
### 1.4
|
||||
|
||||
@@ -1934,12 +1938,24 @@ components:
|
||||
description: An array of all the supported Special Interest Groups.
|
||||
items:
|
||||
$ref: '#/components/schemas/SIG'
|
||||
sources:
|
||||
spot_providers:
|
||||
type: array
|
||||
description: An array of all the supported data sources.
|
||||
description: An array of all the supported spot data sources.
|
||||
items:
|
||||
type: string
|
||||
example: "Cluster"
|
||||
alert_providers:
|
||||
type: array
|
||||
description: An array of all the supported alert data sources.
|
||||
items:
|
||||
type: string
|
||||
example: "POTA"
|
||||
callsign_data_providers:
|
||||
type: array
|
||||
description: An array of all the supported callsign lookup providers.
|
||||
items:
|
||||
type: string
|
||||
example: "QRZ.com"
|
||||
continents:
|
||||
type: array
|
||||
description: An array of all the supported continents.
|
||||
|
||||
Reference in New Issue
Block a user