-
-
Notifications
You must be signed in to change notification settings - Fork 496
Home
Tim Hall edited this page Dec 4, 2013
·
18 revisions
- RestRequest Create a rich definition of the request, including Resource (URL), Method (GET, POST, etc), Format (json), Headers, Querystring, Body, and more.
- RestClient Execute RestRequests, both sync and async.
- RestResponse Response from RestRequest, including StatusCode (Ok, Created, etc), Content, and response content parsed using the request format.
- Google Maps
- Salesforce
- Google APIs
See the examples/
folder to see these examples in action