mindbody-api
mindbody-api copied to clipboard
Upgrade to Savon v3
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::Modelhas been removed. This is used by theServiceclass.- The way requests are built has been changed. Will need to re-examine how to inject MindBody credentials into the request.
- Savon is swiching its underlying HTTP adapter to HTTPClient. Due to MindBody API calls not being particularly fast for large requests, I'd much prefer using something like
patronorcurb. Will most likely end up creating a new gem to implement the driver for one of these.
The first and second bullet points have been completed. Going to wait on the final Savon v3 spec to be finished before tackling the third.
Savon v3 is on infinite hold so this issue is a won't fix for now.