lvaudor / glitter

an R package which writes SPARQL queries
https://lvaudor.github.io/glitter
44 stars 5 forks source link

endpoint that need query to be sent as a form #100

Closed maelle closed 1 year ago

maelle commented 1 year ago

https://lindas.admin.ch/sparql#

In the viewer it returns JSON, but when one makes a request, it doesn't :weary:

maelle commented 1 year ago

that endpoint above needs to use

httr2::req_body_form(query = query)

maybe there are other similar endpoints out there!