CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

Refactor to Use Flask-RESTX #58

Closed bairixie closed 6 months ago

bairixie commented 7 months ago

As a developer I need to refactor my microservice to use Flask-RESTX following the lab-flask-restplus-swagger file layout
So that I can provide Swagger documentation with minimal effort and improve my API's documentation and error handling.

Details and Assumptions