module Orchestrate::Application

orchestrate-application

This hidden gem orchestrate-application is embedded within the orchestrate-rails gem to provide a basic interface and accompanying set of services for accessing orchestrate.io collections from any type of application written in ruby. The application layer features services for connecting to the api, sending requests and handling responses, as well as additional services for schema definition and cache management.

The application-layer interface to orchestrate.io collections is defined in the Record class.

Usage example