Skip to main content
Eco3s
API
Notion
GitHub
Next
4 docs tagged with "GET"
View All Tags
GET /posts
모든 글 목록을 조건에 맞게 가져옵니다.
GET /posts/{id}
id를 통해 특정 글을 불러옵니다.
GET /users
모든 유저의 목록을 가져옵니다.
GET /users/{id}
id를 통해 특정 유저를 가져옵니다.