Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved For Rest API calls, use QNAM or restsdk

    Qt WebKit
    c++11 qnetworkaccessm restsdk restful api
    2
    2
    352
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rizwan94 last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • First post
          Last post