> For the complete documentation index, see [llms.txt](https://minseokgos-organization.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minseokgos-organization.gitbook.io/api/uri.md).

# URI 선정

## User

회원가입 : users/regist

로그인 : users/login

아이디 중복 체크 : users/regist/check

유저 정보 페이지 : users/{id}

유저 정보 수정 : users/{id}/update

회원 탈퇴 : users/{id}/unregist

## Shop

가게 등록 : shops/regist

가게 조회 : shops/{id}

가게 정보 수정 : shops/{id}/update

가게 삭제 : shops/{id}/unregist

## Cart

장바구니 조회 : carts

장바구니 등록 : carts/add

장바구니 수정 : carts/update

장바구니 삭제 : carts/clear

## Post

전체 게시물 조회 : posts

게시물 조회 : posts/{id}

게시물 작성 : posts/write

게시물 수정 : posts/{id}/update

게시물 삭제 : post/{id}/delete

## Order

결제 : orders/save

주문 조회 : orders/{id}

주문 취소 : orders/{id}/delete

## Chat

채팅 목록 : chats

채팅방: chats/{id}

채팅방 삭제 : chats/{id}/delete
