cURL
When an HTML POST/GET/PATCH/DELETE message is posted to an Azure Mobile Service Table, the message can be intercepted and modified. Also the response can also be intercepted and modified. This blog outlines how to do this.
Read the rest of entry »
C:\GIT\CEJSON\JSONParser.Desktop\Debug>JSONParser DELETE 24
C:\JSONParser.Compact2013>JSONParser PATCH 39 Value 55
C:\JSONParser.Compact2013>JSONParser POST Temperature 78
C:\JSONParser.Compact2013>JSONParser GET
Delete and Update are now available for CEJSON. This means that the 4 CRUD primitives are now available.
The Universal ToDoItems Microsoft Azure Mobile Services sample app runs on Desktop Windows 8.1, Windows Phone 8.1 and Windows RT. In Parts 3 of this blog, it was demonstrated as to how to action these functions via a command line, using cURL.exe. In this blog we will action those same actions from an Arduino device.
Examples of cURL command lines for various table operations with Microsoft Azure Mobile Services.
An Azure Mobile Service table can be simply manipulated via a command line app called cURL.exe