Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Add curl command to Usage section of documentation #5

Closed
siekermantechnology opened this issue Nov 17, 2016 · 2 comments

Comments

@siekermantechnology
Copy link

/tests/sample/SlidingPanelsExample/README.TXT contains the following curl command:

$ curl -d '' 'http://{Roku Device IP Address:8060/launch/dev?RunTests=true'

Might be good to add that to the Usage section of the documentation where it states that you need to do an HTTP POST, but doesn't explain which curl command to use to do that.

@siekermantechnology siekermantechnology changed the title Add curl command to Usage section of documentation [Documentation] Add curl command to Usage section of documentation Nov 17, 2016
@EnTerr
Copy link

EnTerr commented Jan 2, 2017

That's already covered in ECP docs, no?
https://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide#ExternalControlGuide-launch/appID

In particular is not a magic quality of the framework but just some parameter which the example app you quote chooses to use. (I haven't looked at the source of that but in general i will be wary of baking such functionality in production channel - or at least i'll add check if channelID = "dev " first)

@RokuRnD
Copy link
Contributor

RokuRnD commented Mar 5, 2018

@RokuRnD RokuRnD closed this as completed Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants