hunter v0.1.0 Hunter.Client

Defines a Hunter client

Summary

Functions

Initializes a client

User agent of the client

Types

t()
t() :: %Hunter.Client{base_url: URI.t, bearer_token: String.t}

Functions

new(options \\ [])

Initializes a client

Options

  • base_url - URL of the instance you want to connect to
  • bearer_token - [String] OAuth access token for your authenticated user
user_agent()
user_agent() :: String.t

User agent of the client