Module: Jelastic::REST::Authentication

Included in:
API
Defined in:
lib/jelastic/rest/authentication.rb

Instance Method Summary collapse

Instance Method Details

#signinObject



4
5
6
# File 'lib/jelastic/rest/authentication.rb', line 4

def 
  send_request_with_system_appid('users/authentication/rest/signin')
end

#signoutObject



8
9
10
# File 'lib/jelastic/rest/authentication.rb', line 8

def signout
  send_request_with_system_appid('users/authentication/rest/signout')
end