Postman environments are named configurations that implement environment variables to store values you typically use across many HTTP requests. For example, you can save the Access Token to use for all HTTP requests, in a variable named dasApiToken
.
To import the environment you need for this tutorial:
-
Download the file DA43dsMax Tutorial.postman_environment.json from the collections folder of this repository.
-
Import DA43dsMax Tutorial.postman_environment.json:
-
In the Postman header bar, click Import. A dialog displays.
-
Drag the file you downloaded in Step 1 to the area marked Drop files here. Alternatively, you can click Choose Files and find the file you downloaded in Step 1.
-
-
Click the environment drop-down on the upper-right, and select DA43dsMax Tutorial. The DA43dsMax Tutorial environment loads.
Postman Collections are groups of prepopulated HTTP requests.
To import the requests you need for this tutorial:
-
Download the file DA43dsMax Tutorial.postman_collection.json from the collections folder of this repository.
-
Import DA43dsMax Tutorial.postman_collection.json:
-
In the Postman header bar, click Import. A dialog displays.
-
Drag the file you downloaded in Step 1 to the area marked Drop files here. Alternatively, you can click Choose Files and find the file you downloaded in Step 1.
-