Overview
-
module Async-
module REST-
class Error -
class RequestError -
class UnsupportedError -
class ResponseError -
class RepresentationA representation of a resource has a value at the time the representation was created or fetched. It is usually generated by performing an HTTP request.
-
class << self -
module MutableProvides a way to mutate the value of the representation.
-
-
class ResourceA resource is an abstract reference to some named entity, typically a URL with associated metatadata. Generally, your entry to any web service will be a resource, and that resource will create zero or more representations as you navigate through the service.
-
module Wrapper
-
-