Created
November 9, 2013 22:26
-
-
Save adamwiggins/7390894 to your computer and use it in GitHub Desktop.
Roku API query example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl http://192.168.1.110:8060/query/apps | |
<apps> | |
<app id="12" version="3.1.6014">Netflix</app> | |
<app id="13" version="4.10.13">Amazon Instant Video</app> | |
<app id="2016" version="3.2.7">Crackle</app> | |
<app id="2285" version="2.7.6">Hulu Plus</app> | |
<app id="13842" version="1.3.2">VUDU</app> | |
<app id="28" version="3.1.7">Pandora</app> | |
</apps> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment