Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) add core exceptions, 2) remove retries in _get_url(), 3) raise ApiException if resp.status_code==403, 4) raise RateLimitException if resp.status_code==202, 5) sleep(0.75) between API requests if proxies is None, 6) sort imports, lint and format .py files with Ruff, 7) pytest: sleep(1) between tests, 9) add "Accept-Encoding" to HEADERS,
- Loading branch information