lvaudor / glitter

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

drop WikidataQueryServiceR dependency #174

Closed maelle closed 1 year ago

maelle commented 1 year ago

Otherwise things aren't consistent since the request control options (max_tries for instance) only apply for other queries

maelle commented 1 year ago

wikipedia wants request_type=body-form :joy_cat:

That's cool since glitter supports it but not as a default!

maelle commented 1 year ago

but also ok with request_type = url, pfiew.