-1

I am trying to create a project for BIM 360 using C#. So far I have been able to get it to work on POSTMAN but I want to perform the same function on C#. Is there a method I can use that to create a project using the following:

https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects

I have tried to use ProjectsApi and HubsApi but they don't seem to have the correct parameters.

Nathan Hurley
  • 136
  • 1
  • 1
  • 12

1 Answers1

1

Unfortunately the .NET package for Forge does not yet include BIM 360 specific endpoints... so you'll need to use RestSharp (or similar packages), like this sample.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44