Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.84 KB

API.md

File metadata and controls

10 lines (9 loc) · 1.84 KB

리드미용 API 명세서

이름 Method Label 담당자 URL Request Response
SoundName POST recommendation 김상협, 조민제 /rec/sound {
”name” : “”,
”gender”:””,
”birth”:””,
”attr”: {
“설문조사 컬럼들”:” ”,

}
}
{
”추천이름1”:”atm”,
”추천이름2”:”atm”,
”추천이름3”:”sound”,
”추천이름4”:”sound”,
}
CheckName GET recommendation 김상협 /rec/check/{name} {
check:”True or False 반환”
}
ReportData GET name 윤여빈 /report/{name}/{birth} {
“name” : “”,
“birth” : 0
}
{
“female”: {
meaning: “ “,
state: “”
} ,
“male” : , {
meaning: “ “,
state: “”
}
}
ValidateName GET name 윤여빈 /validate/{name}/{birth} {
“name” : “”,
“birth” : 0
}
성공 시
{
“female”: {
meaning: “ “,
state: “”
} ,
“male” : , {
meaning: “ “,
state: “”
}
}
실패 시
”해당 이름의 데이터가 없습니다.”
GetRandomName GET loading 전선영 /loading/ {
"name": "Abbie",
"gender": "F",
"attribute_name": ["Simple", "Complex"],
"attribute_percentage": [72, 28]
}
setRandonName PUT loading 전선영, 김상협 /loading/ {
"name": "Abbie",
"gender": "F",
"attribute": "Simple"
}