hammett-washington-sdk 1.7.4 → 1.7.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -11
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f738d9d9e380aab87c7aa11be93579c3ddd592a9550cd9c5d5f14cbd11e447c7
4
- data.tar.gz: 8f1f556deb57340565de50ff48339a050550ec7d38b199f212af598fc3827de4
3
+ metadata.gz: 4a68cc28490c769e74e701b9f11e4a7176cd99e9d1ceadba0bb88fe667f09c19
4
+ data.tar.gz: 1cb141b375cda50b77129eca86fdbe54319a6b8da78e7ea807b89e25aefc30f2
5
5
  SHA512:
6
- metadata.gz: d19ad073fc5a562195608073053c55da388d1cbc2822dc3c15e61035336d249b7ecb1f4d4b806f60712d756c5b743bf91e0225c2233da4dabd2a8d21289bc35d
7
- data.tar.gz: a6989409a03658eca881106561f3dd6dd632d9954239fe5b067d335e5ce4e27918660d599a1f28eccb5ea824609811ebe312bd238873e1bc2b2b1eeaf770a18e
6
+ metadata.gz: 3d9fab47233ba4a4a5e4aa8380314a2084c4ebbb560ffef3f8189a29f7061dd5e07def9a1287e1bf880483defd40e77fd0a6c90fd0cbbf8288c73d14daed6c62
7
+ data.tar.gz: f93312e72644472fbd09d78d2bd78264a76ca9d00f94c4c48a01d7df84ad680f2b1840479f4191c1a5c0efd4539e6484cd617eab293ed704e5a3803b8e305f4e
data/README.md CHANGED
@@ -10,16 +10,16 @@ Simple calculator API hosted on APIMATIC
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```bash
13
- gem install hammett-washington-sdk -v 1.7.4
13
+ gem install hammett-washington-sdk -v 1.7.5
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'hammett-washington-sdk', '1.7.4'
19
+ gem 'hammett-washington-sdk', '1.7.5'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the hammett-washington-sdk gem](https://rubygems.org/gems/hammett-washington-sdk/versions/1.7.4).
22
+ For additional gem details, see the [RubyGems page for the hammett-washington-sdk gem](https://rubygems.org/gems/hammett-washington-sdk/versions/1.7.5).
23
23
 
24
24
  ## Test the SDK
25
25
 
@@ -31,7 +31,7 @@ rake
31
31
 
32
32
  ## Initialize the API Client
33
33
 
34
- **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/client.md)
35
35
 
36
36
  The following parameters are configurable for the API Client:
37
37
 
@@ -47,7 +47,7 @@ The following parameters are configurable for the API Client:
47
47
  | retry_statuses | `Array` | A list of HTTP statuses to retry. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** |
48
48
  | retry_methods | `Array` | A list of HTTP methods to retry. <br> **Default: %i[get put]** |
49
49
  | http_callback | `HttpCallBack` | The Http CallBack allows defining callables for pre and post API calls. |
50
- | proxy_settings | [`ProxySettings`](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. |
50
+ | proxy_settings | [`ProxySettings`](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. |
51
51
 
52
52
  The API client can be initialized as follows:
53
53
 
@@ -62,21 +62,21 @@ client = Client.new(
62
62
 
63
63
  ## List of APIs
64
64
 
65
- * [Simple Calculator](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/controllers/simple-calculator.md)
65
+ * [Simple Calculator](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/controllers/simple-calculator.md)
66
66
 
67
67
  ## SDK Infrastructure
68
68
 
69
69
  ### Configuration
70
70
 
71
- * [ProxySettings](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/proxy-settings.md)
71
+ * [ProxySettings](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/proxy-settings.md)
72
72
 
73
73
  ### HTTP
74
74
 
75
- * [HttpResponse](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/http-response.md)
76
- * [HttpRequest](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/http-request.md)
75
+ * [HttpResponse](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/http-response.md)
76
+ * [HttpRequest](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/http-request.md)
77
77
 
78
78
  ### Utilities
79
79
 
80
- * [ApiHelper](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/api-helper.md)
81
- * [DateTimeHelper](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.4/doc/date-time-helper.md)
80
+ * [ApiHelper](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/api-helper.md)
81
+ * [DateTimeHelper](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.5/doc/date-time-helper.md)
82
82
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammett-washington-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zelenia Merrill