class LabClient::Avatars
Specifics
Public Instance Methods
show(query = {})
click to toggle source
List/Search users
# File lib/labclient/avatar/show.rb, line 23 def show(query = {}) client.request(:get, 'avatar', Avatar, query) end