mindbody-api
mindbody-api copied to clipboard
A Ruby interface to the MindBody API v0.5
There are several config options that Savon can accept (both for itself and the underlying HTTPI implementation) that are not immediately supported by us. We should delegate any additional config...
MindBody, in all of their wisdom, does not ship timezone offset information with their timestamps. Sometimes their timestamps are in Pacific time, other times they are in whatever the local...
These things are nice to have in the models when writing mindbody wrappers.
### AppointmentService - [ ] `add_or_update_appointments` - [ ] `add_or_update_availabilities` - [ ] `get_active_session_times` - [ ] `get_appointment_options` ### ClassService - [ ] `update_client_visits` - [ ] `get_enrollments` - [...
Per #21, a new FunctionData endpoint is coming online August 1. via @estiens
We should be letting Virtus do that job http://savonrb.com/version2/response.html
- [ ] Create a Github pages site with full usage information - [x] Flesh out `README` similar to how [omniauth-mindbody](https://github.com/wingrunr21/omniauth-mindbody) is done - [x] Create `CONTRIBUTING.md` guidelines - [...
Right now MindBody will only process the request if you pass the library a Date object only. A Time or DateTime object will not get converted properly.
Savon v3 is under development. This issue will track the upgrade process once that gem has an official release on Rubygems. Specific issues related to this gem: - `Savon::Model` has...