X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/1144ff04f1a6ad873ea3608e1e50d23fc70d0e75..2c3d7625240fe18d8df395f469a9e7c7a0b3b7fb:/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 961dba7..514019a 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 @@ -227,10 +227,15 @@ The position in the ``tiles`` array is the ID used by ``rows/tiles``. ``url`` string - ``ouya://launcher/details?app=evil.corptron.DuckGame`` - URL for the game details page + Game details + ``ouya://launcher/details?app=evil.corptron.DuckGame`` + Bundle details + ``ouya://launcher/details?page=be239ca4-10fd-42dd-89cd-1806e80b1362`` + + See `GET https://devs.ouya.tv/api/v1/details`_. + ``title`` --------- string @@ -243,3 +248,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``. +