Hexoku.API.Account.Keys
Keys represent public SSH keys associated with an account and are used to authorize accounts as they are performing git operations.
For more info read the Heroku API Reference
Summary
| create(client, public_key) |
| delete(client, key_id_or_fingerprint) |
| info(client, key_id_or_fingerprint) |
| list(client) |