Method: Podio::Application.find

Defined in:
lib/podio/models/application.rb

.find(app_id, options = {}) ⇒ Object



47
48
49
50
51
# File 'lib/podio/models/application.rb', line 47

def find(app_id, options = {})
  member Podio.connection.get { |req|
    req.url("/app/#{app_id}", options)
  }.body
end