Prior to integrating the Appdome-DEV REST API to your CI/CD workflow, you may want to test and customize the different available request. To make this easier, we have created a Postman collection of the available requests. We recommend you download this json file: Appdome-DEV API for Postman Collection.
Postman is an API client tool which helps with testing. It lets you configure requests and send them with various controls and environment set-ups.
This knowledge base will introduce our collection and some basic functions of Postman. For more about using postman, see Postman Learning Center.
Before using the Appdome Postman collection, please read about Appdome-DEV REST API
Variables defined in the environment set up will replace parameters such as {{Authorization}}
on run time:
The collection is added to your library:
Before sending a request, you need to configure its parameters, body content, and variables.
First, select the request on the Library.
On the Params tab, you can add URL encoded parameters. Team_id is configured is this way.
?team_id={{team_id}}
is added to the request URL.On the Body tab, you can configure the body of the request. Depending on the request, you can:
overrides
JSON contentOn the Pre-request Script Tab, you can configure variables that need to be inserted into the URL. This is currently only relevant for the GET requests: Task-Download and Task-Status.
These requests need to pass the task_id in the URL. In the Pre-request Script tab, insert the task is as the value: pm.environment.set("task_id", "<task_id>");
Once the request is configured, click Send. The response will appear below.
For the Task-Download, click the arrow and select Send and Download.
Check out Appdome Platform, Appdome-DEV, or request a demo at any time.
If you have any questions, please send them our way at support@appdome.com or via the chat window on the Appdome platform.
Thanks for visiting Appdome! Our mission is to make mobile integration easy. We hope we’re living up to the mission with your project. If you don’t already have an account, you can sign up for free.