• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store

    Show / Hide Table of Contents

    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

    0-VVVV-REST-master.zip
    11 Jan, 2015 - 22:52
    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.
    velcrome
    09 Nov, 2014 - 21:19

    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!

    korriander
    09 Nov, 2014 - 21:35

    Hi velcrome, just uploaded the Mqtt stuff as well... mqtt-sender-receiver.

    sebl
    19 Jan, 2015 - 22:11

    great!

    • Improve this Doc

    © 2020 by vvvv group. Imprint | Privacy Policy.
    Thanks to DocFX for building this website. Analytics by Plausible.

    Back to top