Module: Restfully

Defined in:
lib/restfully.rb,
lib/restfully/http.rb,
lib/restfully/link.rb,
lib/restfully/error.rb,
lib/restfully/sandbox.rb,
lib/restfully/session.rb,
lib/restfully/version.rb,
lib/restfully/resource.rb,
lib/restfully/collection.rb,
lib/restfully/http/error.rb,
lib/restfully/media_type.rb,
lib/restfully/http/helper.rb,
lib/restfully/http/request.rb,
lib/restfully/configuration.rb,
lib/restfully/http/response.rb,
lib/restfully/rack/basic_auth.rb,
lib/restfully/media_type/grid5000.rb,
lib/restfully/media_type/wildcard.rb,
lib/restfully/media_type/application_json.rb,
lib/restfully/media_type/abstract_media_type.rb,
lib/restfully/media_type/application_vnd_bonfire_xml.rb,
lib/restfully/media_type/application_x_www_form_urlencoded.rb

Defined Under Namespace

Modules: Collection, HTTP, MediaType, Rack Classes: Configuration, Error, Link, MethodNotAllowed, NotImplemented, Resource, Sandbox, Session

Constant Summary collapse

DEFAULT_TAPE =
"restfully-tape"
DEFAULT_URI =
"http://localhost:4567"
VERSION =
"1.1.1"