Hy, love you introduced an http/s API.
I immediately used it in IFTT and works great with the GET method.
To get data from blynk cloud I used IFTT & Launch Center. Is there an easier way?
Hi Dimitry,
Iâm not familiar with JavaScript so much, but Iâm trying to update a pin from Matlabâs webwrite funcrtion( REstful webservices). Iâve trieds to use it with the url:
âhttp://private-anon-b3c7b2d2a-blynkapi.apiary-proxy.com/â auth_token â/pin/â pin, and sent âdataâ as â1â.
but the connection timed out every time
Can you help?
Even when I use the production tab, and just eneter my token and pin, it says:
Unexpected content type. Expecting application/json
My final goal is to update a pin via Matlab (Matlab has the webwrite function which can update Restful, for a given url and data). I only know matlab well, and npt any of the other languages, andiâm not familiar with all those terms. All i need is 3 input paramters to enter to the Matlabâs webwrtie function, in order to update a pin.
I keep getting âUnexpected content type. Expecting application/jsonâ when I try to PUT something. I see it in the documentation examples and with my own local server.
@axel50397@ivale@matan.benyamin I found bug. I had a very small limits on header size. I was expecting that HTTP API will be used mostly from hardware so didnât expect big header size. Browsers add a lot =). Thank you for reporting! We will deploy fix in few days.