vista_client v0.1.1 VistaClient.Config

Link to this section Summary

Functions

Returns a VistaClient.Config struct. It's here to have a place for retrieving the config from the environment. Until now, it' hard-coded though.

Link to this section Functions

Returns a VistaClient.Config struct. It's here to have a place for retrieving the config from the environment. Until now, it' hard-coded though.

Examples

iex> VistaClient.Config.get() %VistaClient.Config{api_token: '…', api_url: '…'}