CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
135 stars 33 forks source link

Adds endpoint-method decorator #450

Closed c-martinez closed 4 months ago

c-martinez commented 4 months ago

As suggested by @tkuhn in https://github.com/CLARIAH/grlc/commit/b09824ab3673cb34b2400b78d275f512d0d1a43c.

Adds a new decorator: endpoint-method which can be set to POST or GET (default POST). This allows to control the HTTP method used to communicate between the grlc server and the SPARQL endpoint. According to https://www.w3.org/TR/sparql11-protocol/, both GET and POST are supported.

c-martinez commented 4 months ago

This should fix #445

tkuhn commented 4 months ago

Great! I will test it as soon as it becomes available on dev.

tkuhn commented 4 months ago

Can you let me know once this is live on the dev Docker image?

tkuhn commented 3 months ago

I am right in assuming that this is now reflected in the Docker image clariah/grlc:dev (but not clariah/grlc:latest)?