Malomo.Order (malomo v2.0.0)
Link to this section Summary
Functions
Create a order.
Creates an event for an order.
Delete a order.
Retrieve a order.
Retrieve a list of events for a order.
Retrieve a list of orders.
Update a order.
Link to this section Functions
Link to this function
create(opts)
@spec create(Keyword.t()) :: Malomo.Operation.t()
Create a order.
Link to this function
create_event(order_id, opts)
@spec create_event(String.t(), Keyword.t()) :: Malomo.Operation.t()
Creates an event for an order.
Link to this function
delete(id)
@spec delete(String.t()) :: Malomo.Operation.t()
Delete a order.
Link to this function
get(id)
@spec get(String.t()) :: Malomo.Operation.t()
Retrieve a order.
Link to this function
get_events(id, opts \\ [])
@spec get_events(String.t(), Keyword.t()) :: Malomo.Operation.t()
Retrieve a list of events for a order.
Link to this function
list(opts \\ [])
@spec list(Keyword.t()) :: Malomo.Operation.t()
Retrieve a list of orders.
Link to this function
update(id, opts)
@spec update(String.t(), Keyword.t()) :: Malomo.Operation.t()
Update a order.