CommcareAPI.CommcareClientBehaviour.get_case

You're seeing just the callback get_case, go back to CommcareAPI.CommcareClientBehaviour module for more information.
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()}