Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 17, 2024
1 parent 841cbe9 commit 8ce7312
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alt="follow on Twitter"></a>

## 🔩 APS Toolkit

APS Toolkit (Former is Forge) is powerful for you to explore `Autodesk Platform Services`(APS). It's built on top of [Autodesk.Forge](https://www.nuget.org/packages/Autodesk.Forge/) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/). Forge Toolkit includes some features allow you to read, download and write data from `Autodesk Platform Services` and export to CSV, Excel, JSON, XML, etc.
APS Toolkit (Former is Forge) is powerful tool for developer,software enginner, AI engineer to explore `Autodesk Platform Services`(APS). It's built on top of [Autodesk.Forge](https://www.nuget.org/packages/Autodesk.Forge/) and [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/). Forge Toolkit includes some features allow you to read, download and write data from `Autodesk Platform Services` and export to CSV, Excel, JSON, XML, etc.

![APSToolkit](docs/APSToolkit.png)

Expand All @@ -31,6 +31,14 @@ APS Toolkit (Former is Forge) is powerful for you to explore `Autodesk Platform
- [x] Export Data to Excel
- [x] Export Data to Parquet

## Why I publish this project

- In many year, I can't see any tool to support for `Autodesk Platform Services` and `Autodesk Forge` to help developer, software engineer, AI engineer to explore the data easier way, so I decide to build this tool to help me and another developer work with `Autodesk Platform Services` and `Autodesk Forge` easily.

- I want Autodesk receive the feedback from the community, listen end user to improve the `Autodesk Platform Services` and `Autodesk Forge` to make it better and better.

- I want connect, intergrate with another platform to help improve data in BIM, step to near with AI, Machine Learning, Big Data, etc.

## ⚙ Installation

### .NET
Expand Down Expand Up @@ -154,4 +162,9 @@ This is not an official Autodesk product to support for Autodesk Platform Servic

I'm not responsible for any data loss or any other issues caused by using this library, some features need require cost for using. Please read carefully the [Autodesk Forge](https://forge.autodesk.com/) and [Autodesk Platform Services](https://aps.autodesk.com/) terms of use. I'm just doing, testing , maintaining in free time, so feel free to contribute and make it better.

Update : There is a new, official [Node.js/TypeScript SDK](https://github.com/autodesk-platform-services/aps-sdk-node) that's currently in beta but will be stabilized soon. That SDK will offer various benefits over forge-server-utils, for example, it will be easier to maintain and extend in the future as it's being auto-generated from OpenAPI specs. As soon as it's ready to use (which should be really soon), I would archive this project and point to the official SDK instead.
Update : There is a new, official [Node.js/TypeScript SDK](https://github.com/autodesk-platform-services/aps-sdk-node) that's currently in beta but will be stabilized soon. That SDK will offer various benefits over forge-server-utils, for example, it will be easier to maintain and extend in the future as it's being auto-generated from OpenAPI specs. As soon as it's ready to use (which should be really soon), I would archive this project and point to the official SDK instead.

## News

- [https://thebuildingcoder.typepad.com](https://thebuildingcoder.typepad.com/blog/2024/03/api-context-aps-toolkit-and-da4r-debugging.html)

0 comments on commit 8ce7312

Please sign in to comment.