Method: Handler.connect_app
- Defined in:
- lib/client_api/handler.rb
.connect_app(app_params) ⇒ Object
8 9 10 11 |
# File 'lib/client_api/handler.rb', line 8 def self.connect_app(app_params) waited_keys = [:object,:option] call_api(app_params,'/apps/connect','POST',waited_keys) end |