Issues with the TCP Text - In Watcher
-
Hi there all !
I was wondering or anyone can help me out with the following problem ? Basically I get the follow output from an Web API and I have to figure out how to parse this over to Text format so that I can read it with a JavaScript actor. I know about the TCP Text - In Watcher, but I can't figure out the pattern that is needed.
Output here https://gist.github.com/anonym...
- Juriaan
-
if you haven't yet, take a read thru my web api tutorial.
http://dusxproductions.com/blo...
It should help you get the json data cleanly.
-
This post is deleted! -
Is PUT & DELETE working on Izzy ? POST and GET are smooth. PUT and DELETE deny to work.
URL that I try to send :
"PUT /api/-zCJ8tPZNucTMHbQKPbekq5wmRllecsN7c7P64vI/lights/2/state HTTP/1.1\r\nHost: 10.0.0.5\r\n\r\n{\"on\": false}"
-
I don't see why they wouldn't work in izzy
It's more likely the server doesn't allow them. Its common that they are not used.