Forum Discussion

SoundaryaRajaji's avatar
SoundaryaRajaji
Occasional Visitor
4 years ago
Solved

Total api call count in swagger

How to get  total api call count in swagger ? For eg: Say 4 controllers with each controllers I have 10 api calls => So, my result would be 4*10 = 40. This is what i need to do for my whole controllers. How to achieve this?

  • This is unrelated to Swagger - it's just used to document your API. Any additional functionality would need to be added manually or using a separate library.

1 Reply

  • This is unrelated to Swagger - it's just used to document your API. Any additional functionality would need to be added manually or using a separate library.