{"id":21969852,"url":"https://github.com/yamoo9/post-api-server","last_synced_at":"2026-04-11T22:03:23.083Z","repository":{"id":223587193,"uuid":"760956093","full_name":"yamoo9/post-api-server","owner":"yamoo9","description":"Express 앱 배포 (with render.com)","archived":false,"fork":false,"pushed_at":"2024-02-21T02:48:12.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T02:16:47.948Z","etag":null,"topics":["rest-api-test"],"latest_commit_sha":null,"homepage":"https://post-api-lwl8.onrender.com/api/v1/posts","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamoo9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-21T01:00:09.000Z","updated_at":"2024-02-21T01:56:09.000Z","dependencies_parsed_at":"2024-02-21T03:13:39.362Z","dependency_job_id":"be2268f4-992a-44de-a7c8-e27b7e947731","html_url":"https://github.com/yamoo9/post-api-server","commit_stats":null,"previous_names":["yamoo9/post-api-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamoo9%2Fpost-api-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamoo9%2Fpost-api-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamoo9%2Fpost-api-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamoo9%2Fpost-api-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamoo9","download_url":"https://codeload.github.com/yamoo9/post-api-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245028079,"owners_count":20549454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rest-api-test"],"created_at":"2024-11-29T14:26:15.467Z","updated_at":"2026-04-11T22:03:23.024Z","avatar_url":"https://github.com/yamoo9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Post API 서버\n\n## 포스트 리스트 읽기\n\n포스트 리스트를 응답합니다.\n\n```sh\nGET /api/v1/posts\n```\n\n## 포스트 검색\n\n포스트를 검색하여 응답합니다.\n\n### 작성자 쿼리\n\n요청한 작성자 이름으로 포스트를 검색하여 응답합니다.\n\n```sh\nGET /api/v1/posts?author={author-name}\n```\n\n### 검색어 쿼리\n\n요청한 포스트 본문 내용을 검색하여 응답합니다.\n\n```sh\nGET /api/v1/posts?q={search}\n```\n\n### 페이지네이션 쿼리\n\n요청한 페이지 번호 또는 페이지 갯수에 맞춰 포스트를 검색하여 응답합니다.\n\n```sh\nGET /api/v1/posts?page=2\u0026perPage=3\n```\n\n## 포스트 읽기\n\n요청한 아이디 속성 값과 일치하는 포스트를 응답합니다.\n\n```sh\nGET /api/v1/posts/:id\n```\n\n## 포스트 쓰기\n\n새로운 포스트를 생성한 뒤 응답합니다.\n\n```sh\nPOST /api/v1/posts\n```\n\n## 포스트 수정\n\n요청한 아이디 속성 값과 일치하는 포스트 수정한 뒤 응답합니다.\n\n```sh\nPUT /api/v1/posts/:id\n```\n\n## 포스트 삭제\n\n요청한 아이디 속성 값과 일치하는 포스트 삭제한 뒤 응답합니다.\n\n```sh\nDELETE /api/v1/posts/:id\n```\n\n## 포스트 초기화\n\n포스트 리스트를 초기화합니다.\n\n```sh\nDELETE /api/v1/posts/reset\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamoo9%2Fpost-api-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamoo9%2Fpost-api-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamoo9%2Fpost-api-server/lists"}