QtRestClient
3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
|
A default implementation for a IPagingModelFetcher, using a RestClass to send the requests. More...
#include <pagingmodel.h>
Public Member Functions | |
RestClassFetcher (RestClass *restClass) | |
Default constructor. | |
RestClient * | client () const override |
Returns the RestClient associated with this fetcher. | |
RestReply * | fetch (const QUrl &url) const override |
Send a HTTP request to the given URL to obtain data for the model. | |
A default implementation for a IPagingModelFetcher, using a RestClass to send the requests.
Definition at line 138 of file pagingmodel.h.