test-qaaaaaa-sdk 1.2.3 → 1.2.6
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/README.md +9 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc67a0bfa908d7f7c9d07f0018184ed73a5e51f257c6698abb81eab6448f213a
|
4
|
+
data.tar.gz: 7315ad0d25068bf71828537789d7e9540f36985bcd02b562c3ceb9024f8e1e6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 167d41b2cb44894a8d66bc5038aa1df72a50e14554816f6a565a17726484777d4aad53f47f6e358f833be2dc265ed289e6fc38672382153cf45287a55c9793de
|
7
|
+
data.tar.gz: 8a12c5c4e9348f2a0b85219d6859c4e6aad89c2c64aa33b1e7a99cc11f349ebe223830eea9de149a11dbc8a7bd8a8f0226241120bfaa6a295e57bf2400562770
|
data/README.md
CHANGED
@@ -6,16 +6,16 @@
|
|
6
6
|
Install the gem from the command line:
|
7
7
|
|
8
8
|
```bash
|
9
|
-
gem install test-qaaaaaa-sdk -v 1.2.
|
9
|
+
gem install test-qaaaaaa-sdk -v 1.2.6
|
10
10
|
```
|
11
11
|
|
12
12
|
Or add the gem to your Gemfile and run `bundle`:
|
13
13
|
|
14
14
|
```ruby
|
15
|
-
gem 'test-qaaaaaa-sdk', '1.2.
|
15
|
+
gem 'test-qaaaaaa-sdk', '1.2.6'
|
16
16
|
```
|
17
17
|
|
18
|
-
For additional gem details, see the [RubyGems page for the test-qaaaaaa-sdk gem](https://rubygems.org/gems/test-qaaaaaa-sdk/versions/1.2.
|
18
|
+
For additional gem details, see the [RubyGems page for the test-qaaaaaa-sdk gem](https://rubygems.org/gems/test-qaaaaaa-sdk/versions/1.2.6).
|
19
19
|
|
20
20
|
## Test the SDK
|
21
21
|
|
@@ -27,7 +27,7 @@ rake
|
|
27
27
|
|
28
28
|
## Initialize the API Client
|
29
29
|
|
30
|
-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
30
|
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/client.md)
|
31
31
|
|
32
32
|
The following parameters are configurable for the API Client:
|
33
33
|
|
@@ -56,17 +56,17 @@ client = TestApi::Client.new(
|
|
56
56
|
|
57
57
|
## List of APIs
|
58
58
|
|
59
|
-
* [API](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
59
|
+
* [API](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/controllers/api.md)
|
60
60
|
|
61
61
|
## SDK Infrastructure
|
62
62
|
|
63
63
|
### HTTP
|
64
64
|
|
65
|
-
* [HttpResponse](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
66
|
-
* [HttpRequest](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
65
|
+
* [HttpResponse](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/http-response.md)
|
66
|
+
* [HttpRequest](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/http-request.md)
|
67
67
|
|
68
68
|
### Utilities
|
69
69
|
|
70
|
-
* [ApiHelper](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
71
|
-
* [DateTimeHelper](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.
|
70
|
+
* [ApiHelper](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/api-helper.md)
|
71
|
+
* [DateTimeHelper](https://www.github.com/tahaali2000/test-qaaaaaa-ruby-sdk/tree/1.2.6/doc/date-time-helper.md)
|
72
72
|
|