I have a scenario where I have 2 folders in 2 different projects. I want to ensure that the API in project 1 is identical to the API in project 2. For this I wanted to know if we have the ability to compare 2 APIs together and this will help us to make updates.
Currently, the only way to compare two APIs is by exporting the data and then performing a file comparison. Just curious - why do you need to have the same API in two different projects instead of using just one project?
I have one project for testing the APIs and another for creating/publishing documentation.
Using a single project with multiple versions might better suit your needs: API Versions in Apidog - Apidog Docs
I actually have 2 versions of my APIs. I’m unsure how to publish the docs for that. I have swaggerUI on my project where I have filter logic for getting schema of v1 and v2 only respectively. How do I setup the docs project in Apidog such that it pulls the APIs of the version in the respective API version in Apidog.
for example I can do api/schema?version=v1 (this gives me all APIs of v1) and similar for v2
I want to import APIs in v2 API version and also v1 API version
Hi HamzaJD , thanks for explaining it, we will look it to this issue and get back to you when soon.
Thanks Rashid