Module: SimpleMapper

Defined in:
lib/simple_mapper/adapters/http_adapter.rb,
lib/simple_mapper/base.rb,
lib/simple_mapper/persistence.rb,
lib/simple_mapper/plugin_support.rb,
lib/simple_mapper/formats/xml_format.rb,
lib/simple_mapper/formats/json_format.rb,
lib/simple_mapper/default_plugins/oauth.rb,
lib/simple_mapper/default_plugins/callbacks.rb,
lib/simple_mapper/default_plugins/properties.rb,
lib/simple_mapper/default_plugins/associations.rb

Overview

SimpleMapper::HttpAdapter. Input:

get is called with finder options
put and post are called with data
delete is called with an identifier

Simply perform the requests, with callbacks, to the appropriate http host.

Defined Under Namespace

Modules: Associations, CallbacksExtension, JsonFormat, Oauth, Persistence, PluginSupport, Properties, XmlFormat Classes: Base, HttpAdapter