For Rest API calls, use QNAM or restsdk
Unsolved
Qt WebKit
-
Hi All,
I am working on a Qt C++ application.
I would like to make restApi calls through my applications. Currently I make use of QNAM for this.One of my friend suggested to have a look at RestSDK of Microsoft which can be used for this.
I am relatively new to this web world ' making restAPI calls etc' hence not able to decide.
Can anybody help me know the trade-off between these two?
Or why QNAM is a better option?Let me know if you may need more info about this.
-
Hi,
You have to do some testing to see which one works best for you.
Since you are using Qt, QNAM asynchronous nature follows Qt design and what you are used to.