dnsimple-ruby
dnsimple-ruby copied to clipboard
The DNSimple API client for Ruby.
The current one is causing false positives, and it seems not widely adopted/maintained. See https://github.com/dnsimple/dnsimple-ruby/pull/260/files
I've found a case that doesn't match the error message handling scenarios that we currently have. When getting the OAuth access token, if you provide an incorrect secret you will...
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v3.0.1 Bump RuboCop requirement to +1.61. (@ydah) Changelog Sourced from rubocop-rspec's changelog....
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.21.1 Bug fixes #452: Fix an error for Performance/RedundantEqualityComparisonBlock when the block...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.64.1 Bug fixes #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing....
A user provided `base_url` is never normalized and results in downstream errors. This PR addresses the issue. Both - `Client.new base_url: nil` - `Client.new base_url: "https://api.dnsimple.com"` Result in - `client.base_url...