mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
#42 Enable reading update info from GitHub Packages REST API
This commit is contained in:
@@ -97,6 +97,9 @@ namespace BlackMisc
|
||||
//! Object from database JSOn format
|
||||
static CUpdateInfo fromDatabaseJson(const QString &jsonString);
|
||||
|
||||
//! Object from GitHub Releases REST API JSON format
|
||||
static CUpdateInfo fromGitHubReleasesJson(const QByteArray &jsonData);
|
||||
|
||||
private:
|
||||
CArtifactList m_artifactsPilotClient; //!< artifacts pilot client
|
||||
CArtifactList m_artifactsXSwiftBus; //!< artifacts XSwiftBus
|
||||
|
||||
Reference in New Issue
Block a user