CommcareAPI.Config (commcare_api v0.3.1) View Source

Module that defines a struct which contains HTTP configuration for the CommCare API.

Link to this section Summary

Link to this section Types

Specs

t() :: %CommcareAPI.Config{
  api_token: String.t(),
  client: module(),
  http_client: module(),
  user_id: String.t(),
  username: String.t()
}