1. setLogin - Entering the cabinet
TYPE: POST
PARAM: *login (email or name); *password
RESULT: token; null
2. getMe - Obtaining personal information
PARAM: *token
RESULT: data; null
3. getMyBook - Get a list of used books
PARAM: *token; archive (true or false)
RESULT: data; null
4. getBookomat - Getting a new book through Bookomat
PARAM: *token; *id; *password
RESULT: data; null
5. setBookomat - Returning books through Bookomat
PARAM: *token; *id; *password
RESULT: data; null
6. getAttendance - Get personal attendance information
PARAM: *token
RESULT: data; null
7. getRoom - Get personal rooms information
PARAM: token (Get empty rooms by making the token null)
RESULT: data; null
8. setRoom - Use it to rent a room
PARAM: *token; *id (room id)
RESULT: data; null
* required value
MAMUN_API v1.0 (PHP v8.2.10)