We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
목적: 관리자가 전체 또는 개별 도서 카테고리를 조회하는 /admin/book-category/{category_id} API를 구현합니다.
/admin/book-category/{category_id}
요구 사항:
category_id
기능 설명:
작업 내용:
참고:
The text was updated successfully, but these errors were encountered:
smreosms13
No branches or pull requests
API 구현 - /admin/book-category/{category_id} (GET)
목적: 관리자가 전체 또는 개별 도서 카테고리를 조회하는
/admin/book-category/{category_id}
API를 구현합니다.요구 사항:
category_id
없이, 모든 도서 카테고리를 조회합니다.category_id
를 통해 특정 카테고리의 정보를 조회할 수 있어야 합니다.기능 설명:
/admin/book-category/{category_id}
엔드포인트에 GET 메서드로 요청을 보낼 때, 서버는 관리자 권한을 확인한 후 요청에 따라 전체 또는 개별 도서 카테고리를 조회하여 응답합니다.작업 내용:
/admin/book-category/{category_id}
)를 GET 메서드로 구현합니다.참고:
The text was updated successfully, but these errors were encountered: