Rest API in Qt?
Unsolved
Qt WebKit
-
Hi,
Do you mean something like Cutelyst on the backend side ?
Or write a client that will call into an existing service ? -
You seem to describe a client only application which connects to an existing REST service. If so, then QNetworkAccessManager is the class to build your client upon.