jescie-house-sdk 1.2.2 → 1.2.4
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: c67a1c59be02d58fcd2c20681bf9142f8161442488864923c0499019a379fc3e
|
4
|
+
data.tar.gz: a06cd6f665d9c5f78a44486b7369f4062110fb093ea308dc8f61b0515c002412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1661a29f763e56b3eb3d9c5b968398c0863e6d3c130ce5c9d2aa3c270427032a0bcca4bdc80297c420b7a2e56c2f6d4fa64f79ee5277210fa64b2d7d758d81b1
|
7
|
+
data.tar.gz: 5c2fc9da8d487595682ed1341264dba181a3c0aa672b0fb081f609f0f84967beb5a684824e2968f3e3760b4ed6e61b62c4c43e3aa01d611dba8162109425be05
|
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 jescie-house-sdk -v 1.2.
|
13
|
+
gem install jescie-house-sdk -v 1.2.4
|
14
14
|
```
|
15
15
|
|
16
16
|
Or add the gem to your Gemfile and run `bundle`:
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
gem 'jescie-house-sdk', '1.2.
|
19
|
+
gem 'jescie-house-sdk', '1.2.4'
|
20
20
|
```
|
21
21
|
|
22
|
-
For additional gem details, see the [RubyGems page for the jescie-house-sdk gem](https://rubygems.org/gems/jescie-house-sdk/versions/1.2.
|
22
|
+
For additional gem details, see the [RubyGems page for the jescie-house-sdk gem](https://rubygems.org/gems/jescie-house-sdk/versions/1.2.4).
|
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/jescie-house-ruby-sdk/tree/1.2.
|
34
|
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/client.md)
|
35
35
|
|
36
36
|
The following parameters are configurable for the API Client:
|
37
37
|
|
@@ -60,17 +60,17 @@ client = CypressTestApi::Client.new(
|
|
60
60
|
|
61
61
|
## List of APIs
|
62
62
|
|
63
|
-
* [API](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.
|
63
|
+
* [API](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/controllers/api.md)
|
64
64
|
|
65
65
|
## SDK Infrastructure
|
66
66
|
|
67
67
|
### HTTP
|
68
68
|
|
69
|
-
* [HttpResponse](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.
|
70
|
-
* [HttpRequest](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.
|
69
|
+
* [HttpResponse](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/http-response.md)
|
70
|
+
* [HttpRequest](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/http-request.md)
|
71
71
|
|
72
72
|
### Utilities
|
73
73
|
|
74
|
-
* [ApiHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.
|
75
|
-
* [DateTimeHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.
|
74
|
+
* [ApiHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/api-helper.md)
|
75
|
+
* [DateTimeHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/date-time-helper.md)
|
76
76
|
|