From: Christian Weiske Date: Wed, 19 May 2021 19:08:40 +0000 (+0200) Subject: document http://ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json X-Git-Tag: v1.1 X-Git-Url: https://git.cweiske.de/ouya-store-api.git/commitdiff_plain/bc80af2158d7d957be400c069581127d659cdd45 document ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json --- diff --git a/README.rst b/README.rst index f91c458..0086e9a 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ speak with ``devs.ouya.tv``. .. include:: api/devs.ouya.tv/api-v1-wallet.rst .. include:: api/devs.ouya.tv/agreements-marketplace.html.rst .. include:: api/devs.ouya.tv/update_strings.txt.rst +.. include:: api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.rst .. include:: api/www.ouya.tv/system_message.rst .. include:: api/configuration.rst diff --git a/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.html b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.html new file mode 100644 index 0000000..f73603b --- /dev/null +++ b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.html @@ -0,0 +1,105 @@ +

GET http://ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json

Information about the latest firmware. +Only used by old firmware versions like 1.0.138 and 1.0.158. +Firmware 1.0.248 and later do not check this URL anymore and +use `GET https://devs.ouya.tv/api/firmware_builds`_ instead.

HTTP request

Protocol

http

Method

GET

Host

ouya-updates.s3.amazonaws.com

Path

/updates-ouya_1_1.json

HTTP response

Status code

200 OK

{
+  "result": [
+    {
+      "filename": "OUYA-1.2.1084-r1.zip",
+      "timestamp": "1400714704",
+      "md5sum": "ed9f1712988c5ec2033f44fabe8e6297",
+      "channel": "stable",
+      "url": "http://devs-ouya-tv-prod.s3.amazonaws.com/ota/RC-OUYA-1.2.1084-r1_ota.zip",
+      "requiredUpto": "1.2.995",
+      "changes": "https://devs.ouya.tv/api/changelog/ed9f1712988c5ec2033f44fabe8e6297.txt",
+      "changesLocalized": {
+        "en": "<!doctype html>\r\n<html>\r\n    <head>\r\n...",
+        "es": "<!doctype html>\r\n<html>\r\n    <head>\r\n...",
+        "fr": "<!doctype html>\r\n<html>\r\n    <head>\r\n...",
+        "it": "<!doctype html>\r\n<html>\r\n    <head>\r\n...",
+        "de": "<!doctype html>\r\n<html>\r\n    <head>\r\n..."
+      },
+      "incremental": false
+    }
+  ]
+}

Docutils System Messages

System Message: ERROR/3

updates-ouya_1_1.rstline 5 backlink

Unknown target name: "get https://devs.ouya.tv/api/firmware_builds".

\ No newline at end of file diff --git a/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json new file mode 100644 index 0000000..e1b9461 --- /dev/null +++ b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json @@ -0,0 +1,21 @@ +{ + "result": [ + { + "filename": "OUYA-1.2.1084-r1.zip", + "timestamp": "1400714704", + "md5sum": "ed9f1712988c5ec2033f44fabe8e6297", + "channel": "stable", + "url": "http://devs-ouya-tv-prod.s3.amazonaws.com/ota/RC-OUYA-1.2.1084-r1_ota.zip", + "requiredUpto": "1.2.995", + "changes": "https://devs.ouya.tv/api/changelog/ed9f1712988c5ec2033f44fabe8e6297.txt", + "changesLocalized": { + "en": "\r\n\r\n \r\n...", + "es": "\r\n\r\n \r\n...", + "fr": "\r\n\r\n \r\n...", + "it": "\r\n\r\n \r\n...", + "de": "\r\n\r\n \r\n..." + }, + "incremental": false + } + ] +} diff --git a/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.rst b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.rst new file mode 100644 index 0000000..ebf3a2f --- /dev/null +++ b/api/ouya-updates.s3.amazonaws.com/updates-ouya_1_1.rst @@ -0,0 +1,30 @@ +================================================================== +``GET http://ouya-updates.s3.amazonaws.com/updates-ouya_1_1.json`` +================================================================== + +Information about the latest firmware. +Only used by old firmware versions like ``1.0.138`` and ``1.0.158``. + +Firmware ``1.0.248`` and later do not check this URL anymore and +use `GET https://devs.ouya.tv/api/firmware_builds`_ instead. + + +HTTP request +============ +Protocol + ``http`` +Method + ``GET`` +Host + ``ouya-updates.s3.amazonaws.com`` +Path + ``/updates-ouya_1_1.json`` + + +HTTP response +============= +Status code + ``200 OK`` + +.. include:: updates-ouya_1_1.json + :code: