We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea198ab commit 3215ef0Copy full SHA for 3215ef0
README.rst
@@ -107,6 +107,12 @@ We can also have access to the server from outside the container:
107
DOCKER_IP=172.17.0.1
108
curl -X GET "http://$DOCKER_IP:8080/v1/graph.yaml" -H "accept: */*"
109
110
+Note that you can also recover the same information directly from the web API:
111
+
112
+.. code-block:: shell
113
114
+ curl -X GET "https://hbp-spatial-backend.apps.hbp.eu/v1/graph.yaml" -H "accept: */*"
115
116
Now, it is time to get our first transformation:
117
118
Getting our first local transformation
0 commit comments