Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 729 Bytes

todo.md

File metadata and controls

30 lines (30 loc) · 729 Bytes

Todo

  • 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