ActiveCampaign.Http (active_campaign v0.1.0)

The HTTP interface for interacting with the Active Campaign API.

Link to this section Summary

Link to this section Functions

Link to this function

delete(url_path)

@spec delete(String.t()) :: {:ok, any()} | {:error, any()}
@spec get(String.t()) :: {:ok, any()} | {:error, any()}
Link to this function

patch(url_path, body)

@spec patch(String.t(), any()) :: {:ok, any()} | {:error, any()}
Link to this function

post(url_path, body)

@spec post(String.t(), any()) :: {:ok, any()} | {:error, any()}
Link to this function

put(url_path, body)

@spec put(String.t(), any()) :: {:ok, any()} | {:error, any()}