python-crowd icon indicating copy to clipboard operation
python-crowd copied to clipboard

Add avatar API call

Open bernalrs opened this issue 8 years ago • 0 comments

Would be nice to add the get avatar API call to this project.

Returns the url of the user's avatar

Request
query parameters
parametertypedescription
usernamestring

the name of the user

sint

Default: 128

the requested avatar size in pixels

Responses
  • Status 303
    the uri for the user's avatar (in the location header)
  • Status 404
    the user doesn't exist, or doesn't have an avatar defined

bernalrs avatar May 10 '17 08:05 bernalrs