ContributionsMost RecentMost LikesSolutionsRe: Ready Api- Best way to create a composite project with multiple environment specific endpointsThanks a lot. Please advise me if anyone has experience. I just want to know the best practices as well. Like don't do's and do'sReady Api- Best way to create a composite project with multiple environment specific endpointsI want to create a composite project and add to multiple environment specific endpoints and need to add them to the test steps that are located in different test cases. Please explain to me the best way to do that. Actually, I just want steps in a comprehensive way. I am still new to this tool. ThanksSolvedRe: Renamed endpointsThank you very much for your comprehensive answer. I will do as you said in future. Have a nice day !!!Re: Renamed endpointsThere are some APIs I did not rename as similar to the test suite name. These APIs and test cases remain as it is.Re: Renamed endpointsThank you very much for your answers. Actually, I have followed the same steps that I mentioned in the below. As per the documentation, it may be wrong. But I just try to fix the mistake. (Ready api latest version I used ) 1. I created a composite project 2. Then I got two sections like APIs and etc. 3. I selected APIs and right click - add api. 4. Select endpoints tab . 5. Select http method and enter only service location. Eg : http://dummy.restapiexample.com Url : http://dummy.restapiexample.com/api/v1/employees 6. Then, navigate environments editor panel. 7. Here, click rest service tab, then I can see the added service as name. 8. Against the service name , under the endpoint column , I added /api/v1/employees (Eg : This is url http://dummy.restapiexample.com/api/v1/employees) 9. Again, in the APIs navigation tree, I renamed this "http://dummy.restapiexample.com" as similar to the test suite name that I am going to create. Renamed like employee. 10. Then, i created test suite and given the like employee and added test steps. Linked to added APIs. 11. The same thing I repeated basically in the whole project. 12. When I committed the code into git , api folders are missing. In the local repo also. Thank you.Re: Renamed endpointsIf this explanation is not clear, please mention it. Then I can explain it againRe: Renamed endpointsThank you very much for the answer. Actually, I am still new to this tool. I just added api endpoints to APIs and once they are populated under Apis, I renamed the source part. Once I completed the test cases , just pushed the code. I never saved anything by clicking on save. But some renamed endpoints are populated under Apis. As per my understanding, In the local workspace, I can't see the missing folders and it seems that merging with folder with same name of test suite folders.Renamed endpointsI use ready api and developed a composite project to test rest api. I have added multiple endpoints under Apis. Then I renamed the service(APIs navigator tree) as similar to the test suite that I used the endpoint. https://support.smartbear.com/readyapi/docs/_images/apis/organize/rest-structure.png Then I committed the code to git and when imported this project by someone , endpoints that named similar to the test suites are missing. Could I solve this problem?.Solved