Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 164 Bytes

File metadata and controls

18 lines (16 loc) · 164 Bytes

iTrashAPI

/login

Request:

{
    "Login": String, 
    "Password": String 
}

Responce:

{
    "Token": String
    "Expiration": Int
}