diff options
author | flow <flowlnlnln@gmail.com> | 2022-07-21 16:40:28 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-09-20 18:36:07 -0300 |
commit | 242fb156a281ef188c9fd75969c5d70ba6f8c140 (patch) | |
tree | 8e94da04993b3f418bdd06a49c32bec183b42480 /launcher/modplatform/flame/FlameAPI.h | |
parent | 208ed73e59c46ee7966f463558c07805a9b541e6 (diff) | |
download | PrismLauncher-242fb156a281ef188c9fd75969c5d70ba6f8c140.tar.gz PrismLauncher-242fb156a281ef188c9fd75969c5d70ba6f8c140.tar.bz2 PrismLauncher-242fb156a281ef188c9fd75969c5d70ba6f8c140.zip |
feat: add 'getFiles' by fileIds route in Flame API
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame/FlameAPI.h')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h index 4eac0664..5e6166b9 100644 --- a/launcher/modplatform/flame/FlameAPI.h +++ b/launcher/modplatform/flame/FlameAPI.h @@ -12,6 +12,7 @@ class FlameAPI : public NetworkModAPI { auto getLatestVersion(VersionSearchArgs&& args) -> ModPlatform::IndexedVersion; auto getProjects(QStringList addonIds, QByteArray* response) const -> NetJob* override; + auto getFiles(QStringList fileIds, QByteArray* response) const -> NetJob*; private: inline auto getSortFieldInt(QString sortString) const -> int |