Add checking of all endpoints defined in FTL but not in the OpenAPI specs and vice versa

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-11-02 05:28:07 +01:00
parent 38463dcbc2
commit 5993b66bca
3 changed files with 101 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import json
class openApi():
# List of methods we want to extract
METHODS = ["get", "post", "put", "delete"]
METHODS = ["get", "post", "put", "patch", "delete"]
def __init__(self, base_path: str, api_root: str = "/api") -> None:
# Store arguments