Skip to content

Commit

Permalink
Merge pull request #27 from paulovn/feat/header
Browse files Browse the repository at this point in the history
Feat/header
  • Loading branch information
paulovn authored Aug 28, 2018
2 parents 20625a7 + f86c42a commit 1d2d155
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 226 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v. 1.2.0
* added %header magic (by gpotdevin)
* fixed JSON format for raw format (reported by BoPeng)
* full output file path for magic message
* improved PEP8 compliance

v. 1.1.0
* bugfix: `%lang all` magic didn't work
* new accepted format: xml (MIME type application/sparql-results+xml)
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ value::
%qparam <name>


``%header``
............
Adds a certain header to each sparql queries. This can be used to set some
(potentially non SPARQL) command in the query. For instance virtuoso endpoints
accept the _define_ keyword which can be used to trigger the server reasoner.



``%auth``
...........

Expand Down
Loading

0 comments on commit 1d2d155

Please sign in to comment.