0.0
No commit activity in last 3 years
No release in over 3 years
Bancbox Invest ruby api wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0

Runtime

~> 0.13
~> 1.8
 Project Readme

Exaple

require 'bancbox_invest'

Bancbox = BancboxInvest.new do |config|
  config.bancbox_api_key    = 'API_KEY'
  config.bancbox_api_secret = 'API_SECRET'
  config.bancbox_api_url    = 'API_URL'
end

options = { first_name: 'Michael', last_name: 'Jordan', ...}

Bancbox.create_investor(options)

API Methods