QtRestClient  3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
Public Member Functions | List of all members
QtRestClient::RestClassFetcher Class Reference

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.
 
RestClientclient () const override
 Returns the RestClient associated with this fetcher.
 
RestReplyfetch (const QUrl &url) const override
 Send a HTTP request to the given URL to obtain data for the model.
 

Detailed Description

A default implementation for a IPagingModelFetcher, using a RestClass to send the requests.

Definition at line 138 of file pagingmodel.h.


The documentation for this class was generated from the following file: