Please enable JavaScript.
Coggle requires JavaScript to display documents.
api - Coggle Diagram
api
activity
index.post.js (新增活動)
index.get.js (查看所有活動)
[id].get.js (查看單一活動)
[id].put.js (編輯單一活動)
[id].delete.js (刪除單一活動)
form
index.get.js (查看單一活動報名表格資料)
index.put.js (編輯單一活動報名表格資料)
login
google
index.post.js (google 登入)
site
index.post.js (網站登入)
帳號(使用者)
user
index.get.js (查看所有使用者資料)
[id].get.js (查看單一使用者資料)
[id].put.js (編輯單一使用者資料)
[id].delete.js (刪除單一使用者資料)
apply
team
index.put.js (編輯團隊報名資料)
index.get.js (查看團隊報名資料)
index.delete.js (刪除團隊報名資料)
members
index.get.js (查看團隊成員資料)
index.post.js (新增團隊)
[id].post.js (加入團隊)
[id].delete.js (刪除團隊)
personal
index.delete.js (刪除個人報名資料)
index.get.js (查看個人報名資料)
index.put.js (編輯個人報名資料)
signup
index.post.js (註冊)
logout
index.post.js (登出)
forget
password
index.post.js (忘記密碼)
email
modify
index.post.js (修改密碼)
verify
cookie
index.get.js (驗證登入狀態 cookie)