philiprehberger-http_client 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -1
- data/lib/philiprehberger/http_client/version.rb +1 -1
- data/lib/philiprehberger/http_client.rb +16 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87104396621af222e4e5c94c6f7bdaedbfd6ff95ad89d9e147e7980ab33d868f
|
|
4
|
+
data.tar.gz: 9b814c9ded6a9792d4dd782343e9b622790dc0d6cd86c6979b7e54c300031e02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e8c83eff3473cd63ea842deb56a7660aeb3fcf3139ba4ae22da7f279f45d8e9686a1e4091dea1e583314c1c682d32f4dab9fb0082521841fbd9cb8825a545e3
|
|
7
|
+
data.tar.gz: 58b943703382d92960828bf002b7e00e48e45ffcc1a27b8dfaae4ece0d8b047181f440272fffac0bb87bbb10dfc1c02d2c07e732d291faadec83b0b200239a31
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.9.1] - 2026-04-23
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Added YARD documentation on `Philiprehberger::HttpClient.new` and `Philiprehberger::HttpClient.open` module methods.
|
|
14
|
+
- Completed Keep a Changelog version link references for all released versions.
|
|
15
|
+
|
|
10
16
|
## [0.9.0] - 2026-04-20
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -171,5 +177,27 @@ and this gem adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
171
177
|
- Response wrapper with `ok?` and `json` convenience methods
|
|
172
178
|
- Zero dependencies — built on Ruby stdlib `net/http`
|
|
173
179
|
|
|
174
|
-
[
|
|
180
|
+
[Unreleased]: https://github.com/philiprehberger/rb-http-client/compare/v0.9.1...HEAD
|
|
181
|
+
[0.9.1]: https://github.com/philiprehberger/rb-http-client/compare/v0.9.0...v0.9.1
|
|
182
|
+
[0.9.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.8.2...v0.9.0
|
|
183
|
+
[0.8.2]: https://github.com/philiprehberger/rb-http-client/compare/v0.8.1...v0.8.2
|
|
184
|
+
[0.8.1]: https://github.com/philiprehberger/rb-http-client/compare/v0.8.0...v0.8.1
|
|
185
|
+
[0.8.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.7.0...v0.8.0
|
|
186
|
+
[0.7.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.6.1...v0.7.0
|
|
187
|
+
[0.6.1]: https://github.com/philiprehberger/rb-http-client/compare/v0.6.0...v0.6.1
|
|
188
|
+
[0.6.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.5.0...v0.6.0
|
|
189
|
+
[0.5.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.7...v0.5.0
|
|
190
|
+
[0.4.7]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.6...v0.4.7
|
|
191
|
+
[0.4.6]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.5...v0.4.6
|
|
192
|
+
[0.4.5]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.4...v0.4.5
|
|
193
|
+
[0.4.4]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.3...v0.4.4
|
|
194
|
+
[0.4.3]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.2...v0.4.3
|
|
195
|
+
[0.4.2]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.1...v0.4.2
|
|
196
|
+
[0.4.1]: https://github.com/philiprehberger/rb-http-client/compare/v0.4.0...v0.4.1
|
|
197
|
+
[0.4.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.3.3...v0.4.0
|
|
198
|
+
[0.3.3]: https://github.com/philiprehberger/rb-http-client/compare/v0.3.2...v0.3.3
|
|
199
|
+
[0.3.2]: https://github.com/philiprehberger/rb-http-client/compare/v0.3.1...v0.3.2
|
|
200
|
+
[0.3.1]: https://github.com/philiprehberger/rb-http-client/compare/v0.3.0...v0.3.1
|
|
201
|
+
[0.3.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.2.0...v0.3.0
|
|
202
|
+
[0.2.0]: https://github.com/philiprehberger/rb-http-client/compare/v0.1.0...v0.2.0
|
|
175
203
|
[0.1.0]: https://github.com/philiprehberger/rb-http-client/releases/tag/v0.1.0
|
|
@@ -15,18 +15,28 @@ require_relative 'http_client/client'
|
|
|
15
15
|
|
|
16
16
|
module Philiprehberger
|
|
17
17
|
module HttpClient
|
|
18
|
-
# Convenience constructor.
|
|
18
|
+
# Convenience constructor that instantiates a new {Client}.
|
|
19
19
|
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
20
|
+
# This is a thin wrapper around {Client.new} so callers can write
|
|
21
|
+
# `Philiprehberger::HttpClient.new(base_url: '...')` without reaching
|
|
22
|
+
# into the nested {Client} constant.
|
|
23
|
+
#
|
|
24
|
+
# @param options [Hash] Keyword options forwarded to {Client#initialize}
|
|
25
|
+
# (e.g. `base_url:`, `headers:`, `timeout:`, `retries:`, `pool:`, `cache:`)
|
|
26
|
+
# @return [Client] a new configured client instance
|
|
22
27
|
def self.new(**options)
|
|
23
28
|
Client.new(**options)
|
|
24
29
|
end
|
|
25
30
|
|
|
26
|
-
# Block form — creates a
|
|
31
|
+
# Block form constructor — creates a {Client}, yields it, and guarantees
|
|
32
|
+
# cleanup by calling `#close` in an `ensure` block when the block exits.
|
|
33
|
+
#
|
|
34
|
+
# Equivalent to {Client.open}; prefer this form when you want automatic
|
|
35
|
+
# connection pool draining without manually calling `#close`.
|
|
27
36
|
#
|
|
28
|
-
# @param options [Hash]
|
|
29
|
-
# @yield [
|
|
37
|
+
# @param options [Hash] Keyword options forwarded to {Client#initialize}
|
|
38
|
+
# @yield [client] yields the client instance to the block
|
|
39
|
+
# @yieldparam client [Client] the newly created client
|
|
30
40
|
# @return [Object] the return value of the block
|
|
31
41
|
def self.open(...)
|
|
32
42
|
Client.open(...)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-http_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A zero-dependency HTTP client built on Ruby's net/http with automatic
|
|
14
14
|
retries, request/response interceptors, and a clean API for JSON services.
|