Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 374 Bytes

File metadata and controls

executable file
·
26 lines (17 loc) · 374 Bytes

login

Available in: user

Login user

Example Usage

require_relative structure


s = structure::Structure.new

   
req = operations.Operations::LoginApplicationJSON(
  request=Operations::LoginApplicationJSON(
    email="Kristian_Haley69@gmail.com",
    password="provident",
  ),
)
    
res = s.user::login(req)

if ! res.body.nil?
    # handle response