Skip to content

Instantly share code, notes, and snippets.

@zifnab06
Last active December 3, 2016 06:12
Show Gist options
  • Save zifnab06/783ca3963a00ed607fa257d81d33a6ed to your computer and use it in GitHub Desktop.
Save zifnab06/783ca3963a00ed607fa257d81d33a6ed to your computer and use it in GitHub Desktop.
cyanogenmod ota spec
{"method": "get_all_builds", "params": {"device": "mako", "channels": ["nightly"], "source_incremental": "some-string-its-irrelephant"}}
https://download.cyanogenmod.org/api
{
"id": null,
"result": [
{
"incremental": "b7a9d8a6ff",
"api_level": 25,
"url": "https://download.cyanogenmod.org/get/jenkins/187896/cm-14.1-20161202-NIGHTLY-mako.zip",
"timestamp": "1480654955",
"md5sum": "ed7df215077b15e6a7aa3ea7a0d3fc25",
"changes": "https://download.cyanogenmod.org/get/jenkins/187896/CHANGES.txt",
"channel": "nightly",
"filename": "cm-14.1-20161202-NIGHTLY-mako.zip"
},
{
"incremental": "7038b852b2",
"api_level": 25,
"url": "https://download.cyanogenmod.org/get/jenkins/187841/cm-14.1-20161201-NIGHTLY-mako.zip",
"timestamp": "1480567935",
"md5sum": "7ecc0a7d549f88ff04fff16a9c19d7ab",
"changes": "https://download.cyanogenmod.org/get/jenkins/187841/CHANGES.txt",
"channel": "nightly",
"filename": "cm-14.1-20161201-NIGHTLY-mako.zip"
},
{
"incremental": "49ea94e376",
"api_level": 25,
"url": "https://download.cyanogenmod.org/get/jenkins/187783/cm-14.1-20161130-NIGHTLY-mako.zip",
"timestamp": "1480479219",
"md5sum": "0c961d4ecc9ae8086e0262904a1c1895",
"changes": "https://download.cyanogenmod.org/get/jenkins/187783/CHANGES.txt",
"channel": "nightly",
"filename": "cm-14.1-20161130-NIGHTLY-mako.zip"
}
],
"error": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment