Asanaficator.Users
Summary↑
find(user, client \\ %Asanaficator.Client{}) | Get a single |
me(client) | Get the authenticated user |
Functions
Specs:
- find(binary, Asanaficator.Client.t) :: Asanaficator.response
Get a single user
Example
Asanaficator.Users.find 123456, client
More info at: https://asana.com/developers/api-reference/users#get-single
Specs:
Get the authenticated user
Example
Asanaficator.Users.me(client)
More info at: https://asana.com/developers/api-reference/users#get-single