test-words-api-client-sdk 4.0.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -10
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc853944386042955805e31d75893eb16831b221271ba5e6e6cfbe3edb246807
4
- data.tar.gz: 9e8aecf25fdabd5cc70ad1960e5f17af270bc9bca18cfcff1625b69cb5780e31
3
+ metadata.gz: 882f805fb313307499a6d2e6bea8694cf573bf29e622190fd5bfcdcc160891f6
4
+ data.tar.gz: 8a5d74ec4d7878e009f1e5305493eaeef0bacccd0b2f55284a96746f42774dda
5
5
  SHA512:
6
- metadata.gz: a0dcabe30a1672e5cdd583aca52482f8333493558476d7a55fa8d53febd0aef0bdcaed3be50512306ecab88e02b7325ecbbcbfa935eb8a2ae64c6ac35ec43959
7
- data.tar.gz: f0819b6e2989d99464e9afec89f1952e09c991d5c55bd0ac8afc8e66b73afd9594162681694e37a44ce1535dc0b387204e94e99d31bd7265d488d19c231dbffa
6
+ metadata.gz: cec4598646c7ab466f7c7406e11947ff08686fdca0aecd33aa006e8698d203b07b0c4d90551d793e6288bf2d7472f08454230c9c34a9b7287ecac8cfc599e52c
7
+ data.tar.gz: dbbeb1e2e94a105638d17fb7008cae69e2f5f9612caf960c289b365259e603576547078d5fcc51d2b6353fadb7987b1fce8278c0c4f9e0154fdb32f653b67833
data/README.md CHANGED
@@ -10,16 +10,16 @@ Words API lets you retrieve information about English words, including definitio
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```ruby
13
- gem install test-words-api-client-sdk -v 4.0.0
13
+ gem install test-words-api-client-sdk -v 5.0.0
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'test-words-api-client-sdk', '4.0.0'
19
+ gem 'test-words-api-client-sdk', '5.0.0'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the test-words-api-client-sdk gem](https://rubygems.org/gems/test-words-api-client-sdk/versions/4.0.0).
22
+ For additional gem details, see the [RubyGems page for the test-words-api-client-sdk gem](https://rubygems.org/gems/test-words-api-client-sdk/versions/5.0.0).
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/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/client.md)
35
35
 
36
36
  The following parameters are configurable for the API Client:
37
37
 
@@ -46,7 +46,7 @@ The following parameters are configurable for the API Client:
46
46
  | `retry_statuses` | `Array` | A list of HTTP statuses to retry. <br> **Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** |
47
47
  | `retry_methods` | `Array` | A list of HTTP methods to retry. <br> **Default: %i[get put]** |
48
48
  | `http_callback` | `HttpCallBack` | The Http CallBack allows defining callables for pre and post API calls. |
49
- | `custom_header_authentication_credentials` | [`CustomHeaderAuthenticationCredentials`](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/auth/custom-header-signature.md) | The credential object for Custom Header Signature |
49
+ | `custom_header_authentication_credentials` | [`CustomHeaderAuthenticationCredentials`](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/auth/custom-header-signature.md) | The credential object for Custom Header Signature |
50
50
 
51
51
  The API client can be initialized as follows:
52
52
 
@@ -62,15 +62,15 @@ client = WordsApi::Client.new(
62
62
 
63
63
  This API uses the following authentication schemes.
64
64
 
65
- * [`RapidAPI-Key (Custom Header Signature)`](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/auth/custom-header-signature.md)
65
+ * [`RapidAPI-Key (Custom Header Signature)`](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/auth/custom-header-signature.md)
66
66
 
67
67
  ## List of APIs
68
68
 
69
- * [AP Is](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/controllers/ap-is.md)
69
+ * [AP Is](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/controllers/ap-is.md)
70
70
 
71
71
  ## Classes Documentation
72
72
 
73
- * [Utility Classes](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/utility-classes.md)
74
- * [HttpResponse](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/http-response.md)
75
- * [HttpRequest](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/4.0.0/doc/http-request.md)
73
+ * [Utility Classes](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/utility-classes.md)
74
+ * [HttpResponse](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/http-response.md)
75
+ * [HttpRequest](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/5.0.0/doc/http-request.md)
76
76
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-words-api-client-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sufyan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apimatic_core_interfaces