devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
69 stars 10 forks source link

Categorization of Sentiment, Equities, Nifty Indices and Trend Detector endpoints in Swagger. #20

Closed SuyashDM closed 8 months ago

SuyashDM commented 8 months ago

This pull request introduces endpoint categorization for the endpoints in our FastAPI application. Previously, all endpoints were listed under the default category in the Swagger documentation, which could make navigation and understanding of the API structure challenging, especially as the API grows.

To address this, I've organized the endpoints into a separate category using FastAPI tags. Now, when accessing the Swagger UI, users will find the endpoints neatly grouped under the corresponding category, improving readability and usability.

This enhancement enhances the overall organization and documentation clarity of our API, facilitating easier navigation and understanding for developers and users alike.