We're currently implementing blocks to deal with REST APIs (as a client).
We just got the first working process. It retrieves ToDo list items from an online tool ("cloud"), parses the response body into a JSON object and then retrieves some of the values.
Any thoughts?