From 8960f89beb15ef7a5cb5a4b16f71321bc4fe03f5 Mon Sep 17 00:00:00 2001 From: "Dr. Andreas Fischer" <45405681+AndreasFischer1985@users.noreply.github.com> Date: Thu, 9 Mar 2023 21:14:40 +0100 Subject: [PATCH] Add repos Added Deutschlandatlas & Regionalatlas --- overrides.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/overrides.json b/overrides.json index 63691b1..604b35f 100644 --- a/overrides.json +++ b/overrides.json @@ -8,6 +8,24 @@ "rawOpenAPI": "https://raw.githubusercontent.com/bundesAPI/tagesschau-api/main/openapi.yaml", "pypiURL": "https://pypi.org/project/de-tagesschau" }, + { + "name": "Deutschlandatlas API", + "office": "Bundesministerium für Wohnen, Stadtentwicklung und Bauwesen", + "description": "Dokumentation zum Deutschlandatlas", + "documentationURL": "https://bundesapi.github.io/deutschlandatlas-api/", + "githubURL": "https://github.com/bundesAPI/deutschlandatlas-api", + "rawOpenAPI": "https://raw.githubusercontent.com/bundesAPI/deutchlandatlas-api/main/openapi.yaml", + "pypiURL": "https://pypi.org/project/de-deutschlandatlas" + }, + { + "name": "Regionalatlas API", + "office": "Statistisches Bundesland", + "description": "Dokumentation zum Regionalatlas Deutschland", + "documentationURL": "https://bundesapi.github.io/regionalatlas-api/", + "githubURL": "https://github.com/bundesAPI/regionalatlas-api", + "rawOpenAPI": "https://raw.githubusercontent.com/bundesAPI/regionalatlas-api/main/openapi.yaml", + "pypiURL": "https://pypi.org/project/de-regionalatlas" + }, { "name": "DIP Bundestag API", "office": "Deutscher Bundestag", @@ -358,4 +376,4 @@ "documentationURL": "https://pegel-online.api.bund.dev", "githubURL": "https://github.com/bundesAPI/pegel-online-api" } -] \ No newline at end of file +]