Skip to content
Tim Hall edited this page Dec 7, 2013 · 18 revisions

Components

  • 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 Status (200, 404, etc), Content, and response content parsed using the request format.

Examples

See the examples/ folder to see these examples in action

Additional topics

Clone this wiki locally