@@ -27,7 +27,7 @@ Testing this was another challenge.
...
@@ -27,7 +27,7 @@ Testing this was another challenge.
That's because the documentation of this project's REST API honestly is a mess.
That's because the documentation of this project's REST API honestly is a mess.
There are two different paths documented for the registry REST endpoint:
There are two different paths documented for the registry REST endpoint:
-`/registry/shellDescriptors/{aas-identifier}` in the [README on the project page](https://github.com/admin-shell-io/python-aas-registry#aas-registry-rest-api-services)
-`http://localhost:9021/registry/shellDescriptors/{aas-identifier}` in the [README on the project page](https://github.com/admin-shell-io/python-aas-registry#aas-registry-rest-api-services)
-`http://localhost:9021/api/v1/registry/{aas-identifier}` in the [provided example](https://github.com/admin-shell-io/python-aas-registry/blob/main/examples/restCLient.py#L11)
-`http://localhost:9021/api/v1/registry/{aas-identifier}` in the [provided example](https://github.com/admin-shell-io/python-aas-registry/blob/main/examples/restCLient.py#L11)
And the best part: None of those two work for the docker container that should be used according to the README.
And the best part: None of those two work for the docker container that should be used according to the README.