|
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>
Inheritance diagram for QtRestClient::RestClassFetcher: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.
1.8.16