Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.57 KB

before_you_begin.md

File metadata and controls

32 lines (16 loc) · 1.57 KB

Before you begin...

1. Import Postman Environment for the tutorial

Postman Environments are named configurations that implement variables to store values you typically use across many HTTP requests. For example, your access token, which has to specified with every request you send to Forge, is stored in an environment variable named dapAccesssToken. To import the environment you need for this tutorial:

  1. Download the file DA4Inventor-Environment.postman_environment.json from the collections folder of this repository.

  2. Import DA4Inventor-Environment.postman_environment.json

    1. In the Postman header bar, click Import. A dialog displays.

    2. Drag the file you downloaded in step 1 to the area marked Drop files here.

  3. Click the Environment drop-down on the upper-right, and select DA4Inventor. The environment loads. Postman Environment drop-down

2. Import the Postman Collection for the tutorial.

Postman Collections are groups of prepopulated HTTP requests. To import the requests you need for this tutorial:

  1. Download the file DA4Inventor Tutorial.postman_collection.json from the collections folder of this repository.

  2. Import DA4Inventor Tutorial.postman_collection.json

    1. In the Postman header bar, click Import. A dialog displays.

    2. Drag the file you downloaded in step 1 to the area marked Drop files here.

▶️