### Install APS SDK for Construction Issues Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/construction/issues/source/README.md Install the necessary package for managing construction issues using npm. ```bash npm i @aps_sdk/construction-issues ``` -------------------------------- ### Install APS SDK for Node.js Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/oss/source/README.md Install the APS SDK for Node.js using npm. This command is required before using the SDK in your project. ```bash npm i @aps_sdk/oss ``` -------------------------------- ### Install APS SDK for Data Management Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/datamanagement/source/README.md Use this command to install the APS SDK for Data Management using npm. ```bash npm i @aps_sdk/data-management ``` -------------------------------- ### Install APS SDK for Secure Service Account Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/secureserviceaccount/source/README.md Install the SDK using npm. This command adds the necessary package to your project for server-side authentication with service accounts. ```bash npm i @aps_sdk/secure-service-account ``` -------------------------------- ### Install APS SDK for WebHooks Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/webhooks/source/README.md Use npm to install the APS SDK for WebHooks package. This command is required before using the SDK in your project. ```bash npm i @aps_sdk/webhooks ``` -------------------------------- ### Install APS Model Derivative SDK Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/modelderivative/source/README.md Install the APS Model Derivative SDK using npm. This command adds the necessary package to your Node.js project. ```bash npm i @aps_sdk/model-derivative ``` -------------------------------- ### Install APS SDK for Construction Account Admin Source: https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/construction/accountadmin/source/README.md Use npm to install the APS SDK for Construction Account Admin package. This command is typically run in your project's root directory. ```bash npm i @aps_sdk/construction-account-admin ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.