malomo v0.0.3 Malomo.Customer

Link to this section Summary

Functions

Create a customer

Delete a customer

Retrieve a single customer

Retrieve a list of customers

Update a customer

Link to this section Functions

Link to this function create(params)
create(map()) :: Malomo.Operation.t()

Create a customer.

Delete a customer.

Retrieve a single customer.

Link to this function list(params \\ %{})
list(map()) :: Malomo.Operation.t()

Retrieve a list of customers.

Link to this function update(id, params)
update(binary(), map()) :: Malomo.Operation.t()

Update a customer.