hunter v0.4.1 Hunter.Client
Defines a Hunter client
Summary
Types
Functions
log_in(app, username, password, base_url \\ "https://mastodon.social")
log_in(Hunter.Application.t, String.t, String.t, URI.t) :: Hunter.Client.t
Retrieve access token
Parameters
app- application details, see:Hunter.Application.create_app/5for more details.username- your account’s emailpassword- your passwordbase_url- API base url, default:https://mastodon.social
Initializes a client
Options
base_url- URL of the instance you want to connect tobearer_token- [String] OAuth access token for your authenticated user
User agent of the client