Rocksky.Apikey (Rocksky v0.1.0)

Copy Markdown View Source

app.rocksky.apikey.* endpoints. All require an authenticated client.

Summary

Functions

Create a new API key. Body: :name, :description.

List your API keys. Params: :limit, :offset.

Remove an API key. Params: :id.

Update an API key. Body: :id, :name, :description.

Functions

create_apikey(client, body)

Create a new API key. Body: :name, :description.

get_apikeys(client, params \\ [])

List your API keys. Params: :limit, :offset.

remove_apikey(client, params)

Remove an API key. Params: :id.

update_apikey(client, body)

Update an API key. Body: :id, :name, :description.