You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Syntax:
107
107
#+ summary: This is the summary of my query/operation
108
108
```
109
109
110
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/summary.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_summary].
110
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/summary.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_summary).
111
111
112
112
### `description`
113
113
Creates a description of your query/operation. This is shown as the description of your operation in the swagger-ui.
@@ -117,7 +117,7 @@ Syntax:
117
117
#+ description: Extended description of my query/operation.
118
118
```
119
119
120
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/description.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_description].
120
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/description.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_description).
121
121
122
122
### `endpoint`
123
123
Specifies a query-specific endpoint.
@@ -127,7 +127,7 @@ Syntax:
127
127
#+ endpoint: http://example.com/sparql
128
128
```
129
129
130
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/endpoint.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_endpoint].
130
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/endpoint.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_endpoint).
131
131
132
132
### `pagination`
133
133
Paginates the results in groups of (for example) 100. Links to previous, next, first, and last result pages are provided as HTTP response headers to avoid polluting the payload (see details [here](https://developer.github.com/v3/guides/traversing-with-pagination/))
@@ -137,7 +137,7 @@ Syntax:
137
137
#+ pagination: 100
138
138
```
139
139
140
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/pagination.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_pagination].
140
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/pagination.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_pagination).
141
141
142
142
### `method`
143
143
Indicates the HTTP request method (`GET` and `POST` are supported).
@@ -147,7 +147,7 @@ Syntax:
147
147
#+ method: GET
148
148
```
149
149
150
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/method.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/post_method].
150
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/method.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/post_method).
151
151
152
152
### `tags`
153
153
Assign tags to your query/operation. Query/operations with the same tag are grouped together in the swagger-ui.
@@ -159,7 +159,7 @@ Syntax:
159
159
#+ - secondTag
160
160
```
161
161
162
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/tags.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/group1/get_tags].
162
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/tags.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/group1/get_tags).
163
163
164
164
### `enumerate`
165
165
Indicates which parameters of your query/operation should get enumerations (and get dropdown menus in the swagger-ui) using the given values from the SPARQL endpoint. The values for each enumeration variable can also be specified into the query decorators to save endpoint requests and speed up the API generation.
@@ -172,7 +172,7 @@ Syntax:
172
172
#+ - value2
173
173
```
174
174
175
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/enumerate.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_enumerate].
175
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/enumerate.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_enumerate).
176
176
177
177
Notice that these should be plain variable names without SPARQL/BASIL conventions (so `var1` instead of `?_var1_iri`)
178
178
@@ -184,7 +184,7 @@ Syntax:
184
184
#+ endpoint_in_url: False
185
185
```
186
186
187
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/endpoint_url.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_endpoint_url].
187
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/endpoint_url.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_endpoint_url).
188
188
189
189
### `transform`
190
190
Allows query results to be converted to the specified JSON structure, by using [SPARQLTransformer](https://github.com/D2KLab/py-sparql-transformer) syntax.
@@ -198,7 +198,7 @@ Syntax:
198
198
#+ }
199
199
```
200
200
201
-
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/transform.rq) and the equivalent (API operation)[http://dev.grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_transform].
201
+
Example [query](https://github.com/CLARIAH/grlc-queries/blob/master/transform.rq) and the equivalent [API operation](http://grlc.io/api-git/CLARIAH/grlc-queries/#/default/get_transform).
0 commit comments