avm_client 1.0.0 → 1.0.1
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 +5 -14
- data/avm_client.gemspec +1 -1
- data/lib/avm_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae921deb590ea8327b1adf02d172c28cbe20388fcc44a75a0c929028d1bd84f7
|
|
4
|
+
data.tar.gz: d3f13b1495deabe7f15d3cb6ffb5c2c794cf75ad760505cb4a9f5ec3db2ffd7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51129eacf030ff2b4f8ad78bfd09b1a76c88352595e0ad260f55c66fdedd9484e196d31182c01e428bb732f112b860da748d11a79913771bb080a29b2649e908
|
|
7
|
+
data.tar.gz: c84d5470499e016875bfe8aa373c22891813a7302cf113cf2e456a0c17de220d9d1d902692a45e3c1274c7e6f9fc2b046ec8d3b6ebdafe8ba65b8ebc164486ec
|
data/README.md
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
# avm_client
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This is api client library for AVM (automated valuation machine) - https://avm.enbisys.com
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
This SDK is automatically generated by the [Avm Generator](https://Avm-generator.tech) project:
|
|
8
|
-
|
|
9
|
-
- API version: 1.0.0
|
|
10
|
-
- Package version: 1.0.0
|
|
11
|
-
- Build package: org.Avmtools.codegen.languages.RubyClientCodegen
|
|
5
|
+
Get instant and accurate Property Valuations and Predictive Analytics with our AI and Big Data tools. And make smart decisions faster
|
|
12
6
|
|
|
13
7
|
## Installation
|
|
14
8
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
9
|
+
```
|
|
10
|
+
gem install avm_client
|
|
11
|
+
```
|
|
18
12
|
|
|
19
13
|
## Getting Started
|
|
20
14
|
|
|
@@ -91,13 +85,10 @@ Class | Method | HTTP request | Description
|
|
|
91
85
|
- [AvmClient::WallType](docs/WallType.md)
|
|
92
86
|
- [AvmClient::WindowGlazingType](docs/WindowGlazingType.md)
|
|
93
87
|
|
|
94
|
-
|
|
95
88
|
## Documentation for Authorization
|
|
96
89
|
|
|
97
|
-
|
|
98
90
|
### ApiKeyAuth
|
|
99
91
|
|
|
100
|
-
|
|
101
92
|
- **Type**: API key
|
|
102
93
|
- **API key parameter name**: X-API-KEY
|
|
103
94
|
- **Location**: HTTP header
|
data/avm_client.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.email = ["info@enbisys.com"]
|
|
24
24
|
s.homepage = "https://avm.enbisys.com"
|
|
25
25
|
s.summary = "AVM Ruby Gem"
|
|
26
|
-
s.description = "This is api for AVM (automated valuation machine)"
|
|
26
|
+
s.description = "This is api client library for AVM (automated valuation machine) - https://avm.enbisys.com"
|
|
27
27
|
s.license = "Unlicense"
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
data/lib/avm_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avm_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- enbisys.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -190,7 +190,7 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 0.2.12
|
|
193
|
-
description: This is api for AVM (automated valuation machine)
|
|
193
|
+
description: This is api client library for AVM (automated valuation machine) - https://avm.enbisys.com
|
|
194
194
|
email:
|
|
195
195
|
- info@enbisys.com
|
|
196
196
|
executables: []
|