Simplified HTTP integration via URL

Greetings,

I am looking to create an IoT logging application and have been approaching the problem from both ends (device and data storage).

Via the interwebs, I have been able to create a
Google Spreadsheet which can have lines appended to it if a particular URL is queried…

E.g… https://google-link?var1=data1&var2=data2

See

A simplified HTTP integration tool which allows data to sent this way, rather than JSON, would be useful.

Is this on any roadmap?

I think not, but it doesn’t have to be very complex, 2 examples

I found this code for Izure integration

Is the code for the Http integration module available somewhere? Like you said, it should be really easy to modify it.