forge-api-dotnet-client icon indicating copy to clipboard operation
forge-api-dotnet-client copied to clipboard

Forge .Net SDK: Provides .Net SDK to help you easily integrate Forge REST APIs into the application

Results 35 forge-api-dotnet-client issues
Sort by recently updated
recently updated
newest added

According to [this discussion in the Autodesk forums](https://forums.autodesk.com/t5/bim-360-api-forum/the-correct-way-how-to-move-items-between-folders/m-p/9934501/highlight/true#M1516) and [this SO response by Augusto](https://stackoverflow.com/a/51290588) , the PATCH item endpoint can accept the relationships data, so that files can be moved...

Is there an api that can be used to extract a model schema? We can extract json attributes but I am hoping there is API to just extract the schema...

I am follow code sample on https://github.com/Autodesk-Forge/forge-api-dotnet-client/blob/master/docs/DerivativesApi.md#getmetadata ``` try { Metadata result = apiInstance.GetMetadata(urn, acceptEncoding); Debug.WriteLine(result); } catch (Exception e) { Debug.Print("Exception when calling DerivativesApi.GetMetadata: " + e.Message ); }...

The [sample code for uploading a file with the direct-to-S3 ](https://github.com/autodesk-platform-services/aps-directToS3/tree/net6.0)approach doesn't work with version 1.9.7 of this SDK, while it still works with version 1.9.0. Updating to 1.9.7 results...

Thanks to all who have worked on this library! It is great! When using these libraries in my visual studio project, I can not see the XML documentation for classes...