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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62e433dd58427db0a4a2ceea70de4a2cc3d5ce6848039469ba3c48942e9e0e91
4
- data.tar.gz: 0b72bc1e3b020ad4960fd476ae3d47454180fd7eb25886ecc56315ac21b0d471
3
+ metadata.gz: ae921deb590ea8327b1adf02d172c28cbe20388fcc44a75a0c929028d1bd84f7
4
+ data.tar.gz: d3f13b1495deabe7f15d3cb6ffb5c2c794cf75ad760505cb4a9f5ec3db2ffd7a
5
5
  SHA512:
6
- metadata.gz: 3eb64fc7e29208cbe13a6b55560486a375641fa731a13a1106dd9e4cb2a537b7f9b5420c81e228467227d47bc5b53d9625ac14da60b66b93422e178f6168fb00
7
- data.tar.gz: 4870493cf84b76ea4c6280028f7a0d3e8dd51be4e82c269465bd66785a8c46f286f3090c414761b3383cb0efb4f479656d9f80b74f76aaa9668be90020153f1c
6
+ metadata.gz: 51129eacf030ff2b4f8ad78bfd09b1a76c88352595e0ad260f55c66fdedd9484e196d31182c01e428bb732f112b860da748d11a79913771bb080a29b2649e908
7
+ data.tar.gz: c84d5470499e016875bfe8aa373c22891813a7302cf113cf2e456a0c17de220d9d1d902692a45e3c1274c7e6f9fc2b046ec8d3b6ebdafe8ba65b8ebc164486ec
data/README.md CHANGED
@@ -1,20 +1,14 @@
1
1
  # avm_client
2
2
 
3
- AvmClient - the Ruby gem for the AVM
3
+ This is api client library for AVM (automated valuation machine) - https://avm.enbisys.com
4
4
 
5
- This is api for AVM (automated valuation machine)
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
- ### Build a gem
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
@@ -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
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.3
11
11
  =end
12
12
 
13
13
  module AvmClient
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
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.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-24 00:00:00.000000000 Z
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: []