RESTful HTTP Node
Author: | korriander |
Date: | 09 Nov, 2014 |
Category: | plugin |
Credits: | The Code is based on RestSharp.org. A Simple REST and HTTP API Client for .NET. |
Download
64bit
Added RAW input/output, FileUpload, Modular Header, Body, Parameter Nodes.
Description
This Node allows easy access to RESTful Webapi's http://en.wikipedia.org/wiki/Representational_state_transfer
All basic HTTP methods as GET, POST, PUT, DELETE are supported as well as basic HTTP authentication. The node should be quite flexible as you can path any string to the Body and define the Mime Type as required by the REST API you intend to interact with.
Find the code here: https://github.com/JOxBERGER/VVVV-REST
I wrote it as I had trouble using PUT methods with the existing HTTP nodes.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Nice one, thanks for sharing.
Btw, you can pull all vvvv related packages with nuget too, no need to link your harddrive vvvv installation anymore.
PS: Had a quick look at your github and saw that you also have a MQTT duet going on github!
Hi velcrome, just uploaded the Mqtt stuff as well... mqtt-sender-receiver.
great!