Removed the FastAPI implementation including server files,
tests for concord API. Integrated new OpenAPI generator configurations and
model schemas to replace existing API functionality.
This transition aims to streamline development and
maintain consistency in API structure.
Implement boiler code for webserver generated form openapi generator
Adds Bruno (postman alternative) to the test folder
Checklist
poetry run pytest
passes locally with my changesAffected Components
Description of Changes
Removed the FastAPI implementation including server files, tests for concord API. Integrated new OpenAPI generator configurations and model schemas to replace existing API functionality. This transition aims to streamline development and maintain consistency in API structure.
Implement boiler code for webserver generated form openapi generator Adds Bruno (postman alternative) to the test folder
Additional Notes