View Source WhatsappElixir.HTTP (whatsapp_elixir v0.1.4)
Module to handle HTTP requests for the WhatsApp Elixir library.
Link to this section Summary
Functions
Sends a DELETE request to the specified endpoint with the given parameters.
Sends a POST request to the specified endpoint with the given body.
Link to this section Functions
Specs
Link to this function
delete(endpoint, params \\ %{}, opts \\ [], url_override \\ false)
View SourceSends a DELETE request to the specified endpoint with the given parameters.
Link to this function
post(endpoint, body, opts \\ [], include_phone_number_id \\ true, content_type \\ "application/json")
View SourceSends a POST request to the specified endpoint with the given body.