Use xinclude to externalize environments/endpoints
We have 5 environments we need to target (CI/CD, DEV, TEST, PROD, SANDBOX). We have 30 apis with new apis on the horizon. On average each project will require two environments (for the Auth api and the api under test). Rather than have 30 copies of the Auth api details (one for each api) we would prefer to externalize "shared" details via the use of xinclude. That way, when/if the Auth api environment/endpoint details change we only have to apply a single update which will subsequently "trickle down" to all the projects that leverage the shared content.475Views0likes0CommentsSharing folder hierarchy accross projects
Hello, I know it is possible to share a file from one project to another by adding a existing item , but is there a way to share the folder structure too? or an entire folder and its content ? We would like to keep the same hierarchy between projects ( each of themmaintained by a team ) . DIdierSolved1.1KViews0likes2Comments