View Source Census.Client (Census v0.3.0)

Struct representing an API client.

Link to this section Summary

Link to this section Types

@type t() :: %Census.Client{
  api_key: term(),
  dataset: term(),
  program: term(),
  vintage: term()
}