5 6 7
# File 'lib/chute/v2/apps.rb', line 5 def all Chute::Client.get "/v2/apps" end
9 10 11
# File 'lib/chute/v2/apps.rb', line 9 def find id Chute::Client.get "/v2/apps/#{id}" end