Skip to content

Commit

Permalink
Merge pull request #490 from c-martinez/json-query-doc
Browse files Browse the repository at this point in the history
Add a mention of query-in-json support
  • Loading branch information
albertmeronyo authored Nov 4, 2024
2 parents 5cfd1c7 + 79e0e5b commit 449f84f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Your queries can add API parameters to each operation by using the [parameter ma

Your queries can include special [decorators](#decorator-syntax) to add extra functionality to your API.

grlc also supports SPARQL queries expressed as json, using the [SPARQL Transformer](https://github.com/D2KLab/py-sparql-transformer) [Query in JSON](https://github.com/D2KLab/sparql-transformer/blob/master/README.md#query-in-json) syntax. (**Tip**: the [SPARQL Transformer Playground](https://d2klab.github.io/sparql-transformer/) is very useful when building queries with this syntax).

### Query location
grlc can load your query collection from different locations: from a GitHub repository (`api-git`), from a GitLab repository (`api-gitlab`), from local storage (`api-local`), and from a specification file (`api-url`). Each type of location has specific features and is accessible via different paths. However all location types produce the same beautiful APIs.

Expand Down

0 comments on commit 449f84f

Please sign in to comment.