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

# API Document

## Post

* [게시물](/edsc-api/post/posting.md)
  * [이미지](/edsc-api/post/posting/image.md)
    * [게시물 이미지 생성하기](/edsc-api/post/posting/image/post.md)
    * [게시물 이미지 수정하기](/edsc-api/post/posting/image/patch.md)
    * [게시물 이미지 삭제하기](/edsc-api/post/posting/image/delete.md)
  * [파일](/edsc-api/post/posting/file.md)
  * [게시물 생성하기](/edsc-api/post/posting/post.md)
  * [게시물 조회하기](/edsc-api/post/posting/get.md)
  * [게시물 수정하기](/edsc-api/post/posting/put.md)
  * [게시물 삭제하기](/edsc-api/post/posting/delete.md)
  * [게시물 좋아요 누르기](/edsc-api/post/posting/post-like.md)
  * [게시물 좋아요 취소하기](/edsc-api/post/posting/delete-like.md)
* [댓글](/edsc-api/post/comment.md)
  * [댓글 작성하기](/edsc-api/post/comment/post.md)
  * [대댓글 작성하기](/edsc-api/post/comment/post-child.md)
  * [댓글 수정하기](/edsc-api/post/comment/put.md)
  * [댓글 삭제하기](/edsc-api/post/comment/delete.md)
* [메인 페이지의 게시물 조회하기](/edsc-api/post/get-main.md)

## Category

* [카테고리 관리](/edsc-api/category/manage.md)
  * [카테고리 생성하기](/edsc-api/category/manage/post.md)
  * [카테고리 수정하기](/edsc-api/category/manage/put.md)
  * [카테고리 삭제하기](/edsc-api/category/manage/delete.md)
* [전체 카테고리 목록 조회하기](/edsc-api/category/get.md)
* [하위 카테고리 이름 조회하기](/edsc-api/category/get-level2-name.md)
* [카테고리 별 게시물 조회하기](/edsc-api/category/get-post.md)

## User

* [유저 정보 관리](/edsc-api/user/manage.md)
  * [유저 정보 조회하기](/edsc-api/user/manage/get.md)
  * [유저 정보 수정하기](/edsc-api/user/manage/put.md)
  * [유저 목록 조회하기](/edsc-api/user/get-list.md)
  * [유저 프로필 이미지 수정하기](/edsc-api/user/manage/patch-image.md)
  * [유저 프로필 이미지 삭제하기](/edsc-api/user/manage/delete-image.md)
* [유저의 게시물 조회하기](/edsc-api/user/get-post.md)
* [유저의 좋아요 게시물 조회하기](/edsc-api/user/get-like-post.md)
