Skip to content

Commit

Permalink
Encode URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 7, 2023
1 parent e66005e commit f980d9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,9 @@ git checkout NGSI-v2
```console
curl -G -X GET \
'http://localhost:1026/ngsi-ld/v1/entities' \
-d 'type=https://uri.fiware.org/ns/data-models%23Building&options=keyValues'
-H 'Accept: application/ld+json' \
-d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
-d 'options=keyValues'
```

#### レスポンス :
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,9 @@ request all building entities without supplying a known context.
```console
curl -G -X GET \
'http://localhost:1026/ngsi-ld/v1/entities' \
-d 'type=https://uri.fiware.org/ns/data-models%23Building&options=keyValues'
-H 'Accept: application/ld+json' \
-d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
-d 'options=keyValues'
```

#### Response:
Expand Down

0 comments on commit f980d9a

Please sign in to comment.