Skip to content

Commit 79257be

Browse files
luke-feeneygitbook-bot
authored andcommitted
GitBook: [#30] Added Public JSON-DP to Key Topics, included links to more info and examples using curl.
1 parent e2ee061 commit 79257be

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

index/json-diff-and-patch.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: >-
88

99
## Key topics
1010

11+
[Use public JSON-DP directly](json-diff-and-patch.md#use-public-json-dp-directly)
12+
1113
[Use JSON-DP with a TerminusDB client](json-diff-and-patch.md#use-json-dp-with-a-terminusdb-client)
1214

1315
[JSON-DP operations](json-diff-and-patch.md#json-dp-operations)
@@ -28,17 +30,15 @@ A **diff** takes two JSON objects and presents any differences between them. Dif
2830

2931
A **patch** applies a diff to two objects to obtain a new object with any differences highlighted. A patch is applied individually or in bulk to a patch endpoint that will apply the patch to the specified data product.
3032

31-
32-
3333
## Use public JSON-DP directly
3434

35-
We provide a public endpoint for each operation:
35+
Use our public endpoints for each operation:
3636

37-
JSON Diff: [https://cloud.terminusdb.com/jsondiff](https://cloud.terminusdb.com/jsondiff)
37+
**JSON diff** - [https://cloud.terminusdb.com/jsondiff](https://cloud.terminusdb.com/jsondiff)
3838

39-
JSON Patch: [https://cloud.terminusdb.com/jsonpatch](https://cloud.terminusdb.com/jsonpatch)
39+
**JSON patch** - [https://cloud.terminusdb.com/jsonpatch](https://cloud.terminusdb.com/jsonpatch)
4040

41-
See [JSON-DP client tutorials](json-diff-and-patch.md#json-dp-client-tutorials) for use cases, including connectivity with MongoDB.
41+
See [Diff and Patch Endpoints](json-diff-and-patch.md#diff-and-patch-endpoints) for more information, and examples of [jsondiff](json-diff-and-patch.md#diff-examples-using-curl) and [jsonpatch](json-diff-and-patch.md#patch-examples-using-curl) using curl.  
4242

4343
## Use JSON-DP with a TerminusDB client
4444

@@ -314,14 +314,11 @@ We have the following patch resulting from the diff:
314314

315315
## Diff and Patch Endpoints
316316

317-
The Patch and Diff endpoints expose endpoints to obtain diffs or patches of data.
318-
319-
\
320-
We provide a public endpoint for each operation:
317+
The Patch and Diff endpoints expose endpoints to obtain diffs or patches of data. Use our public endpoint for each operation:
321318

322-
JSON Diff: [https://cloud.terminusdb.com/jsondiff](https://cloud.terminusdb.com/jsondiff)
319+
**JSON diff** - [https://cloud.terminusdb.com/jsondiff](https://cloud.terminusdb.com/jsondiff)
323320

324-
JSON Patch: [https://cloud.terminusdb.com/jsonpatch](https://cloud.terminusdb.com/jsonpatch)
321+
**JSON patch** - [https://cloud.terminusdb.com/jsonpatch](https://cloud.terminusdb.com/jsonpatch)
325322

326323
### Diff
327324

0 commit comments

Comments
 (0)