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
상품 등록 POST /api/v1/items
POST
/api/v1/items
상품 목록 조회 GET /api/v1/items
GET
상품 상세 조회 GET /api/v1/items/{itemToken}
/api/v1/items/{itemToken}
상품 수정 POST /api/v1/items/{itemToken}
상품 삭제 ( 또는 판매종료 ) POST /api/v1/items/change-end-of-sales
/api/v1/items/change-end-of-sales
The text was updated successfully, but these errors were encountered:
Merge pull request #9 from f-lab-edu/feature/4
6ed00f2
[#4] feat : 상품 등록, 조회, 수정, 삭제
https://velog.io/@jhbae0420/Redis-%EC%BA%90%EC%8B%9CCache%EB%A5%BC-%EC%A0%81%EC%9A%A9%ED%95%B4-%EC%A1%B0%ED%9A%8C-%EC%84%B1%EB%8A%A5-%EA%B0%9C%EC%84%A0%ED%95%98%EA%B8%B0
Sorry, something went wrong.
KATEKEITH
Successfully merging a pull request may close this issue.
상품 등록
POST
/api/v1/items
상품 목록 조회
GET
/api/v1/items
상품 상세 조회
GET
/api/v1/items/{itemToken}
상품 수정
POST
/api/v1/items/{itemToken}
상품 삭제 ( 또는 판매종료 )
POST
/api/v1/items/change-end-of-sales
The text was updated successfully, but these errors were encountered: