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 +4 -4
- data/CHANGELOG.md +3 -2
- data/README.md +1 -74
- data/examples/csv_verify/verify.rb +1 -1
- data/lib/lob/version.rb +1 -1
- 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: cba07a0c8f145a8df9e935499f91a0dd6d1554f97b9ba8479b2fcd4ccaa5d3b9
|
4
|
+
data.tar.gz: 8d48e11c13ba9a5d611a161ad6c9d78a315464f610910ec71f553cd365ccf0b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
- [**
|
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
|
-
|
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
|
|
data/lib/lob/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2021-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|