mindbody-api icon indicating copy to clipboard operation
mindbody-api copied to clipboard

A Ruby interface to the MindBody API v0.5

Results 19 mindbody-api issues
Sort by recently updated
recently updated
newest added

Has anyone been able to use the `MindBody::Services::SaleService.checkout_shopping_cart()` function? When I attempt to match the API documentation to the best of my ability by creating an CartITem object: `{:CartItem=>{:Quantity=>1, :"Item...

Any thoughts of supporting [api keys](https://developers.mindbodyonline.com/PublicDocumentation/Authentication?version=v5.1#api-keys) in preparation for 6.0?

Hi There, I'm trying to follow the example for get_client_visits listed in the ReadMe. First, I use get_clients to fetch the desired client `client = MindBody::Services::ClientService.get_clients('UserCredentials' => { 'Username' =>...

I am trying to include the `ReferredBy` attribute in the `ClientService.get_clients` function. In the docs you can state: ``` Clients.CustomClientFields ``` but when I do that in my request: ```...

Right now a user must swap out the site ids specified in the configuration in order for a specific request to target that site. Investigate if it is feasible to...

enhancement

Wondering if you have thoughts on this. If a client is already booked at some time, and you attempt to create another appointment with them at the time in which...

I'm building something that requires access to multiple MindBody customers at a time. To that end I've extended `MindBody::Client` to support this by passing in an `auth:` parameter alongside `message:`...

Not going to support 1.9.x or 2.0.x anymore. Should run against 2.1.x, 2.2.x, and 2.3.x.

Adding more APIs and updating the WSDL via rake task.

I fixed the specs as well. Hope this is ok? I wanted to make it generic enough to allow you to pass through any configuration options directly to Savon. Also...