Overview
-
module Async
-
module REST
-
class Error
-
class RequestError
-
class UnsupportedError
-
class ResponseError
-
class Representation
A 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 Mutable
Provides a way to mutate the value of the representation.
-
-
class Resource
A 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
-
-