Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 362 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 362 Bytes

Heroku Platform Client

Not intended for use in production yet. A Python client for the Heroku Platfrom API.

Features

  • Reads HEROKU_API_KEY for zero-config use
  • Returns JSON-decoded Heroku API responses
  • Exposes response headers (necessary for some API functionality)

Requirements

  • Python "3.8"
  • Requests
  • Dev packages
  • Pytest
  • Pylint