Skip to content

AbeCole/vcita-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vcita-ruby

Vcita.com API Ruby library. For more information on their API check http://developers.vcita.com/docs.

Usage

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", ...})

Installation

Add this line to your application's Gemfile:

gem 'vcita-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vcita-ruby

Contributing

Make changes and if they're production ready please do a pull request, or contact Abe Cole.

License

The gem is available as open source under the terms of the MIT License.