API.md 2.26 KB

Jaksimsamil API Documentation

Overview

  • TBA

URL

  • TBA

Usage

  • TBA

Example

  • TBA

API Table

group description method URL Detail Auth
user 유저 등록 POST api/user 바로가기 JWT Token
user 유저 삭제 DELETE api/user:id 바로가기 JWT Token
user 특정 유저 조회 GET api/user:id 바로가기 None
user 전체 유저 조회 GET api/user 바로가기 JWT Token
friend 유저 친구 등록 POST api/friend 바로가기 JWT Token
friend 유저의 친구 조회 GET api/friend:id 바로가기 None
profile 유저가 푼 문제 조회(백준) GET api/profile/solvedBJ:id 바로가기 None
profile 유저가 푼 문제 동기화(백준) PATCH api/profile/syncBJ 바로가기 None
profile 유저 정보 수정 POST api/profile/setprofile 바로가기 JWT TOKEN
profile 유저 정보 받아오기 POST api/profile/getprofile 바로가기 JWT
profile 추천 문제 조회 POST api/profile/recommend 바로가기 None
notify 슬랙 메시지 전송 요청 (성취여부) POST api/notify/goal 바로가기 Jwt Token
notify 슬랙 메시지 전송 요청 (문제 추천) POST api/notify/recommend 바로가기 None
auth 로그인 POST api/auth/login 바로가기 None
auth 로그아웃 POST api/auth/logout 바로가기 JWT Token
auth 회원가입 POST api/auth/register 바로가기 None
auth 로그인 확인 GET api/auth/check 바로가기 None