DigOc.Key

Source

Summary

destroy!(id)

Like destroy/1 but only returns the response body

destroy(id)

Destroys a key. The id parameter may be the id or fingerprint

new!(name, public_key)

Like new/2 but only returns response body

new(name, public_key)

Register a new key

update!(id, new_name)

Like update/2 but only returns the response body

update(id, new_name)

Rename a key. The id parameter may be the id or fingerprint

Functions

destroy(id)

Destroys a key. The id parameter may be the id or fingerprint.

Source
destroy!(id)

Like destroy/1 but only returns the response body.

Source
new(name, public_key)

Register a new key.

Source
new!(name, public_key)

Like new/2 but only returns response body.

Source
update(id, new_name)

Rename a key. The id parameter may be the id or fingerprint.

Source
update!(id, new_name)

Like update/2 but only returns the response body.

Source