-
Notifications
You must be signed in to change notification settings - Fork 5
맛좀 볼래?! api reference v0.0.0
J078_민수빈 edited this page Sep 24, 2021
·
1 revision
response 순한 맛 쿠키 데이터 전부
Array[{"type":1,"contents":{contents},"_id":{id}}]
response 매운 맛 데이터 전부
Array[{"type":2,"contents":{contents},"_id":{id}}]
- type INT 1 : 순한맛, 2 : 매운맛
- contents STRING : 쿠키 내용
- _id STRING : 쿠키 id
response 순한 맛 랜덤 데이터 하나
{"type":1,"contents":{contents},"_id":{id}}
response 매운 맛 랜덤 데이터 하나
{"type":2,"contents":{contents},"_id":{id}}
request
body {"type":{type}, "contents":{contents}}
- type INT 1 : 순한맛, 2 : 매운맛
- contents STRING : 쿠키 내용
response
insert 성공시
{message: success}
insert 실패시
{message: fail}
request index : 띠별 타입 번호
(1:쥐띠 2:소띠 3:호랑이띠 4:토끼띠 5:용띠 6:뱀띠 7:말띠 8:양띠 9:원숭이띠 10:닭띠 11:개띠 12:돼지띠)
response 현재 날짜의 띠별 운세 총평
{STRING}