Class: Dawn::User
Class Method Summary collapse
Methods included from BaseApi
Methods included from BaseApi::Extension
Class Method Details
.login(options = {}) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/dawn/api/login.rb', line 8 def self.login(={}) json_request( expects: 200, method: :post, path: '/login', body: .to_json ) end |