Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/dev/pyaml-24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez authored Nov 9, 2024
2 parents 7326b62 + bf562ab commit 4212e0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
2 changes: 1 addition & 1 deletion config.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ password = none
debug = True

[api_gitlab]
gitlab_url=https://gitlab
gitlab_url=https://gitlab.com
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
docopt-ng==0.9.0
Flask==3.0.3
Flask-Cors==4.0.0
Flask-Cors==5.0.0
pyaml==24.9.0
python-gitlab==4.7.0
rdflib==7.0.0
requests==2.32.3
SPARQLTransformer==2.4.0
PyGithub==2.3.0
gunicorn==22.0.0; sys_platform!="win32"
gunicorn==23.0.0; sys_platform!="win32"
waitress>=1.4.2; sys_platform=="win32"

0 comments on commit 4212e0d

Please sign in to comment.