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?
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?
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.