LogHog.API.Client behaviour (log_hog v0.3.0)
View SourceBehaviour and the default implementation of a PostHog API Client. Uses Req
.
Summary
Types
@type client() :: any()
@type response() :: {:ok, %{status: non_neg_integer(), body: any()}} | {:error, Exception.t()}