From 81d5b1a2c1f09a729aad40d6d80e84e452230165 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:39:30 -0400 Subject: [PATCH] misc protocol updates --- marketplace_protocol.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/marketplace_protocol.md b/marketplace_protocol.md index 468c893..5dcf780 100644 --- a/marketplace_protocol.md +++ b/marketplace_protocol.md @@ -35,7 +35,13 @@ NONE #### Query Params -- (Required) "eos-version-compat": EmverRange specifying what versions of the OS that pack the packages are valid response items +- (Legacy) "eos-version-compat": EmverRange specifying what versions of the OS that pack the packages are valid response items +- (Required) "os.compat": EmverRange specifying what versions of the OS that pack the packages are valid response items +- (Required): "hardware.ram": +- (Required): "hardware.device": +- (Required): "hardware.arch": +- (Required): "os.arch": +- (Legacy): "arch": - (Optional) "ids": json array of package ids - (Optional) "category": string representing - (Optional) "page": which page of the index you want (NOTE: starts at 1) (Default: 1) @@ -63,7 +69,7 @@ NONE // name of dependency "title": "", // icon of dependency - "icon": "" + "icon": "" }, ... }