Balanced.API.Callbacks

Source

Summary

create(balanced, callback)

Creates a callback to which events are sent

delete(balanced, id)

Deletes the specified callback

get(balanced, id)

Gets the specified callback

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

Lists callbacks

Functions

create(balanced, callback)

Specs:

Creates a callback to which events are sent.

Source
delete(balanced, id)

Specs:

Deletes the specified callback

Source
get(balanced, id)

Specs:

Gets the specified callback

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

Specs:

Lists callbacks

Source