3 4 5 6 7
# File 'lib/height/api/users.rb', line 3 def list res = Height::Request.get('users') Height::ListResponse.parse(res.body) end