API Reference doppler_config_provider v0.2.1

Modules

DopplerConfigProvider fetches the config from Doppler and merges it with your application config at system boot.

HTTP client behaviour. Any HTTP client module supplied to this config provider must implement a request/2 function that returns either :ok or :error tuples matching the specified types.

JSON decoder behaviour. Any JSON library supplied to this config provider must implement a decode!/1 function that returns the decoded JSON as a map, or raise an error if it cannot.