module Jelastic::REST::Authentication

Public Instance Methods

signin() click to toggle source
# File lib/jelastic/rest/authentication.rb, line 4
def signin
  send_request_with_system_appid('users/authentication/rest/signin')
end
signout() click to toggle source
# File lib/jelastic/rest/authentication.rb, line 8
def signout
  send_request_with_system_appid('users/authentication/rest/signout')
end