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

Source

Summary

create(client, public_key)
delete(client, key_id_or_fingerprint)
info(client, key_id_or_fingerprint)
list(client)

Functions

create(client, public_key)

Specs:

Source
delete(client, key_id_or_fingerprint)

Specs:

Source
info(client, key_id_or_fingerprint)

Specs:

Source
list(client)

Specs:

Source