- Strict status code
- Allowed status code
- Retry
- Retry but pass
- Retry logging
- Metrics (% of successful calls)
- Status codes
- % per status code
- avg ms taken to execute
- Parsing
- default = lambda r: r.json()
- 200 = lambda r: r.text()
- 404 = None
- 401 = InadequatePermissions
- Throttle
- URL regex support
- Authorization
- Validate if token is still valid
- Auto refresh
- Docs
- Readme
- Methods without
_
- Contributing
- Allow to specify status ranges
- Custom exception for parsing errors
- Replay/Record payloads
- SQLite
- Mongo
- Custom Storage