QtRestClient  3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nde
 Nskycoder42
 NQtRestClientThe QML import for the QtRestClient QML module
 CGenericRestReplyThe QML version of QtRestClient::GenericRestReply
 CPagingThe QML version of QtRestClient::Paging
 CQtRestClientA QML singleton to access global QtRestClient functionality and to create Paging objects
 CRestClassThe QML version of QtRestClient::RestClass
 CRestClientThe QML version of QtRestClient::RestClient
 CRestReplyThe QML version of QtRestClient::RestReply
 NQtRestClientThe Namespace containing all classes of the QtRestClient module
 NAuthThe namespace for the QNetworkAuth extensions
 CAuthExtenderAn extender that adds OAuth information to a request
 CAuthRequestBuilderAn extension of the RequestBuilder that uses a QAbstractOAuth to create authenticated requests
 CAuthRestClientAn extension of the RestClient that uses a AuthRequestBuilder to create authenticated requests
 CAwaitedExceptionAn exception that is throw on errors when awaiting a RestReply
 CGenericAwaitedExceptionAn exception that is throw on errors when awaiting a GenericRestReply
 CGenericRestReplyA class to handle generic replies for generic requests
 CGenericRestReply< Paging< DataClassType >, ErrorClassType >A class to handle generic replies for generic requests.
 CGenericRestReply< void, ErrorClassType >A class to handle generic replies for generic requests.
 CGenericRestReplyAwaitableA helper class to be used with QtCoroutines to await a generic rest reply
 CGenericRestReplyAwaitable< void, ErrorClassType >A helper class to be used with QtCoroutines to await a generic rest reply.
 CGenericRestReplyBaseThe base class for GenericRestReply specializations
 CICborPagingInterface to parse generic CBOR paging objects and operate on them
 CIJsonPagingInterface to parse generic JSON paging objects and operate on them
 CIPagingInterface to parse generic paging objects and operate on them
 CIPagingFactoryA factory interface to create IPaging instances from raw data
 CIPagingModelFetcherInterface for a component that fetches entries for the PagingModel
 CPagingA class to access generic paging objects
 CPagingModelA Qt item model that fills itself from a Paging object obtained via the network
 CRequestBuilderA helper class to build QUrl and QNetworkRequest objects
 CIExtenderA simple interface to add custom extensions to the building process
 CRestClassA class to perform requests to an API
 CRestClassFetcherA default implementation for a IPagingModelFetcher, using a RestClass to send the requests
 CRestClientA class to define access to an API, with general settings
 CRestReplyA class to handle replies for JSON requests
 CRestReplyAwaitableA helper class to be used with QtCoroutines to await a rest reply
 CSimpleA base class to create a simply type version for a normal one. Check The QObject* or Q_GADGET version
 CSimple< T *, std::enable_if_t< std::is_base_of_v< QObject, T > > >A base class to create a simply type version for a normal one. QObject* version
 CSimple< T, std::enable_if_t< std::is_void_v< typename T::QtGadgetHelper > > >A base class to create a simply type version for a normal one. Q_GADGET version