Stafford Brunk
Stafford Brunk
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...
The default email regex of [`^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$`]() allows invalid values to pass. Specifically, this regex will allow the string `http://[email protected]` to pass. A recommended replacement regex is `/\A([\w+\-].?)+@[a-z\d\-]+(\.[a-z]+)*\.[a-z]+\z/i`.
Hi, Submitting a small change to grab the pictures for the vehicle. Response has this shape: ```json [ { "view": "frontView", "url": "https://picserv.porsche.com/picserv/images-api/v4/f8034063cb10a9fca911c7a72dcc151a/2", "size": 2 }, { "view": "sideView", "url":...