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

Implement DM commands #58

Open dukedhx opened 4 years ago

dukedhx commented 4 years ago

https://forge.autodesk.com/en/docs/data/v2/developers_guide/commands/

skovacic-gtp commented 4 years ago

Particularly, it would be nice if your API implemented: "/data/v1/projects/{projectId}/commands”. We are currently using RestSharp for this. Thanks!