Malomo.Customer (malomo v2.0.0-rc.6)

Link to this section Summary

Functions

Create a customer.

Delete a customer.

Retrieve a customer.

Retrieve a list of events for a customer.

Retrieve a list of customers.

Update a customer.

Link to this section Functions

Specs

create(Keyword.t()) :: Malomo.Operation.t()

Create a customer.

Specs

delete(String.t()) :: Malomo.Operation.t()

Delete a customer.

Specs

Retrieve a customer.

Link to this function

get_events(id, opts \\ [])

Specs

get_events(String.t(), Keyword.t()) :: Malomo.Operation.t()

Retrieve a list of events for a customer.

Link to this function

list(opts \\ [])

Specs

Retrieve a list of customers.

Link to this function

update(id, opts)

Specs

Update a customer.