lob 5.4.0 → 5.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d920a5ff8b4358b54f44f6812d0e38f976c1b248c5a7b9154c3d6eff9226869
4
- data.tar.gz: b26009d8e3757fbebb1af09028667288481d7acb5afe79b0b7617c096017d7b3
3
+ metadata.gz: cba07a0c8f145a8df9e935499f91a0dd6d1554f97b9ba8479b2fcd4ccaa5d3b9
4
+ data.tar.gz: 8d48e11c13ba9a5d611a161ad6c9d78a315464f610910ec71f553cd365ccf0b9
5
5
  SHA512:
6
- metadata.gz: 4f37e760d4b69d4cedcc9226c800807f8a100031a0c27dfc9a3390bf7851fd873f4b597332deec652e4c20ff27cf92d9aa949b7f92c574f6b66cf18373fd92c8
7
- data.tar.gz: a4af769be0508a03a1f0b87223f07ebdb468971b2374aaaa8de099342d877950c6a25b9c7f92f845214c6586d0d563f7cec0039dafecce70191f3f0fb1ef740c
6
+ metadata.gz: 010dd2a65e955352fec5e191c306e980a29ab40cb45b41b557c47e27edf9dad1f0e63067fc2758a9366163ed36f16d426f2ca1bebe8088be2bbc86deeee334bc
7
+ data.tar.gz: 49d65f5c597defa7a3989c6888869e12870736724970598c44c4e6460775f48ab0340d32e41dbf87c8c0a4f32d0fac2a7bc4feef45eee591ed0a21c295c7d31b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
+ ## [**5.4.1**](https://github.com/lob/lob-ruby/releases/tag/v5.4.1) (2021-09-28)
2
+ - [**193**](https://github.com/lob/lob-ruby/pull/193) Minor patches
1
3
  ## [**5.4.0**](https://github.com/lob/lob-ruby/releases/tag/v5.4.0) (2021-09-21)
2
- - [**192**](https://github.com/lob/lob-ruby/pull/192) updated to 3.0.0
3
- - [**191**](https://github.com/lob/lob-ruby/pull/191) feat(us_verifications): Reverse Geocoding endpoint
4
+ - [**191**](https://github.com/lob/lob-ruby/pull/191) Add support for reverse geocoding endpoint
4
5
  ## [**5.3.0**](https://github.com/lob/lob-ruby/releases/tag/v5.3.0) (2021-08-25)
5
6
  - [**190**](https://github.com/lob/lob-ruby/pull/190) Adds support for bulk AV endpoints
6
7
  ## [**5.2.0**](https://github.com/lob/lob-ruby/releases/tag/v5.2.0) (2021-05-03)
data/README.md CHANGED
@@ -113,80 +113,7 @@ There are simple scripts to demonstrate how to create all the core Lob objects (
113
113
 
114
114
  ## API Documentation
115
115
 
116
- - [Introduction](https://lob.com/docs/ruby#introduction)
117
- - [Versioning](https://lob.com/docs/ruby#version)
118
- - [Errors](https://lob.com/docs/ruby#errors)
119
- - [Rate Limiting](https://lob.com/docs/ruby#rate-limits)
120
- - [Webhooks](https://lob.com/docs/ruby#webhooks)
121
- - [Cancellation Windows](https://lob.com/docs/ruby#cancellation)
122
- - [Scheduled Mailings](https://lob.com/docs/ruby#scheduled)
123
- - [Metadata](https://lob.com/docs/ruby#metadata)
124
- - [HTML Templates](https://lob.com/docs/ruby#templates)
125
- - [Asset URLs](https://lob.com/docs/ruby#urls)
126
- - **Addresses**
127
- - [Address Book](https://lob.com/docs/ruby#addresses)
128
- - [The Address Object](https://lob.com/docs/ruby#addresses_object)
129
- - [Create an Address](https://lob.com/docs/ruby#addresses_create)
130
- - [Retrieve an Address](https://lob.com/docs/ruby#addresses_retrieve)
131
- - [Delete an Address](https://lob.com/docs/ruby#addresses_delete)
132
- - [List all Addresses](https://lob.com/docs/ruby#addresses_list)
133
- - **US Verification API**
134
- - [US Verification API](https://lob.com/docs/ruby#us_verifications)
135
- - [The US Verification Object](https://lob.com/docs/ruby#us_verifications_object)
136
- - [Verify a US Address](https://lob.com/docs/ruby#us_verifications_create)
137
- - [Bulk Verify US Addresses](https://lob.com/docs/ruby#bulk_us_verifications_create)
138
- - [The US Zip Lookup Object](https://lob.com/docs/ruby#us_zip_lookups_object)
139
- - [Lookup a US Zip Code](https://lob.com/docs/ruby#us_zip_lookups_create)
140
- - [US Autocompletion API](https://lob.com/docs/ruby#us_autocompletions)
141
- - [The US Autocompletion Object](https://lob.com/docs/ruby#us_autocompletions_object)
142
- - [Autocomplete a US Address](https://lob.com/docs/ruby#us_autocompletions_create)
143
- - [The US Autocompletion Test Environment](https://lob.com/docs/ruby#us-autocompletions-test-environment)
144
- - **Int'l Verification API**
145
- - [International Verifications](https://lob.com/docs/ruby#intl_verifications)
146
- - [Verify an International Address](https://lob.com/docs/ruby#intl_verifications_create)
147
- - [Bulk Verify International Addresses](https://lob.com/docs/ruby#bulk_intl_verifications_create)
148
- - **Postcards API**
149
- - [Postcards](https://lob.com/docs/ruby#postcards)
150
- - [The Postcard Object](https://lob.com/docs/ruby#postcards_object)
151
- - [Create a Postcard](https://lob.com/docs/ruby#postcards_create)
152
- - [Retrieve a Postcard](https://lob.com/docs/ruby#postcards_retrieve)
153
- - [Cancel a Postcard](https://lob.com/docs/ruby#postcards_delete)
154
- - [List all Postcards](https://lob.com/docs/ruby#postcards_list)
155
- - **Self Mailers API**
156
- - [Self Mailers](https://lob.com/docs/ruby#self_mailers)
157
- - [The Self Mailer Object](https://lob.com/docs/ruby#self_mailers_object)
158
- - [Create a Self Mailer](https://lob.com/docs/ruby#self_mailers_create)
159
- - [Retrieve a Self Mailer](https://lob.com/docs/ruby#self_mailers_retrieve)
160
- - [Cancel a Self Mailer](https://lob.com/docs/ruby#self_mailers_delete)
161
- - [List all Self Mailers](https://lob.com/docs/ruby#self_mailers_list)
162
- - **Letters API**
163
- - [Letters](https://lob.com/docs/ruby#letters)
164
- - [The Letter Object](https://lob.com/docs/ruby#letters_object)
165
- - [Create a Letter](https://lob.com/docs/ruby#letters_create)
166
- - [Retrieve a Letter](https://lob.com/docs/ruby#letters_retrieve)
167
- - [Cancel a Letter](https://lob.com/docs/ruby#letters_delete)
168
- - [List all Letters](https://lob.com/docs/ruby#letters_list)
169
- - **Checks API**
170
- - [Checks](https://lob.com/docs/ruby#checks)
171
- - [The Check Object](https://lob.com/docs/ruby#checks_object)
172
- - [Create a Check](https://lob.com/docs/ruby#checks_create)
173
- - [Retrieve a Check](https://lob.com/docs/ruby#checks_retrieve)
174
- - [Cancel a Check](https://lob.com/docs/ruby#checks_delete)
175
- - [List all Checks](https://lob.com/docs/ruby#checks_list)
176
- - [Bank Accounts](https://lob.com/docs/ruby#bank-accounts)
177
- - [The Bank Account Object](https://lob.com/docs/ruby#bankaccounts_object)
178
- - [Create a Bank Account](https://lob.com/docs/ruby#bankaccounts_create)
179
- - [Retrieve a Bank Account](https://lob.com/docs/ruby#bankaccounts_retrieve)
180
- - [Delete a Bank Account](https://lob.com/docs/ruby#bankaccounts_delete)
181
- - [Verify a Bank Account](https://lob.com/docs/ruby#bankaccounts_verify)
182
- - [List all Bank Accounts](https://lob.com/docs/ruby#bankaccounts_list)
183
- - **Appendix**
184
- - [API Changelog](https://lob.com/docs/ruby#changelog)
185
- - [The Tracking Event Object](https://lob.com/docs/ruby#tracking_event_object)
186
- - [Events](https://lob.com/docs/ruby#events)
187
- - [HTML Examples](https://lob.com/docs/ruby#html-examples)
188
- - [Image Prepping](https://lob.com/docs/ruby#prepping)
189
- - [US Verification Details](https://lob.com/docs/ruby#us_verification_details)
116
+ The full and comprehensive documentation of Lob's APIs is available [here](https://docs.lob.com/).
190
117
 
191
118
  ## Contributing
192
119
 
@@ -5,7 +5,7 @@ require 'lob'
5
5
  require 'pp'
6
6
 
7
7
  # Initialize Lob object
8
- lob = Lob::Client.new(api_key: 'live_ef27c53a56d2b1a4f6cff194f98eae91175')
8
+ lob = Lob::Client.new(api_key: 'YOUR_API_KEY')
9
9
 
10
10
  output = File.open(File.expand_path('../output.csv', __FILE__), 'w')
11
11
 
data/lib/lob/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lob
2
- VERSION = "5.4.0"
2
+ VERSION = "5.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lob
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lob
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-21 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client