A pre-configured API collection for Autodesk Platform Services (APS), built specifically for Bruno—the Git-native, open-source API client.
This collection allows you to test, debug, and explore APS workflows entirely offline and version-control your API requests seamlessly.
You only need your APS credentials to start making API requests.
- Install Bruno on your machine.
- Clone this repository to your local environment.
Copy the example environment file or create a new one named .env in the root directory of this collection:
cp .env.example .envOpen the .env file and insert your APS Developer credentials:
APS_CLIENT_ID=your_actual_client_id_here
APS_CLIENT_SECRET=your_actual_client_secret_here- Open Bruno.
- Click Open Collection and select the folder containing this repository.
- Select the environment (e.g.,
Testing) from the top-right dropdown. - Run the Authentication request first to generate your access token.
- Start exploring the APS endpoints!
The collection is pre-configured with a pre-request script that automatically uses your .env variables to fetch a 2-legged OAuth token. You do not need to manually copy-paste tokens between requests.
Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.