Client Test Project
Note that this is a sample UAT Test API client project that you can start testing. However, we will recommend to generate a client project as mentioned in Stub Generation
Swagger Definition Merging
This tool can make a common swagger definition file for all the services.
Steps | Description |
---|---|
01 | Download swagger definitions for all services. |
02 | Download swagger_definitions_merge_tool by using the below link. |
03 | Unzip swagger_definitions_merge_tool. |
04 | Put all definition json files into the definitionDir folder inside swagger_definitions_merge_tool. |
05 | Open the terminal and change the directory to inside swagger_definitions_merge_tool.cd path_to_tool/swagger_definitions_merge_tool |
06 | Run the below command on the terminal.python3 main.py |
07 | After executing the above command, a common definition file is generated on the inside of the finalJsonDir folder. You can create an api integration client here: Swagger Editor |
Prerequisite: Python3
Download Swagger Definitions Merge Tool
Client Test Project
This is a sample API client integration test project.
Download Client Test Project