wesley-key-sdk 1.1.1 → 1.1.2

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: 987a43498857664572a8228264bc2b63580e6120df139eb5087bbc800d9fa469
4
- data.tar.gz: 68ea1ecd67713a031a8f71d67542aa076efe3754c26b1960b2de8f61ccda73f1
3
+ metadata.gz: 9256ecaae367cc849e40e6270dfcb9fcc7f2a31d32e394f95718d47328cd176c
4
+ data.tar.gz: 19a7a97b270b1a9d27d8fbe005cfdea1c09df6cf681bc2014670388dd67c83a3
5
5
  SHA512:
6
- metadata.gz: 8713b6f446cc6593942de3d498ab6696700324137cfe784f9fd8526cb6e0cdf17354c21d353bf7b54ce61f0282508ef75f11e458d6ad36000bb262caec367842
7
- data.tar.gz: ca0e97d5a2dfaf407b8b44d040889723212ff67260575075290f90b8a1ac3e94b2132b9aaf3683045fc50479dc145396f896e56501204e90c05a5f1167043fdf
6
+ metadata.gz: 51ec09d8d57e235c433945db44408cc7c388f5456aa313c32b315d4f0012b03cc2a367988001dc684e2f72c7d1a9dfa834de47720326839e371feee461fc3cdc
7
+ data.tar.gz: 3f26e151f0e6fa13640ada893f562649c07652b32c3e1202fbec2156c5df5ee3779b635da0801aad6d12a76e60db5940ee1295e9a1a584b1f862902b5a712292
data/README.md CHANGED
@@ -10,16 +10,16 @@ This is a sample API to demonstrate an OpenAPI spec with multiple endpoints and
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```bash
13
- gem install wesley-key-sdk -v 1.1.1
13
+ gem install wesley-key-sdk -v 1.1.2
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'wesley-key-sdk', '1.1.1'
19
+ gem 'wesley-key-sdk', '1.1.2'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the wesley-key-sdk gem](https://rubygems.org/gems/wesley-key-sdk/versions/1.1.1).
22
+ For additional gem details, see the [RubyGems page for the wesley-key-sdk gem](https://rubygems.org/gems/wesley-key-sdk/versions/1.1.2).
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/wesley-key-ruby-sdk/tree/1.1.1/doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/client.md)
35
35
 
36
36
  The following parameters are configurable for the API Client:
37
37
 
@@ -48,7 +48,7 @@ The following parameters are configurable for the API Client:
48
48
  | retry_statuses | `Array` | A list of HTTP statuses to retry. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** |
49
49
  | retry_methods | `Array` | A list of HTTP methods to retry. <br> **Default: %i[get put]** |
50
50
  | http_callback | `HttpCallBack` | The Http CallBack allows defining callables for pre and post API calls. |
51
- | proxy_settings | [`ProxySettings`](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. |
51
+ | proxy_settings | [`ProxySettings`](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. |
52
52
 
53
53
  The API client can be initialized as follows:
54
54
 
@@ -64,21 +64,21 @@ client = Client.new(
64
64
 
65
65
  ## List of APIs
66
66
 
67
- * [API](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/controllers/api.md)
67
+ * [API](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/controllers/api.md)
68
68
 
69
69
  ## SDK Infrastructure
70
70
 
71
71
  ### Configuration
72
72
 
73
- * [ProxySettings](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/proxy-settings.md)
73
+ * [ProxySettings](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/proxy-settings.md)
74
74
 
75
75
  ### HTTP
76
76
 
77
- * [HttpResponse](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/http-response.md)
78
- * [HttpRequest](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/http-request.md)
77
+ * [HttpResponse](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/http-response.md)
78
+ * [HttpRequest](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/http-request.md)
79
79
 
80
80
  ### Utilities
81
81
 
82
- * [ApiHelper](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/api-helper.md)
83
- * [DateTimeHelper](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.1/doc/date-time-helper.md)
82
+ * [ApiHelper](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/api-helper.md)
83
+ * [DateTimeHelper](https://www.github.com/ZahraN444/wesley-key-ruby-sdk/tree/1.1.2/doc/date-time-helper.md)
84
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wesley-key-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenyon Jacobs