-
Notifications
You must be signed in to change notification settings - Fork 0
API
t.mashimo edited this page Apr 9, 2022
·
10 revisions
GET /healthz
ユーザー全体
[GET] /users
test
ユーザーIDで取得
GET /users/:id
ユーザー作成
POST /users
ユーザーの更新
PUT /users/:id
ユーザーの削除
DEL /users/:id
GET /times
ログイン
POST /auth
request
mail : メールアドレス
password : パスワード
response
id : ユーザーID
name: 名前
シフトの出席
POST /auth/attendance
id : shift_id
ユーザーのシフト
-
GET /shift/:user_id -
GET /shift/:user_id/:date -
GET /shift/:user_id/:date/:weather
GET /work/:work_id/:user_id/:date/:weather/:time
response
ID, Name, URL, Users