mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2020-09-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'PostPodcast' method to the Web API. * Added a 'RemovePodcast' method to the Web API. * Added a 'PostRss' method to the Web API. * Added a 'RemoveRss' method to the Web API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -85,6 +85,10 @@ class Xport : public QObject
|
||||
void SavePodcast();
|
||||
void GetPodcast();
|
||||
void DeletePodcast();
|
||||
void PostPodcast();
|
||||
void RemovePodcast();
|
||||
void PostRss();
|
||||
void RemoveRss();
|
||||
void LockLog();
|
||||
QString LogLockXml(bool result,const QString &log_name,const QString &guid,
|
||||
const QString &username,const QString &stationname,
|
||||
@@ -100,6 +104,10 @@ class Xport : public QObject
|
||||
RDFormPost *xport_post;
|
||||
QString xport_remote_hostname;
|
||||
QHostAddress xport_remote_address;
|
||||
QByteArray xport_curl_data;
|
||||
int xport_curl_data_ptr;
|
||||
friend size_t __PostRss_Readfunction_Callback(char *buffer,size_t size,
|
||||
size_t nitems,void *userdata);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user