WR分页后端

时间:2024-03-07 20:03:19
【文件属性】:

文件名称:WR分页后端

文件大小:26KB

文件格式:ZIP

更新时间:2024-03-07 20:03:19

Python

写页面 API文档 /登录方法:POST 参数=用户名,密码; 返回:状态,消息,(令牌) /创建用户方法:POST 参数:access_token,token_owner,user_info {name,vorname,klasse,schluessel,ausbildungen,aufgaben,password}返回:状态,消息 / editUser 方法:PATCH 参数:access_token,token_owner,用户,类别,值返回:状态,消息 / addTask 方法:POST 参数:access_token,token_owner,名称,aufgabe,(日期),(treffpunkt) 返回:状态,消息 / acceptTask 方法:PATCH 参数:access_token,token_owner,auftragsID 返回:状态,消息 / listAllTas


【文件预览】:
WR-paging-backend-main
----notes.txt(12B)
----controller()
--------getTechnikerWithoutTaskController.py(798B)
--------addAusbildungToTechnikerController.py(918B)
--------createUserController.py(1KB)
--------addAufgabeToUserController.py(940B)
--------DefaultController.py(70B)
--------loginController.py(944B)
--------addTaskController.py(1KB)
--------closeTaskController.py(921B)
--------editUserController.py(1KB)
--------getOnlineTechnikerController.py(786B)
--------acceptTaskController.py(953B)
--------fastpagingController.py(1KB)
--------listAllTasksForTechnikerController.py(1015B)
--------logoutController.py(775B)
----WebsocketWrapper.py(4KB)
----FlaskWrapper.py(449B)
----LICENSE(1KB)
----websockets()
--------NoteSocket.py(282B)
----utils()
--------Encryption.py(788B)
--------JSON.py(111B)
--------TechnikerSelector.py(592B)
--------Hashing.py(84B)
--------Generation.py(128B)
----database()
--------models()
--------DatabaseService.py(4KB)
--------actions()
----readme.md(2KB)
----app.py(3KB)

网友评论