module Saddle
Inherit your client implementation from Saddle::Client
then call YourCrayClient.create to get a client instance.
This mixin provides functionality for the construction of the endpoint tree. It will start at the root directory and namespace of the client implementation. It will then load the ‘endpoints’ directory and build the endpoint tree based upon module/class namespaces
Default options for a client. Override whatever you need to for your specific implementation
The requester handles setting up the network connecting and brokering requests.
Constants
- VERSION