square-ruby-sdk
square-ruby-sdk copied to clipboard
Ruby client library for the Square API
**Describe the bug** Occasionally, an API request fails due to an intermittent network error, and the SDK raises a TypeError when attempting to parse the error response as JSON. An...
## Description Refactors positional/keyword arguments when calling: - `append_url_with_query_parameters` - `append_url_with_template_parameters` to work with Ruby 3.0 More details can be found here: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
This PR regenerates code to match the latest API Definition.