github v0.11.0 Github.Users View Source

Users.

Link to this section Summary

Functions

Find the authenticated user

Link to this section Functions

Find the authenticated user

Example

iex> client = %Github.Client{access_token: "access_token"}

iex> client |> Github.Users.find!()
%Github.Client.Response{
  body: %{"login" => "WorkflowCI", ...},
  status: 200,
  ...
}