-
-
Notifications
You must be signed in to change notification settings - Fork 501
Home
timhall edited this page Apr 1, 2013
·
18 revisions
Excel-REST is set of convenience classes aimed to dramatically simplify interacting with REST Webservices from Excel. It consists of three primary parts:
Create a rich definition of the request, including Resource (URL), Method (GET, POST, etc), Format (json), Headers, Querystring, Body, and more. Read More
Execute RestRequests, both sync and async. Read More
Response from RestRequest, including StatusCode (Ok, Created, etc), Content, and response content parsed using the request format. Read More