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
* Add new functions; retry_host() and retry_request()
* Remove check_api() and check_internet() from main exported functions
* Add new function; send_query to call the API
Closes#5Closes#8
Main functions, like
get_stats()
andget_aux()
, should automatically retry a request if the first request gave a 500 type error.This could either be implement as a stand-alone feature or as part of #2.
The text was updated successfully, but these errors were encountered: