About this Walkthrough
This walkthrough guides you through the process of loading a Fusion add-in and working with a Fusion file. It doesn’t teach you how to create Fusion add-ins. Instead, it points you to resources that can teach you how to create them (See Task 3).
This walkthrough uses cURL to send HTTP requests to APS. cURL is able to clearly show request and response information. It, however, is not the best tool to demonstrate a workflow by sending a series of HTTP requests to APS. We have hence provided a Postman based walkthrough to make it easier for you to send requests to APS.
Postman walkthrough
Postman is a popular tool that provides an easy-to-use interface to send HTTP requests. The Postman walkthrough comes with a collection of pre-populated HTTP requests that you can modify. This gives you the ability to experiment without having to write a single line of code.
On the Postman Collection, requests are grouped by task. The group has the same name as the corresponding task in the cURL walkthrough on the APS developer portal.
Similarly, requests are named such that they have the same names as the corresponding step in the cURL walkthrough on the APS developer portal.