Malomo.Webhook (malomo v2.0.0-rc.7)
Link to this section Summary
Functions
Create a webhook.
Delete a webhook.
Retrieve a webhook.
Retrieve a list of webhooks.
Update a webhook.
Link to this section Functions
Link to this function
create(opts)
Specs
create(Keyword.t()) :: Malomo.Operation.t()
Create a webhook.
Link to this function
delete(id)
Specs
delete(String.t()) :: Malomo.Operation.t()
Delete a webhook.
Link to this function
get(id)
Specs
get(String.t()) :: Malomo.Operation.t()
Retrieve a webhook.
Link to this function
list(opts \\ [])
Specs
list(Keyword.t()) :: Malomo.Operation.t()
Retrieve a list of webhooks.
Link to this function
update(id, opts)
Specs
update(String.t(), Keyword.t()) :: Malomo.Operation.t()
Update a webhook.