CommcareAPI.CommcareClientBehaviour behaviour (commcare_api v0.3.1) View Source

Provides a mockable interface for the CommcareClient.

Link to this section Summary

Link to this section Callbacks

Link to this callback

get_case( commcare_domain, case_id, config )

View Source

Specs

get_case(
  commcare_domain :: String.t(),
  case_id :: String.t(),
  config :: CommcareAPI.Config.t()
) :: {:ok, map()} | {:error, atom()}