From GitHub:
DynaWeb
DynaWeb is a Dynamo package providing support for interaction with the interwebz in general and with REST APIs in particular.
Itβs meant to provide building blocks so you can build Dynamo integrations with just about any web service out there. It helps you retrieve (GET) stuff from the web, send (POST) information to the web and everything in between (PUT, DELETE, PATCH, etc). The package also includes some rather nifty deserialisation nodes, so you can use the…
Read more