You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work for a SaaS studio-membership company, and we use this gem to allow our members to book classes at any MindBody studio that we partner with.
This gem currently has a globally-set site_id that is used for each API call, which makes it difficult to use this gem to interface with multiple studios. I've monkey-patched my version of this gem to allow overriding the site_id on any request by passing in a site_id param as a local when making the request, eg:
I was wondering if this is functionality you'd be interested in including in this gem, and if so, would be happy to start a discussion in this thread and submit a PR once an approach is decided on. If not, no worries either.
The text was updated successfully, but these errors were encountered:
I work for a SaaS studio-membership company, and we use this gem to allow our members to book classes at any MindBody studio that we partner with.
This gem currently has a globally-set
site_id
that is used for each API call, which makes it difficult to use this gem to interface with multiple studios. I've monkey-patched my version of this gem to allow overriding thesite_id
on any request by passing in asite_id
param as a local when making the request, eg:I was wondering if this is functionality you'd be interested in including in this gem, and if so, would be happy to start a discussion in this thread and submit a PR once an approach is decided on. If not, no worries either.
The text was updated successfully, but these errors were encountered: