Sekkison SpringBoot project - 04

ILCHAN AHNยท2023๋…„ 3์›” 19์ผ
0

Sekkison

๋ชฉ๋ก ๋ณด๊ธฐ
3/13

Sekkison Project

Sekkison URL ์„ค์ •

๐Ÿ”ฝ RestAPI EndPoint

METHODURI๊ธฐ๋Šฅ
POST/usersํšŒ์›๊ฐ€์ž…
POST/users/login๋กœ๊ทธ์ธ
GET/users/{userId}User๊ฐ์ฒด ๋ฐ˜ํ™˜
PUT/users/{userId}ํšŒ์›์ •๋ณด์ˆ˜์ •
DELETE/users/{userId}ํšŒ์›ํƒˆํ‡ด
GET/users/duplicated/{parameter}์•„์ด๋””, ๋ณ„๋ช…, ์ „ํ™”๋ฒˆํ˜ธ ์ค‘๋ณต์ฒดํฌ
GET/users/my_list/{userId}/{parameter}์นœ๊ตฌ ์ดˆ๋Œ€ ๋ฆฌ์ŠคํŠธ, ์•ฝ์† ์ดˆ๋Œ€ ๋ฆฌ์ŠคํŠธ
PUT/users/{param}/{userId}๋ณ„๋ช…, content ์ •๋ณด์ˆ˜์ •
GET/users/search/invite/{userId}/{appointId}{postId}์•ฝ์†์— ์ดˆ๋Œ€ํ•  ์œ ์ € ๊ฒ€์ƒ‰
POST/upload/uploadํ”„๋กœํ•„ ์—…๋กœ๋“œ
GET/upload/{userId}ํ”„๋กœํ•„ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ
POST/appoints/{userId}์•ฝ์† ๋งŒ๋“ค๊ธฐ
GET/appoints/{userId}/{appointId}์•ฝ์† ๊ฐ€์ ธ์˜ค๊ธฐ
PUT/appoints/{appointId}/{userId}์•ฝ์† ์ˆ˜์ •
DELETE/appoints/{userId}/{appointId}์•ฝ์† ์‚ญ์ œ
GET/appoints/members/{appointId}๋ฉค๋ฒ„ ๋ณ„๋ช… ๊ฐ€์ ธ์˜ค๊ธฐ
DELETE/appoints/members/{appoint_id}/{from_id}/{to_id}์•ฝ์† ๋ฉค๋ฒ„ ๊ฐ•ํ‡ด
GET/appoints/search/{is_public}/{is_recruit}/{page}์•ฝ์† ์ตœ๋Œ€์ธ์› ์ˆ˜์ •
PUT/appoints/setCount/{appoint_id}/{user_id}/{count}์•ฝ์† ๋ฉค๋ฒ„ ๊ฐ•ํ‡ด
GET/appoints/list/{userId}/{page}๋‚ด์•ฝ์†๋ชฉ๋ก ๊ฐ€์ ธ์˜ค๊ธฐ
DELETE/friends/{friendId}์นœ๊ตฌ์ดˆ๋Œ€ ๊ฑฐ์ ˆ
POST/friends/์นœ๊ตฌ์ดˆ๋Œ€ ๋ณด๋‚ด๊ธฐ
POST/friends/accept/{friendId}์นœ๊ตฌ์ดˆ๋Œ€ ์ˆ˜๋ฝ
GET/friends/list{userId}์นœ๊ตฌ๋ชฉ๋ก
DELETE/invites/{inviteId}์•ฝ์†์ดˆ๋Œ€ ๊ฑฐ์ ˆ
POST/invites//{appointId}/{fromId}/{toId}์ดˆ๋Œ€๋ณด๋‚ด๊ธฐ
GET/messages/list/{userId}์ชฝ์ง€ ๋ชฉ๋ก
DELETE/messages/{userId}์ชฝ์ง€ ์‚ญ์ œ
POST/messages์ชฝ์ง€ ๋ณด๋‚ด๊ธฐ
GET/myAppoints/is_master/{userId}/{appointId}๋ฐฉ์žฅ ์—ฌ๋ถ€
POST/myAppoints/{userId}/{appointId}์•ฝ์† ์ฐธ๊ฐ€
DELETE/myAppoints/{userId}/{appointId}์•ฝ์† ๋‚˜๊ฐ€๊ธฐ
profile
๋ฐฑ์—”๋“œ ๊ฐœ๋ฐœ์ž๋ฅผ ๊ฟˆ๊ฟ‰๋‹ˆ๋‹ค

0๊ฐœ์˜ ๋Œ“๊ธ€