Vcita.com API Ruby library. For more information on their API check http://developers.vcita.com/docs.
Install and use, more documentation should be created before this is released. If this is publicly available then you are unfortunately on your own in this adventure, you can try to contact Abe Cole.
require 'vcita'
Vcita.new('VCITA_API_TOKEN_HERE')
Vcita.profile
Vcita.clients
Vcita.appointments
Vcita.payments
Vcita.create_appointment({client_id: "q123w123", ...})
Add this line to your application's Gemfile:
gem 'vcita-ruby'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vcita-ruby
Make changes and if they're production ready please do a pull request, or contact Abe Cole.
The gem is available as open source under the terms of the MIT License.