Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelChavas authored Nov 23, 2021
1 parent ea198ab commit 3215ef0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ We can also have access to the server from outside the container:
DOCKER_IP=172.17.0.1
curl -X GET "http://$DOCKER_IP:8080/v1/graph.yaml" -H "accept: */*"
Note that you can also recover the same information directly from the web API:

.. code-block:: shell
curl -X GET "https://hbp-spatial-backend.apps.hbp.eu/v1/graph.yaml" -H "accept: */*"
Now, it is time to get our first transformation:

Getting our first local transformation
Expand Down

0 comments on commit 3215ef0

Please sign in to comment.