Clueless-Community / fintech-api

An API that helps you to deal with your financial calculations
MIT License
90 stars 106 forks source link

[Feature]Endpoint for calculating of Net income, Break-even point, Days sales in inventory ratio, Cash ratio #460

Open suvamita opened 11 months ago

suvamita commented 11 months ago

@ighoshsubho please review and merge PR

ighoshsubho commented 11 months ago

@suvamita, there are 3 things I want to mention -

  1. You have made all the requests in the DOCUMENTATION.md and ENDPOINTS.md as GET request please update to POST.
  2. You have made all the endpoints in main as GET, make it POST
  3. You have not used request validations in any of the endpoints. Please do so!
suvamita commented 11 months ago

@ighoshsubho Please review and merge the pr.