## APS SDK for Data Management OSS

[![npm](https://img.shields.io/badge/npm-8.11-blue.svg)](https://www.npmjs.com/)
[![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/autodesk-platform-services/aps-sdk-node/blob/development/LICENSE)

Access data using the Object Storage Service to build apps to display and extend your data in ways that add value to your users.
For further information see [Documentation](https://aps.autodesk.com/en/docs/data/v2/developers_guide/overview)

## Installation 
```
npm i @aps_sdk/oss
```
## Example

For usage, see [OSS sample](https://github.com/autodesk-platform-services/aps-sdk-node/blob/main/samples/oss.ts)


