From 9baddf443543bd4fc96393a10a055a127bccaab8 Mon Sep 17 00:00:00 2001 From: Jakob Moecke Date: Mon, 30 Mar 2026 00:20:52 +0200 Subject: [PATCH 1/2] Update API URLs to version 3 in documentation --- cloudapi-de.md | 13 +++++++------ cloudapi-en.md | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/cloudapi-de.md b/cloudapi-de.md index d3de9f7..a6f586f 100644 --- a/cloudapi-de.md +++ b/cloudapi-de.md @@ -20,8 +20,9 @@ Rate limiting ist nicht vorgesehen. Es macht jedoch keinen Sinn mehr als eine Ab Die URLs zum Abfragen bzw Setzen der Parameter am go-eController lauten:
-https://serial_number.api.controller.go-e.io/api/status
-https://serial_number.api.controller.go-e.io/api/set
+https://serial_number.api.v3.go-e.io/api/status
+https://serial_number.api.v3.go-e.io/api/set
+
 
Wobei **serial_number** durch die jeweilige 6-stellige Seriennummer des Controllers ersetzt werden muss - mit führenden 0 @@ -34,7 +35,7 @@ Authorization: Bearer myapitoken Falls die Authentifizierung mittels GET Parameter erfolgen soll, ist der Authentifizierungstoken als **token** Parameter anzugeben:
-https://serial_number.api.controller.go-e.io/api/status?token=myapitoken
+https://serial_number.api.v3.go-e.ioapi/status?token=myapitoken
 
@@ -57,7 +58,7 @@ Durch setzen des GET Parameters kann ein beliebiger Zeitraum eingestellt werden. Beispiel:
-https://000001.api.controller.go-e.io/api/status?token=myapitoken&age=5
+https://000001.api.v3.go-e.io/api/status?token=myapitoken&age=5
 
### filter Parameter @@ -65,7 +66,7 @@ Mit dem GET Parameter `filter` kann ausgewählt werden, welche api keys des Cont Beispiel:
-https://000001.api.controller.go-e.io/api/status?token=myapitoken&age=5&filter=ccn,ccp,cec
+https://000001.api.v3.go-e.io/api/status?token=myapitoken&age=5&filter=ccn,ccp,cec
 
## /api/set @@ -83,5 +84,5 @@ Um numerische Werte von Strings zu unterscheiden zu können, sollten Strings mit Beispiel:
-https://000001.api.controller.go-e.io/api/set?token=myapitoken&fna="my go-eController"
+https://000001.api.v3.go-e.io/api/set?token=myapitoken&fna="my go-eController"
 
\ No newline at end of file diff --git a/cloudapi-en.md b/cloudapi-en.md index abb748a..ddbe7f5 100644 --- a/cloudapi-en.md +++ b/cloudapi-en.md @@ -20,8 +20,8 @@ Rate limiting is not used. However, it makes no sense to do more than one query The URLs for querying or setting the parameters on the go-eController are:
-https://serial_number.api.controller.go-e.io/api/status
-https://serial_number.api.controller.go-e.io/api/set
+https://serial_number.api.v3.go-e.io/api/status
+https://serial_number.api.v3.go-e.io/api/set
 
Whereby **serial_number** must be replaced by the respective 6-digit serial number of the Controller - with leading 0s @@ -34,7 +34,7 @@ Authorization: Bearer api-key If the authentication is done by using the GET parameter, the authentication token must be specified as a **token** parameter:
-https://serial_number.api.controller.go-e.io/api/status?token=api-token
+https://serial_number.api.v3.go-e.io/api/status?token=api-token
 
@@ -57,7 +57,7 @@ Any time period can be set by setting the GET parameter. However, there is no gu Example:
-https://000001.api.controller.go-e.io/api/status?token=myapitoken&age=5
+https://000001.api.v3.go-e.io/api/status?token=myapitoken&age=5
 
### filter parameter @@ -65,7 +65,7 @@ The GET parameter `filter` can be used to select which api keys of the Controlle Example:
-https://000001.api.controller.go-e.io/api/status?token=myapitoken&age=5&filter=ccn,ccp,cec
+https://000001.api.v3.go-e.io/api/status?token=myapitoken&age=5&filter=ccn,ccp,cec
 
## /api/set @@ -83,5 +83,5 @@ In order to be able to distinguish numerical values from strings, strings should Example:
-https://000001.api.controller.go-e.io/api/set?token=myapitoken&fna="my go-eController"
+https://000001.api.v3.go-e.io/api/set?token=myapitoken&fna="my go-eController"
 
From 9093b205a53b89c825dfe88a233f7cda6d4326ba Mon Sep 17 00:00:00 2001 From: Jakob Moecke Date: Mon, 30 Mar 2026 00:29:33 +0200 Subject: [PATCH 2/2] Fixed typo in API URL in authentication section of documentation --- cloudapi-de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudapi-de.md b/cloudapi-de.md index a6f586f..6460c0f 100644 --- a/cloudapi-de.md +++ b/cloudapi-de.md @@ -35,7 +35,7 @@ Authorization: Bearer myapitoken Falls die Authentifizierung mittels GET Parameter erfolgen soll, ist der Authentifizierungstoken als **token** Parameter anzugeben:
-https://serial_number.api.v3.go-e.ioapi/status?token=myapitoken
+https://serial_number.api.v3.go-e.io/api/status?token=myapitoken