0

We want to discover/extract a list of new APIs between two releases.

Is there a way to parse and extract a list of API URLs and HTTP-methods to have this list of new APIs when comparing release code branches?

ankitjaininfo
  • 11,961
  • 7
  • 52
  • 75
  • did u tried this solution? https://stackoverflow.com/questions/1275486/django-how-can-i-see-a-list-of-urlpatterns – vadimb Jan 15 '20 at 06:57

1 Answers1

0

the best solution for your requirement is django-rest-swagger it is just a pip package that you need to install and follow the instruction given in the link.