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
de::skycoder42::QtRestClient::QtRestClient Class Reference

A QML singleton to access global QtRestClient functionality and to create Paging objects. More...

#include <qmlrestclientglobal.h>

+ Inheritance diagram for de::skycoder42::QtRestClient::QtRestClient:

Public Member Functions

Q_INVOKABLE bool addGlobalApi (const QString &name, QtRestClient::RestClient *client)
 Makes the given API available under the given name.
 
Q_INVOKABLE void removeGlobalApi (const QString &name, bool deleteClient=true)
 Removes a previously added API from the global list.
 
Q_INVOKABLE QtRestClient::RestClientapiClient (const QString &name)
 Returns the client for given API name.
 
Q_INVOKABLE RestClassapiRootClass (const QString &name, QObject *parent=nullptr)
 Returns the clients root class for the given API name.
 
Q_INVOKABLE RestClasscreateApiClass (const QString &name, const QString &path, QObject *parent=nullptr)
 Creates a new API class based on the client for the given API name.
 
Q_INVOKABLE Paging createPaging (QtRestClient::RestClient *client, const QVariantMap &data)
 Creates a new QML Paging object for the given client from the given object.
 

Detailed Description

A QML singleton to access global QtRestClient functionality and to create Paging objects.

Since
2.0

Definition at line 18 of file qmlrestclientglobal.h.


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