vista_client v0.1.1 VistaClient.Config
Link to this section Summary
Link to this section Functions
Link to this function
get()
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: '…'}