20 #ifndef SCRIPTSERVICE_HPP_ 21 #define SCRIPTSERVICE_HPP_ 23 #include "AbstractAPIService.hpp" virtual void postImpl(const QByteArray &operation, const APIParameters ¶meters, const QByteArray &data, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP POST method.
Contains services related to script execution.
Thread-safe version of HttpResponse that can be passed around through QMetaObject::invokeMethod.
Abstract base class for all Remote Control Plug-in service implementations.
QMultiMap< QByteArray, QByteArray > APIParameters
Defines the HTTP request parameters for the service.
virtual void getImpl(const QByteArray &operation, const APIParameters ¶meters, APIServiceResponse &response) Q_DECL_OVERRIDE
Implements the HTTP GET method.
Manage scripting in Stellarium.
QByteArray serviceName()
Returns the service name, used for request path mapping by the APIController.