syed-subtain 1.2.366 → 1.11.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05c2ef7b5b513ac5e84452c24477e1502bc49b39efd474fb2d623733edb9fcb5
|
4
|
+
data.tar.gz: d1a26ee56917a1a6764fba7ef7876370c2dd3ed757bad4a12f4a8080e17eb868
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a05cc7db4b91dd74ddd1f3849ff2d6c33180cb98c95601d07492d16db31e8977a55ea39cd093c1e0ee1f8460d29f425ac6a7f7b258cbfb045f6a527325c1afe4
|
7
|
+
data.tar.gz: 76908b88ac2c16ba1299a4290e4188ba5b01b282a98a0008671b39ad509f34493efc5a6e523087f2d30a954d5c9e26373fb103b9ebd7338d1bf926c351c3e23e
|
data/README.md
CHANGED
@@ -10,20 +10,20 @@ Simple calculator API hosted on APIMATIC
|
|
10
10
|
Install the gem from the command line:
|
11
11
|
|
12
12
|
```ruby
|
13
|
-
gem install syed-subtain -v 1.
|
13
|
+
gem install syed-subtain -v 1.11.14
|
14
14
|
```
|
15
15
|
|
16
16
|
Or add the gem to your Gemfile and run `bundle`:
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
gem 'syed-subtain', '1.
|
19
|
+
gem 'syed-subtain', '1.11.14'
|
20
20
|
```
|
21
21
|
|
22
|
-
For additional gem details, see the [RubyGems page for the syed-subtain gem](https://rubygems.org/gems/syed-subtain/versions/1.
|
22
|
+
For additional gem details, see the [RubyGems page for the syed-subtain gem](https://rubygems.org/gems/syed-subtain/versions/1.11.14).
|
23
23
|
|
24
24
|
## Initialize the API Client
|
25
25
|
|
26
|
-
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.
|
26
|
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.11.14/doc/client.md)
|
27
27
|
|
28
28
|
The following parameters are configurable for the API Client:
|
29
29
|
|
@@ -50,11 +50,11 @@ client = ApimaticCalculator::Client.new(
|
|
50
50
|
|
51
51
|
## List of APIs
|
52
52
|
|
53
|
-
* [Simple Calculator](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.
|
53
|
+
* [Simple Calculator](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.11.14/doc/controllers/simple-calculator.md)
|
54
54
|
|
55
55
|
## Classes Documentation
|
56
56
|
|
57
|
-
* [Utility Classes](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.
|
58
|
-
* [HttpResponse](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.
|
59
|
-
* [HttpRequest](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.
|
57
|
+
* [Utility Classes](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.11.14/doc/utility-classes.md)
|
58
|
+
* [HttpResponse](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.11.14/doc/http-response.md)
|
59
|
+
* [HttpRequest](https://www.github.com/Syed-Subtain/new-ruby-repo/tree/1.11.14/doc/http-request.md)
|
60
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syed-subtain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Syed subtain
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apimatic_core_interfaces
|