民事:https://bit.ly/45wt6MZ
刑事:https://bit.ly/3svsRTL
行政:https://bit.ly/3OZWYdw
憲法:https://bit.ly/3P5jMY5
懲戒:https://bit.ly/44yriSv
url: POST /projects/
body: {
isPublic=true
name=Hackathon
start_time=2023-08-01
end_time=2023-08-06
managers="ttt@gmail.com" (string? array?)
members="ttt@gmail.com" (string? array?)
}
response: {
}
url: DELETE /projects/{project_id}
:::```
### 3. 查詢專案ALL list
:black_medium_small_square: PATH:
:black_medium_small_square: API:
:::danger
```json
url: GET /projects/
params: {
}
response: {
}
url: GET /projects/{project_id}
response: {
}
url: POST /questions/
body: {
project_id
var_type
issue
description
options
}
response: {
}
url: GET /questions/
params: {
project_id
}
response: {
}
url: DELETE /questions/{question_id}
params: {
project_id
}
response: {
}
url: GET /judgements/
params: {
}
response: {
}
url: GET /judgements/{judgement_id}
response: {
}
url: POST /auth/signup
body: {
username
password
email
}
response: {
}
url: POST /auth/login
body: {
username
password
}
response: {
}
以下未完成