From: Christian Weiske Date: Sun, 9 Nov 2025 21:17:06 +0000 (+0100) Subject: bundle info X-Git-Url: https://git.cweiske.de/ouya-store-api.git/commitdiff_plain bundle info --- diff --git a/api/devs.ouya.tv/api-v1-discover.response-bundle.json b/api/devs.ouya.tv/api-v1-discover.response-bundle.json new file mode 100644 index 0000000..85ef462 --- /dev/null +++ b/api/devs.ouya.tv/api-v1-discover.response-bundle.json @@ -0,0 +1,25 @@ +{ + "rows": [ + ], + "tiles": [ + { + "bundle": { + "apps": [ + "com.GoldenTricycle.Clark", + "com.Tripleslash.MagneticByNature", + "com.Thinice.TwinRobots", + "com.scaryrobot.badbadbots" + ], + "currency": "EUR", + "price": 6.99, + "contentRating": "9+", + "purchaseUrl": "ouya://launcher/purchase?developer=ec1a9ccd-373f-4047-bd07-36466ab7e25d&product=ROBOBUNDLE" + }, + "url": "ouya://launcher/details?page=be239ca4-10fd-42dd-89cd-1806e80b1362", + "image": "https://s3.amazonaws.com/ouya-screenshots/be239ca4-10fd-42dd-89cd-1806e80b1362/thumbnails/thumbnail20150202-3-6hikjv.jpeg", + "uuid": "be239ca4-10fd-42dd-89cd-1806e80b1362", + "title": "ROBO GAME BUNDLE!", + "type": "details_page" + } + ] +} diff --git a/api/devs.ouya.tv/api-v1-discover.rst b/api/devs.ouya.tv/api-v1-discover.rst index 0bc4039..c260e32 100644 --- a/api/devs.ouya.tv/api-v1-discover.rst +++ b/api/devs.ouya.tv/api-v1-discover.rst @@ -254,3 +254,10 @@ Example The API git repository contains a full copy of the "discover" response at ``api/devs.ouya.tv/api-v1-discover.response-full.json``. + + +Bundle example +-------------- + +.. include:: api-v1-discover.response-bundle.json + :code: