v0.27.0 (Nov 13, 2023)
Feature
api_clinet = ExampleApiClient.new(access_token: 'access_token')
# You can retrieve sawyer response with return value
api_clinet.get_users #=> #<Sawyer::Resource>
# You can retrieve sawyer response with block
api_clinet.get_users do |response|
response #=> #<Sawyer::Response>
response.headers #=> #<Hash>
response.data #=> #<Sawyer::Resource>
endBreaking Change
Dependabot
- #919 Bump bugsnag from 6.25.2 to 6.26.0 (@ryz310)
- #929 Bump webmock from 3.19.0 to 3.19.1 (@ryz310)
- #934 Bump rubocop-performance from 1.19.0 to 1.19.1 (@ryz310)
- #933 Bump faraday from 2.7.10 to 2.7.11 (@ryz310)
- #939 Bump jsonpath from 1.1.4 to 1.1.5 (@ryz310)
- #942 Bump rake from 13.0.6 to 13.1.0 (@ryz310)
- #945 Bump activesupport from 7.1.1 to 7.1.2 (@ryz310)