OpenAPI Spec (preview)
{
"info": {
"title": "noctuasky",
"version": "1",
"description": "REST API used to access NoctuaSky features"
},
"paths": {
"/locations/": {
"get": {
"responses": {
"200": {
"description": "",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/Location"
}
}
}
},
"operationId": "query",
"parameters": [
{