简体   繁体   中英

What is the function to create a project for BIM 360?

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.

不幸的是,Forge的.NET软件包尚未包括BIM 360特定的端点...因此,您需要使用RestSharp (或类似的软件包), 例如本示例

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM