Rest API in Qt?
Unsolved
Qt WebKit
-
Is it possible to create Rest API in Qt?
I mean that create an API can work with IIS in windows -
Hi,
Do you mean something like Cutelyst on the backend side ?
Or write a client that will call into an existing service ? -
@SGaist
Hi,I don't know what is cutelyst exactly
I mean that create an application that called WebAPI that manages comming requests from clients, suppose that clients are android devices
for this do we need cutelyst? -
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.
3/4