-
Notifications
You must be signed in to change notification settings - Fork 6
Ep08 : Flask-RESTful 로 Car CRUD api 구축하기 #9
New issue
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ep08부터는 flask-restful 라이브러리를 활용하여 HTTP API 를 구축하는 방법에 대해 다룹니다.
이번 에피소드를 마치고 나면, cars/ 와 car/ 두 개의 엔드포인트로 자동차에 대한 목록 조회, 상세 조회, 생성, 수정, 삭제를 할 수 있는 API 서버를 구축할 수 있을 것입니다.
(과제) Flask 의 pluggable view 에 대한 설명을 블로그에 간략하게 정리해 주세요.
(과제) 아래의 조건을 만족하는 API를 구축하고, 이를 현재 레포의 브랜치에 업로드해 주세요.
참고 자료
https://gdsanadev.com/14924 - 생성 / 조회 API 구현
https://gdsanadev.com/15064 - 수정 / 삭제 API 구현
https://flask-docs-kr.readthedocs.io/ko/latest/views.html - pluggable view 공식 문서
https://flask-restful.readthedocs.io/en/latest/ - flask-restful 공식 문서
The text was updated successfully, but these errors were encountered: