Method: Homeflow::API::Session.create
- Defined in:
- lib/homeflow/api/session.rb
.create(params) ⇒ Object
7 8 9 |
# File 'lib/homeflow/api/session.rb', line 7 def self.create(params) Request.run_for(Homeflow::API::Post.new("/#{resource_uri}/", {}, params)) end |