forge-api-dotnet-client
forge-api-dotnet-client copied to clipboard
Forge .Net SDK: Provides .Net SDK to help you easily integrate Forge REST APIs into the application
Hi, emea region boolean is not taken into account while translating jobs. In fact, translate method does always call Forge API using "/modelderivative/v2/designdata/job" even if RegionIsEMEA is set. See DerivativesApi.cs:...
I usually call `DynamicJsonResponse.ToObject()` on api responses. For `DerivativeApi.GetManifest` there is a problem: During translating an SVF calling `GetManifestAsync()` with status InProgress everything is fine. But when status is `Success`,...
Allows 2050+ MB uploads to the Bucket Objects. SVF translation seems to fail.
It appears that uploading a file of size 2050 MB to a Bucket Object works out fine for this SDK, but when I try to fetch the response from the...
I've experienced some issues when using this library for developping a proxy via Web Api .NET Core 2.2 : Autodesk.Viewing.endpoint.setEndpointAndApi(`${EnpointApiUrl}/api/forge`, 'modelDerivativeV2'); Hope thoses issues will be fixed in next release....
Forge-DM does have a filtering feature and documented here https://developer.autodesk.com/en/docs/data/v2/overview/filtering/ , but these API including GetHubProjects, GetHubs, GetFolderContents .etc are only supported limited filter types, for example, https://developer.api.autodesk.com/project/v1/hubs/b.a3d23eec-****-b932-fe63ecee08c3/projects?filter[name]=My Project are...
https://forge.autodesk.com/en/docs/data/v2/developers_guide/commands/
Hi Team, This is from Forge Support no. 5326. Please consider adding `x-user-id` support like [the recent update of the Nodejs SDK](https://forge.autodesk.com/blog/nodejs-sdk-update), Thanks! Cheers, Eason
Hi, Although the documentation suggests to use classes as the outputs for API methods it seems it is not fully implemented: /* Manifest */ dynamic GetManifest (string urn, string acceptEncoding...