From 8ce73126398b2472a7fe8a46752f685984eb2e1f Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:45:29 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 79d0925..32d6acd 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ alt="follow on Twitter"> ## 🔩 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) @@ -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 @@ -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. \ No newline at end of file +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) +