Recently, Wolfram Research has created the ability to generate RESTful API's that can be called by external applications. I am interested in doing this for an application I'm working on (that will be predominantly written in LiveCode). Please see the post that I made to the Mathematica Stack Exchange forum (directed to the Mathematica crowd):
http://mathematica.stackexchange.com/qu ... pplication
I don't have any experience interfacing with RESTful API's, and thought I would be able to get what I wanted by simply:
Code: Select all
get URL <https address here>
put it into field "myField"
Thanks,
Tom