Balanced.API.APIKeys

Source

Summary

create(balanced)

Creates a new API Key

delete(balanced, id)

Delete an API key

get(balanced, id)

Get an existing API key

list(balanced, limit \\ 10, offset \\ 0)

List all API keys for the marketplace

Functions

create(balanced)

Specs:

Creates a new API Key

Source
delete(balanced, id)

Specs:

Delete an API key.

Source
get(balanced, id)

Specs:

Get an existing API key.

Source
list(balanced, limit \\ 10, offset \\ 0)

Specs:

List all API keys for the marketplace.

Source