CSCI-GA-2820-SU24-001 / wishlists

NYU DevOps Wishlists Service Summer 2024
Apache License 2.0
3 stars 1 forks source link

Update container to Use Flask-RESTX #114

Open tzuanwang opened 1 month ago

tzuanwang commented 1 month ago

As a developer I need to update the container to use Flask-RESTX So that the service can have a standardized API structure and easier integration of Swagger documentation

Details and Assumptions

Litou-lyh commented 1 month ago

JSON error messages are guaranteed by flask-restx. Most error handlers and jsonify should be removed after each route is decorated with flask-restx api.