BamboohrApi.Config (BambooHR API v0.0.1) View Source

Config module for Bamboohr API

Link to this section Summary

Functions

Returns default configuration for :bamboohr_api Application. This can be updated by setting a different env for :bamboohr_api app.

Link to this section Types

Specs

t() :: %BamboohrApi.Config{
  api_key: String.t(),
  api_version: String.t(),
  subdomain: String.t()
}

Link to this section Functions

Specs

default() :: t()

Returns default configuration for :bamboohr_api Application. This can be updated by setting a different env for :bamboohr_api app.