QtRestClient
3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
|
A QML singleton to access global QtRestClient functionality and to create Paging objects. More...
#include <qmlrestclientglobal.h>
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::RestClient * | apiClient (const QString &name) |
Returns the client for given API name. | |
Q_INVOKABLE RestClass * | apiRootClass (const QString &name, QObject *parent=nullptr) |
Returns the clients root class for the given API name. | |
Q_INVOKABLE RestClass * | createApiClass (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. | |
A QML singleton to access global QtRestClient functionality and to create Paging objects.
Definition at line 18 of file qmlrestclientglobal.h.