mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Update some API basics for the 0.23/1.0 API change
This commit is contained in:
parent
b1a546e4d2
commit
7cb36f1998
8 changed files with 20 additions and 8 deletions
|
|
@ -21,7 +21,7 @@ Returned triples will match all of `s`, `p` and `o` where provided.
|
|||
|
||||
### Response
|
||||
|
||||
The request contains the following fields:
|
||||
The response contains the following fields:
|
||||
- `response`: A list of triples.
|
||||
|
||||
Each triple contains `s`, `p` and `o` fields describing the
|
||||
|
|
@ -58,6 +58,7 @@ Request:
|
|||
{
|
||||
"id": "qgzw1287vfjc8wsk-4",
|
||||
"service": "triples-query",
|
||||
"flow": "default",
|
||||
"request": {
|
||||
"s": {
|
||||
"v": "http://trustgraph.ai/e/space-station-modules",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue