apimatic_faraday_client_adapter 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -26
- data/README.md +4 -3
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc6e43999e0bc3889a22655d96af02a02a13d9bed15a4cf7793c3fdb32d1df54
|
4
|
+
data.tar.gz: b4de47b84ac85f600fcb4ce5e1e280307444b9cb6e5758a0bc4cc5dff31b41e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d56756a4a8a62b9d3d40afb969c92cbe95d3fbc03584785d8c48d174338a1ce4be7ad3f0f9f37d210712b9cfee03602b421b0530d05b6578e3c284620fdfe6f
|
7
|
+
data.tar.gz: bd49ee977c0a6778612d623d25d632374446957c4e5e350249ea4139aca92a43a73781f06095f32c16740f07e9de717b0a930de9539e17d1b02257ae53f859bf
|
data/LICENSE
CHANGED
@@ -1,26 +1,21 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
(A) No Trademark License- This license does not grant you any rights to use the Licensor's name, logo, or trademarks.
|
23
|
-
|
24
|
-
(B) If you begin patent litigation against the Licensor over patents that you think may apply to the software (including a cross-claim or counterclaim in a lawsuit), your license to the software ends automatically.
|
25
|
-
|
26
|
-
(C) The software is licensed "as-is." You bear the risk of using it. The Licensor gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the Licensor excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2023 APIMatic Ltd
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# apimatic-faraday-client-adapter
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/apimatic_faraday_client_adapter.svg)](https://badge.fury.io/rb/apimatic_faraday_client_adapter)
|
3
4
|
[![Tests][test-badge]][test-url]
|
4
5
|
[![Linting][lint-badge]][lint-url]
|
5
6
|
[![Maintainability][maintainability-url]][code-climate-url]
|
@@ -11,7 +12,7 @@
|
|
11
12
|
This repository contains the client implementation that uses the faraday client library for the ruby SDKs provided by APIMatic.
|
12
13
|
|
13
14
|
## Version supported
|
14
|
-
Currently APIMatic supports `2.6 <= Ruby version
|
15
|
+
Currently APIMatic supports `2.6 <= Ruby version <= 3.2` hence faraday-client-adapter will need the same versions to be supported.
|
15
16
|
|
16
17
|
## Installation
|
17
18
|
Installation is quite simple, just execute the following command:
|
@@ -39,7 +40,7 @@ gem 'apimatic_faraday_client_adapter'
|
|
39
40
|
|
40
41
|
## Links
|
41
42
|
|
42
|
-
|
43
|
+
* [apimatic_core_interfaces](https://rubygems.org/gems/apimatic_core_interfaces)
|
43
44
|
* [Faraday](https://rubygems.org/gems/faraday)
|
44
45
|
|
45
46
|
[test-badge]: https://github.com/apimatic/faraday-client-adapter/actions/workflows/test-runner.yml/badge.svg
|
@@ -49,5 +50,5 @@ gem 'apimatic_faraday_client_adapter'
|
|
49
50
|
[code-climate-url]: https://codeclimate.com/github/apimatic/faraday-client-adapter
|
50
51
|
[maintainability-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/maintainability
|
51
52
|
[test-coverage-url]: https://api.codeclimate.com/v1/badges/59badaadebeb3478eb48/test_coverage
|
52
|
-
[license-badge]: https://img.shields.io/badge/licence-
|
53
|
+
[license-badge]: https://img.shields.io/badge/licence-MIT-blue
|
53
54
|
[license-url]: LICENSE
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: apimatic_faraday_client_adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- APIMatic Ltd.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apimatic_core_interfaces
|
@@ -78,28 +78,28 @@ dependencies:
|
|
78
78
|
requirements:
|
79
79
|
- - "~>"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: '0
|
81
|
+
version: '1.0'
|
82
82
|
type: :runtime
|
83
83
|
prerelease: false
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - "~>"
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: '0
|
88
|
+
version: '1.0'
|
89
89
|
- !ruby/object:Gem::Dependency
|
90
90
|
name: faraday-retry
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: '
|
95
|
+
version: '2.0'
|
96
96
|
type: :runtime
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - "~>"
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '
|
102
|
+
version: '2.0'
|
103
103
|
- !ruby/object:Gem::Dependency
|
104
104
|
name: faraday-net_http_persistent
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
@@ -210,7 +210,7 @@ files:
|
|
210
210
|
- lib/apimatic_faraday_client_adapter.rb
|
211
211
|
homepage: https://apimatic.io
|
212
212
|
licenses:
|
213
|
-
-
|
213
|
+
- MIT
|
214
214
|
metadata: {}
|
215
215
|
post_install_message:
|
216
216
|
rdoc_options: []
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
- !ruby/object:Gem::Version
|
228
228
|
version: '0'
|
229
229
|
requirements: []
|
230
|
-
rubygems_version: 3.4.
|
230
|
+
rubygems_version: 3.4.10
|
231
231
|
signing_key:
|
232
232
|
specification_version: 4
|
233
233
|
summary: An adapter for faraday client library consumed by the SDKs generated with
|