Cloudsight API v0.4.0 CloudsightElixir.Client
Link to this section Summary
Functions
Creates a new client with your authentication information that will be passed to all future methods
Link to this section Types
Link to this section Functions
Creates a new client with your authentication information that will be passed to all future methods
Examples
iex> CloudsightElixir.Client.new("test_api")
%CloudsightElixir.Client{api_key: "test_api", endpoint: "https://api.cloudsight.ai"}
Link to this function
new(api_key, endpoint)