Install
Authentication
Pass your API key when constructing the client. Keys are sent in theX-API-Key header on every request. See the Authentication guide for how to generate and manage keys.
Quick start
Async
The async client mirrors the sync one and runs onasyncio.
Errors
All API failures raise subclasses ofProxyJamError. Use the specific subclasses to react to known conditions.
Example: