Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. restful api
    Log in to post

    • UNSOLVED Can't Successfully Login With QNetworkReply* (REST API)
      General and Desktop • qnetworkrequest login qt5.14.2 post restful api • • surferbrain  

      12
      0
      Votes
      12
      Posts
      778
      Views

      Not in the past few days, IIRC, OpenSSL 1.1 support started with 5.10 and the ore-built package switched to it during the 5.12 release cycle.
    • UNSOLVED Compare QUrl or slot for each response?
      Qt WebKit • qnetworkaccessm c++11 signals & slots qurl restful api • • Rizwan94  

      4
      0
      Votes
      4
      Posts
      299
      Views

      @Rizwan94 I never used QNAM, so do not know whether better to use that one or QNetworkReply Yes
    • UNSOLVED For Rest API calls, use QNAM or restsdk
      Qt WebKit • qnetworkaccessm c++11 restful api restsdk • • Rizwan94  

      2
      0
      Votes
      2
      Posts
      283
      Views

      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.
    • SOLVED REST API client
      QML and Qt Quick • qml api rest restful api restful • • tansgumus  

      12
      0
      Votes
      12
      Posts
      17412
      Views

      @tansgumus said in REST API client: RESTful API Hello, how did you solve it, I also want to use RESTful API in QT.