Skip to content

Repository files navigation

Autodesk Platform Services (APS) API Collection for Bruno

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.


⚡ Quick Start

You only need your APS credentials to start making API requests.

1. Prerequisites

  • Install Bruno on your machine.
  • Clone this repository to your local environment.

2. Set Up Environment Variables

Copy the example environment file or create a new one named .env in the root directory of this collection:

cp .env.example .env

Open 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

3. Import and Run

  1. Open Bruno.
  2. Click Open Collection and select the folder containing this repository.
  3. Select the environment (e.g., Testing) from the top-right dropdown.
  4. Run the Authentication request first to generate your access token.
  5. Start exploring the APS endpoints!

🔒 Authentication Note

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.


🤝 Contributing

Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.


📜 License

This project is licensed under the MIT License.

About

Autodesk Platform Services (APS) API collection for Bruno, the Git-native API client.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors