Skip to content

Commit 207d7d5

Browse files
committed
Update Requests to use pick and format
1 parent 68b1ec2 commit 207d7d5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.ja.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ docker exec -it spark-worker-1 bin/bash
450450
#### 1️⃣ リクエスト:
451451

452452
```console
453-
curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
453+
curl -L -X POST \
454+
'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
454455
-H 'Content-Type: application/ld+json' \
455456
-H 'NGSILD-Tenant: openiot' \
456457
--data-raw '{
@@ -645,7 +646,8 @@ processedDataStream.print()
645646
#### 3️⃣ Request:
646647

647648
```console
648-
curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
649+
curl -L -X POST \
650+
'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
649651
-H 'Content-Type: application/ld+json' \
650652
-H 'NGSILD-Tenant: openiot' \
651653
--data-raw '{

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ Open another terminal and run the following command:
430430
#### 1️⃣ Request:
431431

432432
```console
433-
curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
433+
curl -L -X POST \
434+
'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
434435
-H 'Content-Type: application/ld+json' \
435436
-H 'NGSILD-Tenant: openiot' \
436437
--data-raw '{
@@ -614,7 +615,8 @@ soil humidity sensor.
614615
#### 3️⃣ Request:
615616

616617
```console
617-
curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
618+
curl -L -X POST \
619+
'http://localhost:1026/ngsi-ld/v1/subscriptions/' \
618620
-H 'Content-Type: application/ld+json' \
619621
-H 'NGSILD-Tenant: openiot' \
620622
--data-raw '{

0 commit comments

Comments
 (0)