How to do Restful request on a revit plugin to a server

How to do Restful request on a revit plugin to a server

manuelsilverio01
Explorer Explorer
2,319 Views
3 Replies
Message 1 of 4

How to do Restful request on a revit plugin to a server

manuelsilverio01
Explorer
Explorer

I wish to develop a revit plugin which will collect certain information from the revit model and then will do a REST call to a server. What is the right approach for this?

 

Should I just configure a server for receiving rest requests and then use C# to to create a rest client?

 

I want some guidance to know what is the best approach

 

Regards.

0 Likes
Accepted solutions (1)
2,320 Views
3 Replies
Replies (3)
Message 2 of 4

jeremytammik
Autodesk
Autodesk
Accepted solution

Nice topic!

 

You can look at several of my samples, all and any, in fact, connecting desktop and the cloud:

 

https://github.com/jeremytammik/FireRatingcloud

 

Cheers,

 

Jeremy

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 3 of 4

manuelsilverio01
Explorer
Explorer

Thanks for the answer Jeremy. Your samples helped me to understand this.

 

 

0 Likes
Message 4 of 4

jeremytammik
Autodesk
Autodesk

Cool! Glad to hear they helped. Thank you for the appreciation!

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes