passive_total v0.1.0 PassiveTotal.Client
Authenticated client to interact with PassiveTotal
Link to this section Summary
Functions
Create a new client using credentials given in config
Create a new client using specified credentials
Link to this section Functions
Link to this function
new()
Create a new client using credentials given in config
Link to this function
new(username, api_key, opts \\ [])
Create a new client using specified credentials
iex> new("my@email.com", "my_apikey")
%Tesla.Client{...}
iex> new("my@email.com", "my_apikey", adapter: {Tesla.Adapter.Hackney, [pool: :virustotal]})
%Tesla.Client{...}