From 3b7865f06525f24ca9bcd5aae860ad0ba1f7edac Mon Sep 17 00:00:00 2001 From: Christian Schudoma Date: Mon, 19 May 2025 16:57:22 +0200 Subject: [PATCH] current api requires "denbi" infix --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index fbec510..4f3208a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -35,7 +35,7 @@ Before you begin, we just need to ask you to create an API key(1). If you're not 'X-API-Key': os.getenv('API_KEY'), } - base_url = 'https://scorpion.bi.denbi.de/' + base_url = 'https://scorpion.bi.denbi.de/denbi' ``` === "Scorpion Client"