X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/fb49b55bd1c72d7c507139c496538c5885219e96..02617d7998a317c262db625893024ed0da8e6b28:/api/devs.ouya.tv/api-v1-discover.rst diff --git a/api/devs.ouya.tv/api-v1-discover.rst b/api/devs.ouya.tv/api-v1-discover.rst index e06e2b9..214791c 100644 --- a/api/devs.ouya.tv/api-v1-discover.rst +++ b/api/devs.ouya.tv/api-v1-discover.rst @@ -149,7 +149,7 @@ The position in the ``tiles`` array is the ID used by ``rows/tiles``. ``versionNumber`` string with current version, e.g. ``1.11`` ``uuid`` - ??? + UUID of the release. ``package`` string @@ -157,13 +157,14 @@ The position in the ``tiles`` array is the ID used by ``rows/tiles``. ``premium`` ``true`` or ``false`` - FIXME: What is that for? + When ``true``, the game has no demo version and has to be bought before + it can be downloaded. ``promotedProduct`` object Bundles do not have this property set. - ??? FIXME: What is that for? + The "buy" button buys this product. ``currency`` string @@ -248,3 +249,7 @@ Example .. include:: api-v1-discover.response.json :code: + +The API git repository contains a full copy of the "discover" response +at ``api/devs.ouya.tv/api-v1-discover.response-full.json``. +