API docs - connect-foundation/2019-07 GitHub Wiki
ํ๋ก์ ํธ์ ์ฌ์ฉํ๋ API ๋ฌธ์
API ๋ฌธ์ ์ ์ ๊ฐ์ด๋๋ผ์ธ
API์ ๊ธฐ๋ฅ์ ๋ํ ์งค๋งํ ์ค๋ช
method : get, post
request : {
body : {
key1 : value1 (type1)
key2 : value2 (type2)
}
}
response : {
body : {
key1 : value1 (type1)
key2 : value2 (type2)
}
redirect : route1 || route2 || route3
}
API ์ค๋ช ์ ๋ํ ์์ธํ ์ค๋ช
method : api ์์ฒญ์ ์ด๋๋ก ํด์ผ ํ๋์ง
body : request์์ ๋ค์ด์ค๋ body ๊ฐ์ฒด, response์ sendํ๋ ๊ฐ์ฒด์ ๋ํ ์ค๋ช . ๋ฐ์ดํฐ๋ฅผ ์ฌ๋ฌ๊ฐ ๊ฐ์ง ๊ฒฝ์ฐ ํค, ๊ฐ, ํ์ ์ ๊ธฐ์ ํ๋ค.
redirect : api์์ redirect ์ํค๋ ๊ฒฝ์ฐ๋ฅผ ๊ธฐ์ . ์์ธํ ์ค๋ช ์ ๋ณธ๋ฌธ์ ๊ธฐ์ ํ๋ค.