API
유저 로그인
POST
/user/login
Headers
withcredentials
boolean
true
Request Body
email*
String
kimcoding@gmail.com
password*
String
1234
login_method*
Int
0: general
1: kakao
2: google
카카오 소셜 로그인
POST
/user/login/kakao
Headers
withcredentials
Boolean
true
Request Body
authorizationCode
String
login_method
Int
1:kakao
구글 소셜 로그인
POST
/user/login/google
Headers
withcredentials
Boolean
true
Request Body
authorizationCode
String
login_method
Int
2:google
String
kimcoding@gmail.com
googleId
Int
유저 회원가입
POST
/user/signup
Headers
withcredentials
boolean
true
Request Body
email*
String
kimcoding@gmail.com
password*
String
1234
nickname*
String
kimcoding
이메일 중복검사
GET
/user/emailcheck/email?email={email}
Query Parameters
email*
String
kimcoding@gmail.com
Headers
withcredentials
Boolean
true
닉네임 중복검사
GET
/user/namecheck/nickname?nickname={nickname}
Query Parameters
nickname*
String
kimcoding
Headers
withcredentials
Boolean
true
유저 로그아웃
POST
/user/logout/1 :/id
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Request Body
login_method
Int
0: general
1: kakao
2: google
id
Int
마이페이지 유저 정보가져오기
GET
/user/mypage/id?id={id}
Query Parameters
id
int
Headers
AuthorizationToken*
String
withcredentials
Boolean
true
마이페이지 유저 정보변경
PUT
/user/mypage/1 :/id
Headers
AuthorizationToken*
String
withcredentials
Boolean
true
Request Body
username
Int
kimcoding
password
String
1234
String
kimcoding@gmail.com
login_method
Int
0: general
1: kakao
2: google
마이페이지 회원탈퇴
DELETE
/user/mypage/1 :/id
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Request Body
id*
Int
유저 사진조회
GET
/fish/board/email?email={email}&&page?page={page}
Query Parameters
email*
String
kimcoding@gmail.com
page
Int
1
Headers
AuthorizationToken*
String
withcredentials
Boolean
true
유저 사진 기록
POST
/fish/board/1 :/id
Headers
AuthorizationToken*
String
withcredentials
Boolean
true
Request Body
src
String
image
fish_name
String
옥
size
Int
cm
ranked
String
0:false
1:true
id
Int
user_id
id
Int
fish_id
유저 사진 수정
PUT
/fish/board/1 :/id
Headers
AuthorizationToken*
String
withcredentials
Boolean
true
Request Body
src
String
image
fish_name
String
옥
size
Int
cm
ranked
String
0: false
1: true
id
Int
user_id
id
Int
fish_id
유저 사진 삭제
DELETE
/fish/board/1 :/id
Headers
withcredentials
Boolean
true
AuthorizationToken
String
Request Body
String
kimcoding@gmail.com
Int
userId
Int
fishId
유저 즐겨찾기 위치 조회
GET
/map/email?email={email}
Query Parameters
String
kimcoding@gmail.com
Headers
AuthorizationToken
String
withcredentials
Boolean
true
유저 즐겨찾기 위치 등록
POST
/map/1 :/locationId
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Request Body
lat
'37.52637'
long
String
'128.38651'
location_name
String
'옥돔 잘 잡히는곳'
Int
userId
유저 즐겨찾기 위치 이름수정
PATCH
/map/1 :/locationId
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Request Body
locationId
String
location_id
location_name
String
유저 즐겨찾기 위치 삭제
DELETE
/map/1 :/locationId
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Request Body
locationId
String
location_id
품종별 크기 랭킹 조회
GET
/ranking/fishName?fishName={fishName}&&email?email={email}
Query Parameters
String
kimcoding@gmail.com
fishName
String
옥
page
Int
Headers
AuthorizationToken
String
withcredentials
Boolean
true
Last updated