We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480ced commit 8bee689Copy full SHA for 8bee689
docs/oeplatform-code/web-api/oekg-api/index.md
@@ -27,7 +27,7 @@ import requests
27
28
OEP_API_TOKEN = "<Add-Your-Token>"
29
HEADER = {"Authorization": f"Token {OEP_API_TOKEN}"}
30
-sparql_endpoint = "https://openenergy-platform.org/api/v0/oekg/sparql/"
+sparql_endpoint = "https://openenergyplatform.org/api/v0/oekg/sparql/"
31
payload = {
32
"query": """SELECT ?s ?p ?o
33
WHERE {
0 commit comments