Autodesk-Forge / forge-api-dotnet-client

Forge .Net SDK: Provides .Net SDK to help you easily integrate Forge REST APIs into the application
https://www.nuget.org/packages/Autodesk.Forge/
Apache License 2.0
93 stars 70 forks source link

Autodesk.Forge.Model.DesignAutomation.v3 ForgeAppsApi #53

Closed yskific closed 3 years ago

yskific commented 5 years ago

Hi there,

I have been working around Autodesk.Forge.Model.DesignAutomation.v3 and found a few issues:

ForgeAppsApi.ForgeAppsGetNickname("me") is returning a quoted string. Quotes needs to be removed before you can get the Application NickName you are looking for.

ForgeAppsApi.ForgeAppsDeleteUser("me"); is a long process as stated in https://forge.autodesk.com/en/docs/design-automation/v3/reference/http/forgeapps-id-DELETE/. Is there a Way to know when the Api is able to process a new request ? I'm working around at the moment with a Try Catch in a Do While Loop until the following request succeeds.

augustogoncalves commented 5 years ago

Sorry about these problems, we're actually marking them as deprecated and moving to this package. Sorry about this confusion, the Deprecation notice is coming on the next release.