mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
feat: add some mod api calls
- Get Project: Already existed but required a specific caller type. This is more general. - Get Projects: A single call to multiple of the above Both providers support these calls. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
fd6755c93f
commit
52c45c2d32
7 changed files with 71 additions and 14 deletions
|
|
@ -8,6 +8,8 @@ class NetworkModAPI : public ModAPI {
|
|||
void getModInfo(CallerType* caller, ModPlatform::IndexedPack& pack) override;
|
||||
void getVersions(CallerType* caller, VersionSearchArgs&& args) const override;
|
||||
|
||||
auto getProject(QString addonId, QByteArray* response) const -> NetJob::Ptr override;
|
||||
|
||||
protected:
|
||||
virtual auto getModSearchURL(SearchArgs& args) const -> QString = 0;
|
||||
virtual auto getModInfoURL(QString& id) const -> QString = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue