SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

[enhancement] Replace requests.get/post by mediawiki_api_call #136

Open LeMyst opened 4 years ago

LeMyst commented 4 years ago

There is a mediawiki_api_call who can make API requests with a better error handling.

Move all the requests.get/post to mediawiki_api_call when possible.

andrawaag commented 1 year ago

Do you have a pointer to documentation on mediawiki_api_call?