test-words-api-client-sdk 1.0.0 → 1.0.1

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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4340cf9d35dd41ed353e9ba318b4cebde5c304c063696e57eff2efd280ae8d56
4
- data.tar.gz: dd9351acfc7c32846c9f050eb64121ab083bfbbe18fd7508c219c257060eebd6
3
+ metadata.gz: 78bc53b82f85aeb6a377b9ea7d17468d6713ca60fcc928f5984528a157d1828a
4
+ data.tar.gz: 93da98543a5c84875b91df0b378b55febf49b334f8c0794477e594deab31e616
5
5
  SHA512:
6
- metadata.gz: ef89f97caf264b46b81e68f9e3f7e093522b472b7bfdaac05ef142f050d8f130cd6cce07d96ac171752c517fd3192ac61e4b030c42c8e64f47a2eff378af7204
7
- data.tar.gz: 7569b977c15e24e9513c9d0bb6c00a04a157636ba1af2f71a22b05df03c620781fe85a6f68c219967cc685d6f3264c8b7bb3ddc2edafb9e8a61422eb79261c0e
6
+ metadata.gz: f8eb7c15260e264c8cf86e7a206f4c739a02c6dbf4111fbc21ea7287a6431a7e9dfea2b47548b1689bc1ccf0886ac8e794bcd2693672230db46daec768d458a9
7
+ data.tar.gz: cfa6d35c4f25aa64014434c1be4d4672f9ce77a6d93b2894cd55819487cb15fc9a62a438852d5eda3cb2409adc66b9a6135d42b9dd94d940e9bd330dd5a33898
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 1.0.0
13
+ gem install test-words-api-client-sdk -v 1.0.1
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', '1.0.0'
19
+ gem 'test-words-api-client-sdk', '1.0.1'
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/1.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/1.0.1).
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.](doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/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`](__base_path/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/1.0.1/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)`](__base_path/auth/custom-header-signature.md)
65
+ * [`RapidAPI-Key (Custom Header Signature)`](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/doc/auth/custom-header-signature.md)
66
66
 
67
67
  ## List of APIs
68
68
 
69
- * [AP Is](doc/controllers/ap-is.md)
69
+ * [AP Is](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/doc/controllers/ap-is.md)
70
70
 
71
71
  ## Classes Documentation
72
72
 
73
- * [Utility Classes](doc/utility-classes.md)
74
- * [HttpResponse](doc/http-response.md)
75
- * [HttpRequest](doc/http-request.md)
73
+ * [Utility Classes](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/doc/utility-classes.md)
74
+ * [HttpResponse](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/doc/http-response.md)
75
+ * [HttpRequest](https://www.github.com/sufyankhanrao/test-words-api-ruby-sdk/tree/1.0.1/doc/http-request.md)
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-words-api-client-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sufyan