AMMP ToolKit and REST API
I came across a training video that does REST call with hurl.it. In that video, the payload was written in JSON. Then, there is a video around the Java ToolKit for AMMP. (BTW, I couldn't locate the download link for this toolkit on the Axeda Developer site.) If using AMMP is no more than doing a REST call with JSON payload (as demonstrated with hurl.it), is the tool-kit a REST with JSON wrapper ? What 'extra' do I get with the tool-kit? If the JSON format was known in advance, can I 'hand code' the payload and do a HTTP POST etc. with REST?

