
Re: prism access with Curl?
Prism just relays traffic to the normal Indigo Web Server (running on your Mac). That server has a RESTful API you can access. The details are
on the wiki here, which also includes examples for getting and changing variable values.
For accessing the RESTful API away from your home instead of
http://127.0.0.1:8176 use your GoPrism reflector URL, like
https://myreflector.goprism.com. Depending on how you are accessing it, you might have to specify your Indigo Web Server username and password (the Web server uses HTTP digest authentication).