From fb162b1b7fab6a5f83d5592a4201716854fd67d7 Mon Sep 17 00:00:00 2001 From: Lars Michael Kristensen Date: Mon, 16 Dec 2024 09:33:03 +0100 Subject: [PATCH] doc update --- DEVELOPMENT.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 17c7aaa..79ab68e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -1,5 +1,7 @@ # DataSpace Service Client SDK +The Swagger documentation for the data space service is available via: https://dataspaceservice.jollywater-00619340.westus2.azurecontainerapps.io/docs + ## Local installation with pip If you want to work on this module to test, debug, or develop, this module can be diff --git a/README.md b/README.md index 98e5030..143d939 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Basic client library for accessing the SmartOcean data space service to retrieve ## Data Space Service REST API -The SmartOcean dataspace service provides a REST API. The Swagger documentation is available via: https://dataspaceservice.jollywater-00619340.westus2.azurecontainerapps.io/docs +The SmartOcean dataspace service provides a REST API. # Installing as a module