Class: Fyb::API::Private

Inherits:
Weary::Client
  • Object
show all
Defined in:
lib/fyb/api/private.rb

Overview

The private API

You can use this directly instead of Fyb::Client if you want.

Examples

body = Fyb.private.test.perform.parse

order = Fyb.private.placeorder(:qty => 1.5, :price => 100, 'B').perform.parse