malomo v0.0.6 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(params)
create(map()) :: Malomo.Operation.t()
create(map()) :: Malomo.Operation.t()
Create a customer.
Link to this function
delete(id)
delete(id)
delete(binary()) :: Malomo.Operation.t()
delete(binary()) :: Malomo.Operation.t()
Delete a customer.
Link to this function
find(id)
find(id)
find(binary()) :: Malomo.Operation.t()
find(binary()) :: Malomo.Operation.t()
Retrieve a single customer.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Malomo.Operation.t()
list(map()) :: Malomo.Operation.t()
Retrieve a list of customers.
Link to this function
update(id, params)
update(id, params)
update(binary(), map()) :: Malomo.Operation.t()
update(binary(), map()) :: Malomo.Operation.t()
Update a customer.