lob 5.4.5 → 6.0.0.pre.rc

Sign up to get free protection for your applications and to get access to all the features.
Files changed (481) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +6 -1
  3. data/Gemfile.lock +70 -0
  4. data/LICENSE +21 -0
  5. data/README.md +88 -91
  6. data/Rakefile +7 -5
  7. data/__tests__/Api/Address.unit.rb +210 -0
  8. data/__tests__/Api/BankAccount.unit.rb +244 -0
  9. data/__tests__/Api/BillingGroup.unit.rb +170 -0
  10. data/__tests__/Api/Card.unit.rb +183 -0
  11. data/__tests__/Api/CardOrder.unit.rb +89 -0
  12. data/__tests__/Api/Check.unit.rb +185 -0
  13. data/__tests__/Api/IntlAutocompletion.unit.rb +43 -0
  14. data/__tests__/Api/IntlVerification.unit.rb +71 -0
  15. data/__tests__/Api/Letter.unit.rb +191 -0
  16. data/__tests__/Api/Postcard.unit.rb +189 -0
  17. data/__tests__/Api/ReverseGeocodeLookup.unit.rb +43 -0
  18. data/__tests__/Api/SelfMailer.unit.rb +190 -0
  19. data/__tests__/Api/Template.unit.rb +165 -0
  20. data/__tests__/Api/TemplateVersion.unit.rb +165 -0
  21. data/__tests__/Api/UsAutocompletion.unit.rb +42 -0
  22. data/__tests__/Api/UsVerification.unit.rb +71 -0
  23. data/__tests__/Api/ZipLookup.unit.rb +42 -0
  24. data/__tests__/Integration/Address.spec.rb +200 -0
  25. data/__tests__/Integration/BankAccount.spec.rb +243 -0
  26. data/__tests__/Integration/BillingGroup.spec.rb +163 -0
  27. data/__tests__/Integration/Card.spec.rb +198 -0
  28. data/__tests__/Integration/CardOrder.spec.rb +122 -0
  29. data/__tests__/Integration/Check.spec.rb +361 -0
  30. data/__tests__/Integration/IntlAutocompletion.spec.rb +54 -0
  31. data/__tests__/Integration/IntlVerification.spec.rb +90 -0
  32. data/__tests__/Integration/Letter.spec.rb +286 -0
  33. data/__tests__/Integration/Postcard.spec.rb +214 -0
  34. data/__tests__/Integration/ReverseGeocodeLookup.spec.rb +30 -0
  35. data/__tests__/Integration/SelfMailer.spec.rb +264 -0
  36. data/__tests__/Integration/Template.spec.rb +221 -0
  37. data/__tests__/Integration/TemplateVersion.spec.rb +275 -0
  38. data/__tests__/Integration/UsAutocompletion.spec.rb +54 -0
  39. data/__tests__/Integration/UsVerification.spec.rb +102 -0
  40. data/__tests__/Integration/ZipLookup.spec.rb +29 -0
  41. data/__tests__/TestFixtures.rb +36 -0
  42. data/docs/Address.md +52 -0
  43. data/docs/AddressDeletion.md +22 -0
  44. data/docs/AddressDomestic.md +40 -0
  45. data/docs/AddressDomesticExpanded.md +40 -0
  46. data/docs/AddressEditable.md +40 -0
  47. data/docs/AddressList.md +28 -0
  48. data/docs/AddressesApi.md +303 -0
  49. data/docs/BankAccount.md +44 -0
  50. data/docs/BankAccountDeletion.md +22 -0
  51. data/docs/BankAccountList.md +28 -0
  52. data/docs/BankAccountVerify.md +18 -0
  53. data/docs/BankAccountWritable.md +28 -0
  54. data/docs/BankAccountsApi.md +376 -0
  55. data/docs/BankTypeEnum.md +15 -0
  56. data/docs/BillingGroup.md +28 -0
  57. data/docs/BillingGroupEditable.md +20 -0
  58. data/docs/BillingGroupList.md +26 -0
  59. data/docs/BillingGroupsApi.md +305 -0
  60. data/docs/Buckslip.md +60 -0
  61. data/docs/BuckslipDeletion.md +20 -0
  62. data/docs/BuckslipEditable.md +24 -0
  63. data/docs/BuckslipOrder.md +42 -0
  64. data/docs/BuckslipOrderEditable.md +18 -0
  65. data/docs/BuckslipOrdersApi.md +157 -0
  66. data/docs/BuckslipOrdersList.md +26 -0
  67. data/docs/BuckslipUpdatable.md +22 -0
  68. data/docs/BuckslipsApi.md +372 -0
  69. data/docs/BuckslipsList.md +28 -0
  70. data/docs/BulkError.md +18 -0
  71. data/docs/BulkErrorProperties.md +20 -0
  72. data/docs/Campaign.md +52 -0
  73. data/docs/CampaignCreative.md +42 -0
  74. data/docs/CampaignDeletion.md +20 -0
  75. data/docs/CampaignUpdatable.md +36 -0
  76. data/docs/CampaignWritable.md +36 -0
  77. data/docs/CampaignsApi.md +376 -0
  78. data/docs/CampaignsList.md +28 -0
  79. data/docs/Card.md +54 -0
  80. data/docs/CardDeletion.md +22 -0
  81. data/docs/CardEditable.md +24 -0
  82. data/docs/CardList.md +28 -0
  83. data/docs/CardOrder.md +42 -0
  84. data/docs/CardOrderEditable.md +18 -0
  85. data/docs/CardOrderList.md +26 -0
  86. data/docs/CardOrdersApi.md +157 -0
  87. data/docs/CardUpdatable.md +22 -0
  88. data/docs/CardsApi.md +372 -0
  89. data/docs/Check.md +68 -0
  90. data/docs/CheckDeletion.md +22 -0
  91. data/docs/CheckEditable.md +48 -0
  92. data/docs/CheckList.md +28 -0
  93. data/docs/ChecksApi.md +315 -0
  94. data/docs/CmpScheduleType.md +15 -0
  95. data/docs/CmpUseType.md +15 -0
  96. data/docs/CountryExtended.md +15 -0
  97. data/docs/CountryExtendedExpanded.md +15 -0
  98. data/docs/CreativePatch.md +22 -0
  99. data/docs/CreativeResponse.md +42 -0
  100. data/docs/CreativeWritable.md +34 -0
  101. data/docs/CreativesApi.md +226 -0
  102. data/docs/CustomEnvelopeReturned.md +22 -0
  103. data/docs/DefaultApi.md +75 -0
  104. data/docs/DeliverabilityAnalysis.md +34 -0
  105. data/docs/DpvFootnote.md +15 -0
  106. data/docs/EngineHtml.md +15 -0
  107. data/docs/EventType.md +24 -0
  108. data/docs/Events.md +28 -0
  109. data/docs/Export.md +32 -0
  110. data/docs/ExportModel.md +18 -0
  111. data/docs/GeocodeAddresses.md +20 -0
  112. data/docs/GeocodeComponents.md +20 -0
  113. data/docs/HTTPValidationError.md +18 -0
  114. data/docs/IdentityValidation.md +34 -0
  115. data/docs/IdentityValidationApi.md +78 -0
  116. data/docs/InlineObject.md +18 -0
  117. data/docs/IntlAutocompletions.md +20 -0
  118. data/docs/IntlAutocompletionsApi.md +82 -0
  119. data/docs/IntlAutocompletionsWritable.md +26 -0
  120. data/docs/IntlComponents.md +26 -0
  121. data/docs/IntlSuggestions.md +30 -0
  122. data/docs/IntlVerification.md +38 -0
  123. data/docs/IntlVerificationOrError.md +40 -0
  124. data/docs/IntlVerificationWritable.md +32 -0
  125. data/docs/IntlVerifications.md +20 -0
  126. data/docs/IntlVerificationsApi.md +153 -0
  127. data/docs/IntlVerificationsPayload.md +18 -0
  128. data/docs/Letter.md +72 -0
  129. data/docs/LetterCustomEnvelope.md +22 -0
  130. data/docs/LetterDeletion.md +22 -0
  131. data/docs/LetterDetailsReturned.md +36 -0
  132. data/docs/LetterDetailsWritable.md +32 -0
  133. data/docs/LetterEditable.md +52 -0
  134. data/docs/LetterList.md +28 -0
  135. data/docs/LettersApi.md +317 -0
  136. data/docs/LobConfidenceScore.md +20 -0
  137. data/docs/LobError.md +22 -0
  138. data/docs/Location.md +20 -0
  139. data/docs/LocationAnalysis.md +22 -0
  140. data/docs/MailType.md +15 -0
  141. data/docs/MultiLineAddress.md +32 -0
  142. data/docs/MultipleComponents.md +30 -0
  143. data/docs/MultipleComponentsIntl.md +30 -0
  144. data/docs/MultipleComponentsList.md +18 -0
  145. data/docs/PlaceholderModel.md +28 -0
  146. data/docs/Postcard.md +60 -0
  147. data/docs/PostcardDeletion.md +22 -0
  148. data/docs/PostcardDetailsReturned.md +26 -0
  149. data/docs/PostcardDetailsWritable.md +20 -0
  150. data/docs/PostcardEditable.md +40 -0
  151. data/docs/PostcardList.md +28 -0
  152. data/docs/PostcardSize.md +15 -0
  153. data/docs/PostcardsApi.md +317 -0
  154. data/docs/QrCode.md +30 -0
  155. data/docs/ReturnEnvelope.md +24 -0
  156. data/docs/ReverseGeocode.md +22 -0
  157. data/docs/ReverseGeocodeLookupsApi.md +82 -0
  158. data/docs/SelfMailer.md +48 -0
  159. data/docs/SelfMailerDeletion.md +22 -0
  160. data/docs/SelfMailerEditable.md +38 -0
  161. data/docs/SelfMailerList.md +28 -0
  162. data/docs/SelfMailerSize.md +15 -0
  163. data/docs/SelfMailersApi.md +317 -0
  164. data/docs/SortBy.md +20 -0
  165. data/docs/SortBy1.md +20 -0
  166. data/docs/SortBy2.md +20 -0
  167. data/docs/SortBy3.md +20 -0
  168. data/docs/SortByDateModified.md +20 -0
  169. data/docs/Suggestions.md +26 -0
  170. data/docs/Template.md +34 -0
  171. data/docs/TemplateDeletion.md +22 -0
  172. data/docs/TemplateList.md +28 -0
  173. data/docs/TemplateUpdate.md +20 -0
  174. data/docs/TemplateVersion.md +36 -0
  175. data/docs/TemplateVersionDeletion.md +22 -0
  176. data/docs/TemplateVersionList.md +28 -0
  177. data/docs/TemplateVersionUpdatable.md +20 -0
  178. data/docs/TemplateVersionWritable.md +22 -0
  179. data/docs/TemplateVersionsApi.md +384 -0
  180. data/docs/TemplateWritable.md +24 -0
  181. data/docs/TemplatesApi.md +376 -0
  182. data/docs/Thumbnail.md +22 -0
  183. data/docs/TrackingEventCertified.md +34 -0
  184. data/docs/TrackingEventDetails.md +24 -0
  185. data/docs/TrackingEventNormal.md +34 -0
  186. data/docs/Upload.md +44 -0
  187. data/docs/UploadCreateExport.md +20 -0
  188. data/docs/UploadFile.md +20 -0
  189. data/docs/UploadState.md +15 -0
  190. data/docs/UploadUpdatable.md +20 -0
  191. data/docs/UploadWritable.md +18 -0
  192. data/docs/UploadsApi.md +584 -0
  193. data/docs/UsAutocompletions.md +22 -0
  194. data/docs/UsAutocompletionsApi.md +78 -0
  195. data/docs/UsAutocompletionsWritable.md +26 -0
  196. data/docs/UsComponents.md +68 -0
  197. data/docs/UsVerification.md +38 -0
  198. data/docs/UsVerificationOrError.md +40 -0
  199. data/docs/UsVerifications.md +20 -0
  200. data/docs/UsVerificationsApi.md +157 -0
  201. data/docs/UsVerificationsWritable.md +32 -0
  202. data/docs/ValidationError.md +22 -0
  203. data/docs/Zip.md +26 -0
  204. data/docs/ZipCodeType.md +15 -0
  205. data/docs/ZipEditable.md +18 -0
  206. data/docs/ZipLookupCity.md +26 -0
  207. data/docs/ZipLookupsApi.md +78 -0
  208. data/git_push.sh +57 -0
  209. data/lib/openapi_client/api/addresses_api.rb +318 -0
  210. data/lib/openapi_client/api/bank_accounts_api.rb +397 -0
  211. data/lib/openapi_client/api/billing_groups_api.rb +320 -0
  212. data/lib/openapi_client/api/buckslip_orders_api.rb +183 -0
  213. data/lib/openapi_client/api/buckslips_api.rb +382 -0
  214. data/lib/openapi_client/api/campaigns_api.rb +389 -0
  215. data/lib/openapi_client/api/card_orders_api.rb +183 -0
  216. data/lib/openapi_client/api/cards_api.rb +382 -0
  217. data/lib/openapi_client/api/checks_api.rb +337 -0
  218. data/lib/openapi_client/api/creatives_api.rb +244 -0
  219. data/lib/openapi_client/api/default_api.rb +79 -0
  220. data/lib/openapi_client/api/identity_validation_api.rb +90 -0
  221. data/lib/openapi_client/api/intl_autocompletions_api.rb +97 -0
  222. data/lib/openapi_client/api/intl_verifications_api.rb +165 -0
  223. data/lib/openapi_client/api/letters_api.rb +340 -0
  224. data/lib/openapi_client/api/postcards_api.rb +340 -0
  225. data/lib/openapi_client/api/reverse_geocode_lookups_api.rb +101 -0
  226. data/lib/openapi_client/api/self_mailers_api.rb +340 -0
  227. data/lib/openapi_client/api/template_versions_api.rb +440 -0
  228. data/lib/openapi_client/api/templates_api.rb +397 -0
  229. data/lib/openapi_client/api/uploads_api.rb +604 -0
  230. data/lib/openapi_client/api/us_autocompletions_api.rb +90 -0
  231. data/lib/openapi_client/api/us_verifications_api.rb +172 -0
  232. data/lib/openapi_client/api/zip_lookups_api.rb +90 -0
  233. data/lib/openapi_client/api_client.rb +392 -0
  234. data/lib/openapi_client/api_error.rb +57 -0
  235. data/lib/openapi_client/configuration.rb +279 -0
  236. data/lib/openapi_client/models/address.rb +616 -0
  237. data/lib/openapi_client/models/address_deletion.rb +303 -0
  238. data/lib/openapi_client/models/address_domestic.rb +522 -0
  239. data/lib/openapi_client/models/address_domestic_expanded.rb +521 -0
  240. data/lib/openapi_client/models/address_editable.rb +503 -0
  241. data/lib/openapi_client/models/address_list.rb +324 -0
  242. data/lib/openapi_client/models/bank_account.rb +576 -0
  243. data/lib/openapi_client/models/bank_account_deletion.rb +303 -0
  244. data/lib/openapi_client/models/bank_account_list.rb +324 -0
  245. data/lib/openapi_client/models/bank_account_verify.rb +264 -0
  246. data/lib/openapi_client/models/bank_account_writable.rb +387 -0
  247. data/lib/openapi_client/models/bank_type_enum.rb +37 -0
  248. data/lib/openapi_client/models/billing_group.rb +395 -0
  249. data/lib/openapi_client/models/billing_group_editable.rb +278 -0
  250. data/lib/openapi_client/models/billing_group_list.rb +314 -0
  251. data/lib/openapi_client/models/buckslip.rb +814 -0
  252. data/lib/openapi_client/models/buckslip_deletion.rb +257 -0
  253. data/lib/openapi_client/models/buckslip_editable.rb +316 -0
  254. data/lib/openapi_client/models/buckslip_order.rb +438 -0
  255. data/lib/openapi_client/models/buckslip_order_editable.rb +262 -0
  256. data/lib/openapi_client/models/buckslip_orders_list.rb +312 -0
  257. data/lib/openapi_client/models/buckslip_updatable.rb +289 -0
  258. data/lib/openapi_client/models/buckslips_list.rb +324 -0
  259. data/lib/openapi_client/models/bulk_error.rb +229 -0
  260. data/lib/openapi_client/models/bulk_error_properties.rb +274 -0
  261. data/lib/openapi_client/models/campaign.rb +549 -0
  262. data/lib/openapi_client/models/campaign_creative.rb +467 -0
  263. data/lib/openapi_client/models/campaign_deletion.rb +257 -0
  264. data/lib/openapi_client/models/campaign_updatable.rb +341 -0
  265. data/lib/openapi_client/models/campaign_writable.rb +373 -0
  266. data/lib/openapi_client/models/campaigns_list.rb +324 -0
  267. data/lib/openapi_client/models/card.rb +681 -0
  268. data/lib/openapi_client/models/card_deletion.rb +303 -0
  269. data/lib/openapi_client/models/card_editable.rb +318 -0
  270. data/lib/openapi_client/models/card_list.rb +324 -0
  271. data/lib/openapi_client/models/card_order.rb +438 -0
  272. data/lib/openapi_client/models/card_order_editable.rb +261 -0
  273. data/lib/openapi_client/models/card_order_list.rb +273 -0
  274. data/lib/openapi_client/models/card_updatable.rb +289 -0
  275. data/lib/openapi_client/models/check.rb +802 -0
  276. data/lib/openapi_client/models/check_deletion.rb +303 -0
  277. data/lib/openapi_client/models/check_editable.rb +527 -0
  278. data/lib/openapi_client/models/check_list.rb +324 -0
  279. data/lib/openapi_client/models/cmp_schedule_type.rb +36 -0
  280. data/lib/openapi_client/models/cmp_use_type.rb +38 -0
  281. data/lib/openapi_client/models/country_extended.rb +254 -0
  282. data/lib/openapi_client/models/country_extended_expanded.rb +255 -0
  283. data/lib/openapi_client/models/creative_patch.rb +274 -0
  284. data/lib/openapi_client/models/creative_response.rb +444 -0
  285. data/lib/openapi_client/models/creative_writable.rb +400 -0
  286. data/lib/openapi_client/models/custom_envelope_returned.rb +319 -0
  287. data/lib/openapi_client/models/deliverability_analysis.rb +451 -0
  288. data/lib/openapi_client/models/dpv_footnote.rb +50 -0
  289. data/lib/openapi_client/models/engine_html.rb +37 -0
  290. data/lib/openapi_client/models/event_type.rb +325 -0
  291. data/lib/openapi_client/models/events.rb +365 -0
  292. data/lib/openapi_client/models/export.rb +422 -0
  293. data/lib/openapi_client/models/export_model.rb +262 -0
  294. data/lib/openapi_client/models/geocode_addresses.rb +237 -0
  295. data/lib/openapi_client/models/geocode_components.rb +291 -0
  296. data/lib/openapi_client/models/http_validation_error.rb +230 -0
  297. data/lib/openapi_client/models/identity_validation.rb +460 -0
  298. data/lib/openapi_client/models/inline_object.rb +229 -0
  299. data/lib/openapi_client/models/intl_autocompletions.rb +282 -0
  300. data/lib/openapi_client/models/intl_autocompletions_writable.rb +278 -0
  301. data/lib/openapi_client/models/intl_components.rb +314 -0
  302. data/lib/openapi_client/models/intl_suggestions.rb +372 -0
  303. data/lib/openapi_client/models/intl_verification.rb +463 -0
  304. data/lib/openapi_client/models/intl_verification_or_error.rb +466 -0
  305. data/lib/openapi_client/models/intl_verification_writable.rb +388 -0
  306. data/lib/openapi_client/models/intl_verifications.rb +250 -0
  307. data/lib/openapi_client/models/intl_verifications_payload.rb +263 -0
  308. data/lib/openapi_client/models/letter.rb +716 -0
  309. data/lib/openapi_client/models/letter_custom_envelope.rb +300 -0
  310. data/lib/openapi_client/models/letter_deletion.rb +303 -0
  311. data/lib/openapi_client/models/letter_details_returned.rb +393 -0
  312. data/lib/openapi_client/models/letter_details_writable.rb +390 -0
  313. data/lib/openapi_client/models/letter_editable.rb +522 -0
  314. data/lib/openapi_client/models/letter_list.rb +324 -0
  315. data/lib/openapi_client/models/lob_confidence_score.rb +299 -0
  316. data/lib/openapi_client/models/lob_error.rb +296 -0
  317. data/lib/openapi_client/models/location.rb +289 -0
  318. data/lib/openapi_client/models/location_analysis.rb +305 -0
  319. data/lib/openapi_client/models/mail_type.rb +37 -0
  320. data/lib/openapi_client/models/multi_line_address.rb +431 -0
  321. data/lib/openapi_client/models/multiple_components.rb +405 -0
  322. data/lib/openapi_client/models/multiple_components_intl.rb +377 -0
  323. data/lib/openapi_client/models/multiple_components_list.rb +263 -0
  324. data/lib/openapi_client/models/placeholder_model.rb +273 -0
  325. data/lib/openapi_client/models/postcard.rb +646 -0
  326. data/lib/openapi_client/models/postcard_deletion.rb +303 -0
  327. data/lib/openapi_client/models/postcard_details_returned.rb +321 -0
  328. data/lib/openapi_client/models/postcard_details_writable.rb +242 -0
  329. data/lib/openapi_client/models/postcard_editable.rb +383 -0
  330. data/lib/openapi_client/models/postcard_list.rb +324 -0
  331. data/lib/openapi_client/models/postcard_size.rb +38 -0
  332. data/lib/openapi_client/models/qr_code.rb +339 -0
  333. data/lib/openapi_client/models/return_envelope.rb +258 -0
  334. data/lib/openapi_client/models/reverse_geocode.rb +304 -0
  335. data/lib/openapi_client/models/self_mailer.rb +574 -0
  336. data/lib/openapi_client/models/self_mailer_deletion.rb +303 -0
  337. data/lib/openapi_client/models/self_mailer_editable.rb +374 -0
  338. data/lib/openapi_client/models/self_mailer_list.rb +324 -0
  339. data/lib/openapi_client/models/self_mailer_size.rb +38 -0
  340. data/lib/openapi_client/models/sort_by.rb +283 -0
  341. data/lib/openapi_client/models/sort_by1.rb +283 -0
  342. data/lib/openapi_client/models/sort_by2.rb +283 -0
  343. data/lib/openapi_client/models/sort_by3.rb +283 -0
  344. data/lib/openapi_client/models/sort_by_date_modified.rb +283 -0
  345. data/lib/openapi_client/models/suggestions.rb +343 -0
  346. data/lib/openapi_client/models/template.rb +406 -0
  347. data/lib/openapi_client/models/template_deletion.rb +303 -0
  348. data/lib/openapi_client/models/template_list.rb +324 -0
  349. data/lib/openapi_client/models/template_update.rb +272 -0
  350. data/lib/openapi_client/models/template_version.rb +423 -0
  351. data/lib/openapi_client/models/template_version_deletion.rb +303 -0
  352. data/lib/openapi_client/models/template_version_list.rb +324 -0
  353. data/lib/openapi_client/models/template_version_updatable.rb +257 -0
  354. data/lib/openapi_client/models/template_version_writable.rb +291 -0
  355. data/lib/openapi_client/models/template_writable.rb +309 -0
  356. data/lib/openapi_client/models/thumbnail.rb +300 -0
  357. data/lib/openapi_client/models/tracking_event_certified.rb +419 -0
  358. data/lib/openapi_client/models/tracking_event_details.rb +308 -0
  359. data/lib/openapi_client/models/tracking_event_normal.rb +409 -0
  360. data/lib/openapi_client/models/upload.rb +491 -0
  361. data/lib/openapi_client/models/upload_create_export.rb +283 -0
  362. data/lib/openapi_client/models/upload_file.rb +283 -0
  363. data/lib/openapi_client/models/upload_state.rb +42 -0
  364. data/lib/openapi_client/models/upload_updatable.rb +240 -0
  365. data/lib/openapi_client/models/upload_writable.rb +255 -0
  366. data/lib/openapi_client/models/us_autocompletions.rb +328 -0
  367. data/lib/openapi_client/models/us_autocompletions_writable.rb +274 -0
  368. data/lib/openapi_client/models/us_components.rb +761 -0
  369. data/lib/openapi_client/models/us_verification.rb +451 -0
  370. data/lib/openapi_client/models/us_verification_or_error.rb +459 -0
  371. data/lib/openapi_client/models/us_verifications.rb +250 -0
  372. data/lib/openapi_client/models/us_verifications_writable.rb +421 -0
  373. data/lib/openapi_client/models/validation_error.rb +263 -0
  374. data/lib/openapi_client/models/zip.rb +363 -0
  375. data/lib/openapi_client/models/zip_code_type.rb +40 -0
  376. data/lib/openapi_client/models/zip_editable.rb +246 -0
  377. data/lib/openapi_client/models/zip_lookup_city.rb +331 -0
  378. data/lib/openapi_client/version.rb +15 -0
  379. data/lib/openapi_client.rb +205 -0
  380. data/openapi_client.gemspec +37 -0
  381. data/spec/api/addresses_api_spec.rb +88 -0
  382. data/spec/api/bank_accounts_api_spec.rb +101 -0
  383. data/spec/api/billing_groups_api_spec.rb +89 -0
  384. data/spec/api/campaigns_api_spec.rb +100 -0
  385. data/spec/api/card_orders_api_spec.rb +62 -0
  386. data/spec/api/cards_api_spec.rb +99 -0
  387. data/spec/api/checks_api_spec.rb +93 -0
  388. data/spec/api/creatives_api_spec.rb +73 -0
  389. data/spec/api/default_api_spec.rb +46 -0
  390. data/spec/api/identity_validation_api_spec.rb +47 -0
  391. data/spec/api/intl_autocompletions_api_spec.rb +48 -0
  392. data/spec/api/intl_verifications_api_spec.rb +60 -0
  393. data/spec/api/letters_api_spec.rb +94 -0
  394. data/spec/api/postcards_api_spec.rb +94 -0
  395. data/spec/api/reverse_geocode_lookups_api_spec.rb +48 -0
  396. data/spec/api/self_mailers_api_spec.rb +94 -0
  397. data/spec/api/template_versions_api_spec.rb +105 -0
  398. data/spec/api/templates_api_spec.rb +101 -0
  399. data/spec/api/uploads_api_spec.rb +135 -0
  400. data/spec/api/us_autocompletions_api_spec.rb +47 -0
  401. data/spec/api/us_verifications_api_spec.rb +61 -0
  402. data/spec/api/zip_lookups_api_spec.rb +47 -0
  403. data/spec/api_client_spec.rb +226 -0
  404. data/spec/configuration_spec.rb +42 -0
  405. data/spec/spec_helper.rb +105 -13
  406. metadata +442 -210
  407. data/.github/workflows/run_tests_job.yml +0 -32
  408. data/.github/workflows/update_gem.yml +0 -27
  409. data/.gitignore +0 -19
  410. data/CHANGELOG.md +0 -146
  411. data/CONTRIBUTING.md +0 -19
  412. data/LICENSE.txt +0 -22
  413. data/examples/README.md +0 -111
  414. data/examples/checks.rb +0 -49
  415. data/examples/csv_checks/create_checks.rb +0 -48
  416. data/examples/csv_checks/input.csv +0 -6
  417. data/examples/csv_letters/create_letters.rb +0 -41
  418. data/examples/csv_letters/input.csv +0 -6
  419. data/examples/csv_letters/letter_template.html +0 -33
  420. data/examples/csv_postcards/create_postcards.rb +0 -46
  421. data/examples/csv_postcards/input.csv +0 -7
  422. data/examples/csv_postcards/postcard_back.html +0 -38
  423. data/examples/csv_postcards/postcard_front.html +0 -25
  424. data/examples/csv_verify/input.csv +0 -7
  425. data/examples/csv_verify/verify.rb +0 -37
  426. data/examples/letters.rb +0 -73
  427. data/examples/list_postcards_metadata.rb +0 -94
  428. data/examples/postcards.rb +0 -87
  429. data/examples/postcards_idempotent.rb +0 -92
  430. data/examples/postcards_intl.rb +0 -87
  431. data/examples/postcards_remote.rb +0 -87
  432. data/examples/postcards_send_date.rb +0 -97
  433. data/examples/postcards_template.rb +0 -98
  434. data/examples/self_mailers.rb +0 -38
  435. data/lib/lob/client.rb +0 -91
  436. data/lib/lob/errors/invalid_request_error.rb +0 -4
  437. data/lib/lob/errors/lob_error.rb +0 -20
  438. data/lib/lob/resources/address.rb +0 -14
  439. data/lib/lob/resources/bank_account.rb +0 -30
  440. data/lib/lob/resources/bulk_intl_verifications.rb +0 -26
  441. data/lib/lob/resources/bulk_us_verifications.rb +0 -27
  442. data/lib/lob/resources/check.rb +0 -14
  443. data/lib/lob/resources/group.rb +0 -14
  444. data/lib/lob/resources/groups_member.rb +0 -66
  445. data/lib/lob/resources/intl_verifications.rb +0 -26
  446. data/lib/lob/resources/letter.rb +0 -14
  447. data/lib/lob/resources/postcard.rb +0 -14
  448. data/lib/lob/resources/resource_base.rb +0 -150
  449. data/lib/lob/resources/self_mailer.rb +0 -14
  450. data/lib/lob/resources/us_autocompletions.rb +0 -26
  451. data/lib/lob/resources/us_reverse_geocode_lookups.rb +0 -26
  452. data/lib/lob/resources/us_verifications.rb +0 -27
  453. data/lib/lob/resources/us_zip_lookups.rb +0 -26
  454. data/lib/lob/version.rb +0 -3
  455. data/lib/lob.rb +0 -7
  456. data/lob.gemspec +0 -31
  457. data/spec/lob/errors/lob_error_spec.rb +0 -19
  458. data/spec/lob/resources/address_spec.rb +0 -55
  459. data/spec/lob/resources/bank_account_spec.rb +0 -60
  460. data/spec/lob/resources/bulk_intl_verifications_spec.rb +0 -30
  461. data/spec/lob/resources/bulk_us_verifications_spec.rb +0 -37
  462. data/spec/lob/resources/check_spec.rb +0 -119
  463. data/spec/lob/resources/group_spec.rb +0 -50
  464. data/spec/lob/resources/intl_verifications_spec.rb +0 -25
  465. data/spec/lob/resources/letter_spec.rb +0 -114
  466. data/spec/lob/resources/member_spec.rb +0 -65
  467. data/spec/lob/resources/postcard_spec.rb +0 -160
  468. data/spec/lob/resources/resource_base_spec.rb +0 -75
  469. data/spec/lob/resources/self_mailer_spec.rb +0 -177
  470. data/spec/lob/resources/us_autocompletions_spec.rb +0 -24
  471. data/spec/lob/resources/us_reverse_geocode_lookups_spec.rb +0 -22
  472. data/spec/lob/resources/us_verifications_spec.rb +0 -31
  473. data/spec/lob/resources/us_zip_lookups_spec.rb +0 -23
  474. data/spec/lob_spec.rb +0 -48
  475. data/spec/samples/8.5x11.pdf +0 -0
  476. data/spec/samples/postcardback.pdf +2 -2287
  477. data/spec/samples/postcardfront.pdf +1 -1549
  478. data/spec/samples/sfm-12x9-inside.pdf +0 -0
  479. data/spec/samples/sfm-12x9-outside.pdf +0 -0
  480. data/spec/samples/sfm-6x18-inside.pdf +0 -0
  481. data/spec/samples/sfm-6x18-outside.pdf +0 -0
@@ -1,32 +0,0 @@
1
- name: Run tests
2
-
3
- on: [pull_request]
4
- jobs:
5
- ruby_tests:
6
- runs-on: ubuntu-latest
7
- strategy:
8
- matrix:
9
- ruby-version: ['jruby-9.2.9.0', '2.6', '2.7', '3.0']
10
- steps:
11
- - uses: actions/checkout@v2
12
- - name: Setup
13
- uses: ruby/setup-ruby@v1
14
- with:
15
- ruby-version: ${{ matrix.ruby-version }}
16
- - name: Install Dependencies
17
- run: bundle install
18
- - name: Run Tests
19
- env:
20
- API_KEY: ${{ secrets.API_KEY }}
21
- JRUBY_OPT: --2.0
22
- run: bundle exec rake test
23
- - name: Send coverage to Coveralls
24
- uses: coverallsapp/github-action@master
25
- with:
26
- github-token: ${{ secrets.GITHUB_TOKEN }}
27
- path-to-lcov: ./coverage/lcov/lcov.info
28
-
29
-
30
-
31
-
32
-
@@ -1,27 +0,0 @@
1
- name: Publish Gem
2
-
3
- on:
4
- release:
5
- types: [published]
6
-
7
- jobs:
8
- publish_gem:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- - name: Setup
13
- uses: ruby/setup-ruby@v1
14
- with:
15
- ruby-version: 2.7
16
- - name: Install Dependencies
17
- run: bundle install
18
- - name: Publish Gem
19
- run: |
20
- mkdir -p $HOME/.gem
21
- touch $HOME/.gem/credentials
22
- chmod 0600 $HOME/.gem/credentials
23
- printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
24
- gem build *.gemspec
25
- gem push *.gem
26
- env:
27
- GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
data/.gitignore DELETED
@@ -1,19 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- .DS_Store
7
- .idea
8
- Gemfile.lock
9
- InstalledFiles
10
- _yardoc
11
- coverage
12
- doc/
13
- lib/bundler/man
14
- pkg
15
- rdoc
16
- spec/reports
17
- test/tmp
18
- test/version_tmp
19
- tmp
data/CHANGELOG.md DELETED
@@ -1,146 +0,0 @@
1
- ## [**5.4.5**](https://github.com/lob/lob-ruby/releases/tag/v5.4.5) (2022-01-11)
2
- - [**203**](https://github.com/lob/lob-ruby/pull/203) Pass through proxy to rest-client if supplied
3
- ## [**5.4.4**](https://github.com/lob/lob-ruby/releases/tag/v5.4.4) (2021-12-16)
4
- - [**202**](https://github.com/lob/lob-ruby/pull/202) Fix for coveralls API for GH actions and fix for error in resource_base.rb
5
- ## [**5.4.3**](https://github.com/lob/lob-ruby/releases/tag/v5.4.3) (2021-12-15)
6
- - [**199**](https://github.com/lob/lob-ruby/pull/199) Refactor ResourceBase to make the options sent to rest-client more configurable
7
- ## [**5.4.2**](https://github.com/lob/lob-ruby/releases/tag/v5.4.2) (2021-12-08)
8
- - [**198**](https://github.com/lob/lob-ruby/pull/198) specified ruby version in publish action
9
- - [**195**](https://github.com/lob/lob-ruby/pull/195) added links to example scripts in README file & gh actions to release
10
- ## [**5.4.1**](https://github.com/lob/lob-ruby/releases/tag/v5.4.1) (2021-09-28)
11
- - [**193**](https://github.com/lob/lob-ruby/pull/193) Minor patches
12
- ## [**5.4.0**](https://github.com/lob/lob-ruby/releases/tag/v5.4.0) (2021-09-21)
13
- - [**191**](https://github.com/lob/lob-ruby/pull/191) Add support for reverse geocoding endpoint
14
- ## [**5.3.0**](https://github.com/lob/lob-ruby/releases/tag/v5.3.0) (2021-08-25)
15
- - [**190**](https://github.com/lob/lob-ruby/pull/190) Adds support for bulk AV endpoints
16
- ## [**5.2.0**](https://github.com/lob/lob-ruby/releases/tag/v5.2.0) (2021-05-03)
17
- - [**188**](https://github.com/lob/lob-ruby/pull/188) Adds support for Self Mailers
18
- ## 5.1.2 (2021-02-18)
19
-
20
- ##### Chores and Bug Fixes
21
-
22
- - [**185**](https://github.com/lob/lob-ruby/pull/185) Bumps rake to 12.3.3, adds Ruby 2.7, update example asset links, other cleanup.
23
- ## 5.1.1 (2020-05-21)
24
-
25
- ##### Chores
26
-
27
- * **intl-verification:** update international verifications test mode fix ([#179](https://github.com/lob/lob-ruby/pull/179)) ([4ab7e7e2](https://github.com/lob/lob-ruby/commit/4ab7e7e2852706c37b00bd8f2df58207897bc0a3))
28
-
29
- ##### Bug Fixes
30
-
31
- * **merge-variables:** convert to json ([fa93885f](https://github.com/lob/lob-ruby/commit/fa93885f2aab4537e100b82d8a9f53cdec042f2e))
32
-
33
- ## [**5.1.0**](https://github.com/lob/lob-ruby/releases/tag/v5.1.0)
34
- - [**176**](https://github.com/lob/lob-ruby/pull/176) Adds support for Group Members (beta feature)
35
- - [**175**](https://github.com/lob/lob-ruby/pull/175) Adds support for Groups (beta feature)
36
- - [**174**](https://github.com/lob/lob-ruby/pull/174) Add Ruby 2.5-6, remove API keys, other cleanup
37
- - [**173**](https://github.com/lob/lob-ruby/pull/173) Update example asset links
38
-
39
- ## 5.0.0
40
-
41
- Version 5.0.0 introduces a breaking change. It removes support for the area mail resources (`Areas` and `Routes`).
42
-
43
- * Removes `Lob.areas`.
44
- * Removes `Lob.routes`.
45
-
46
- ## [**4.3.0**](https://github.com/lob/lob-ruby/releases/tag/v4.3.0)
47
- - [**171**](https://github.com/lob/lob-ruby/pull/171) add USAutocompletions
48
- - [**170**](https://github.com/lob/lob-ruby/pull/170) Fix test name
49
-
50
- ## [**4.2.0**](https://github.com/lob/lob-ruby/releases/tag/v4.2.0)
51
- - [**169**](https://github.com/lob/lob-ruby/pull/169) Support 'case' param for us_verifications
52
- - [**168**](https://github.com/lob/lob-ruby/pull/168) tweak wording around handling numbers with leading zeros
53
- - [**167**](https://github.com/lob/lob-ruby/pull/167) remove duplicate test
54
- - [**166**](https://github.com/lob/lob-ruby/pull/166) Fix commented check amount in checks.rb example
55
-
56
- ## [**4.1.2**](https://github.com/lob/lob-ruby/releases/tag/v4.1.2)
57
- - [**#165**] (https://github.com/lob/lob-ruby/pull/165) Remove states and countries API resources. Also remove the ability to use postcard.message.
58
-
59
- ## [**4.1.1**](https://github.com/lob/lob-ruby/releases/tag/v4.1.1)
60
- - [**#160**] (https://github.com/lob/lob-ruby/pull/160) adds capability to pass in idempotency headers
61
-
62
- ## [**4.1.0**](https://github.com/lob/lob-ruby/releases/tag/v4.1.0)
63
- - [**#158**] (https://github.com/lob/lob-ruby/pull/158) add US Zip Lookups API endpoint to wrapper
64
-
65
- ## 4.0.0
66
-
67
- Version 4.0.0 introduces a breaking change. It requires a minimum API version of `2017-05-17`, which introduces new US and International Verification APIs.
68
-
69
- * Removes `Lob.addresses.verify()`. Please use `Lob.us_verifications.verify()` and `Lob.intl_verifications.verify() instead.
70
-
71
- ## 3.0.0
72
-
73
- Version 3.0.0 introduces several breaking changes. It requires a minimum API version of `2015-04-11`.
74
-
75
- * Ruby 1.9.3 is no longer supported. lob-ruby now supports Ruby versions at or above 2.0.0.
76
- * Jobs and Objects resources have been deprecated from the gem.
77
- * Resources have been moved from `Lob::V1` to the `Lob::Resources` namespace and have been refactored to contain the HTTP request/response logic..
78
- * Configuration for the Lob Client has been changed. `Lob()`, `Lob.load`, and `Lob.configure` have all been deprecated and replaced with a single method of configuration: `Lob::Client.new(api_key: "your-api-key")`.
79
-
80
- ## [**2.5.1**](https://github.com/lob/lob-ruby/releases/tag/v2.5.1)
81
- - [**#145**] (https://github.com/lob/lob-ruby/pull/145) More lenient rest-client version restriction
82
-
83
- ## [**2.5.0**](https://github.com/lob/lob-ruby/releases/tag/v2.5.0)
84
- - [**#140**] (https://github.com/lob/lob-ruby/pull/140) Adds access to response and headers
85
-
86
- ## [**2.4.0**](https://github.com/lob/lob-ruby/releases/tag/v2.4.0)
87
- - [**#136**] (https://github.com/lob/lob-ruby/pull/136) Adds find to routes
88
-
89
- ## [**2.3.0**](https://github.com/lob/lob-ruby/releases/tag/v2.3.0)
90
- - [**#130**] (https://github.com/lob/lob-ruby/pull/130) Removed services endpoint support
91
-
92
- ## [**2.2.0**](https://github.com/lob/lob-ruby/releases/tag/v2.2.0)
93
- - [**#129**] (https://github.com/lob/lob-ruby/pull/129) Adds support for API version 2015-11-06
94
-
95
- ## [**2.1.2**](https://github.com/lob/lob-ruby/releases/tag/v2.1.2)
96
- - [**#127**] (https://github.com/lob/lob-ruby/pull/127) Ensure JSON.parse is never passes nil
97
-
98
- ## [**2.1.1**](https://github.com/lob/lob-ruby/releases/tag/v2.1.1)
99
- - [**#124**] (https://github.com/lob/lob-ruby/pull/124) routes#find accepts single ZIP code
100
-
101
- ## [**2.1.0**](https://github.com/lob/lob-ruby/releases/tag/v2.1.0)
102
- - [**#119**] (https://github.com/lob/lob-ruby/pull/119) better error messages
103
-
104
- ## [**2.0.1**](https://github.com/lob/lob-ruby/releases/tag/v2.0.1)
105
- - [**#118**] (https://github.com/lob/lob-ruby/pull/118) removed prawn and fixed examples
106
-
107
- ## 2.0.0
108
-
109
- Version 2.0.0 introduces several breaking changes. It requires a minimum API version of `2015-04-11`.
110
-
111
- * The lob-ruby gem no longer converts `city`, `state`, etc. parameters into `address_city`, `address_state`, etc. This change was made to be more consistent with the API and other Lob wrappers, and to prevent confusion.
112
- * The wrapper now returns the raw JSON from the API in all `list` endpoints rather than just the `data` field in the response. This will allow access to additional fields like `count` and `offset`.
113
- * The `packagings` endpoint is not longer supporter in the API, and therefore has been taken out of lob-ruby.
114
-
115
- In addition to these breaking changes, the test suite was cleaned up by removing the unnecessary VCR gem and committing sample upload files to the repository rather than downloading them in rake task.
116
-
117
- ## [**1.13.0**](https://github.com/lob/lob-ruby/releases/tag/v1.13.0)
118
- - [**#112**] (https://github.com/lob/lob-ruby/pull/112) removes Rack dependency
119
-
120
- ## [**1.12.0**](https://github.com/lob/lob-ruby/releases/tag/v1.12.0)
121
- - [**#110**] (https://github.com/lob/lob-ruby/pull/110) fixes metadata filter
122
-
123
- ## [**1.10.0**](https://github.com/lob/lob-ruby/releases/tag/v1.10.0)
124
- - [**#100**] (https://github.com/lob/lob-ruby/pull/100) adds support for Simple Letter Service
125
-
126
- ## [**1.9.2**](https://github.com/lob/lob-ruby/releases/tag/v1.9.2)
127
- - [**#94**] (https://github.com/lob/lob-ruby/pull/94) added bank account verify support
128
-
129
- ## [**1.9.1**](https://github.com/lob/lob-ruby/releases/tag/v1.9.1)
130
- - [**#92**] (https://github.com/lob/lob-ruby/pull/92) don't fix prawn version
131
-
132
- ## [**1.9**](https://github.com/lob/lob-ruby/releases/tag/v1.9.0)
133
- - [**#88**] (https://github.com/lob/lob-ruby/pull/88) default prawn to 1.3.0 for ruby 1.9.3
134
- - [**#91**] (https://github.com/lob/lob-ruby/pull/91) reduce strictness of rest-client version
135
-
136
- ## [**1.8**](https://github.com/lob/lob-ruby/releases/tag/v1.8)
137
- - [**#69**] (https://github.com/lob/lob-ruby/pull/69) fixed spelling in documentation
138
- - [**#71**] (https://github.com/lob/lob-ruby/pull/71) fixed syntax in documentation
139
- - [**#73**] (https://github.com/lob/lob-ruby/pull/73) fixed failing tests
140
- - [**#74**] (https://github.com/lob/lob-ruby/pull/74) added support for setting api_version
141
- - [**#75**] (https://github.com/lob/lob-ruby/pull/75) added version module
142
- - [**#76**] (https://github.com/lob/lob-ruby/pull/76) better error handling
143
-
144
-
145
- ## [**1.7**](https://github.com/lob/lob-ruby/releases/tag/v1.7)
146
- - [**#64**] (https://github.com/lob/lob-ruby/pull/64) changed asset URLs to use lob-assets bucket
data/CONTRIBUTING.md DELETED
@@ -1,19 +0,0 @@
1
- # How to contribute
2
-
3
- We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes.
4
-
5
- Make sure you have Ruby 2.0 installed. Copy and paste the following commands in your projects directory.
6
-
7
- git clone https://github.com/lob/lob-ruby.git
8
- cd lob-ruby
9
- bundle install
10
-
11
- ## Contributing Instructions
12
-
13
- 1. Fork it
14
- 2. Create your feature branch (`git checkout -b my-new-feature`)
15
- 3. Commit your changes (`git commit -am 'Add some feature'`)
16
- 4. Push to the branch (`git push origin my-new-feature`)
17
- 5. Make sure the tests pass
18
- 6. Open up coverage/index.html in your browser and add tests if required
19
- 7. Create new Pull Request
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Lob.com
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/examples/README.md DELETED
@@ -1,111 +0,0 @@
1
- # Ruby Examples
2
-
3
- Here we have put together a handful of ruby examples to help get you started. Please read through the official [API Documentation](https://docs.lob.com) to get a complete sense of what to expect from each endpoint. As always, feel free to [contact us](https://lob.com/support) directly if you have any questions on implementation. Thank you for using Lob!
4
-
5
- To run these example commands, make sure you have a supported version of Ruby installed, including all the necessary gems.
6
-
7
- ## [/csv_checks/](./csv_checks/)
8
-
9
- An example showing how to dynamically create checks from a CSV using HTML, merge variables, and Lob's [Checks API](https://lob.com/services/checks).
10
-
11
- ```
12
- bundle exec ruby examples/csv_checks/create_checks.rb
13
- ```
14
-
15
- ## [/csv_letters/](./csv_letters/)
16
-
17
- An example showing how to dynamically create letters from a CSV using HTML, a custom font, merge variables, and Lob's [Letters API](https://lob.com/services/letters).
18
-
19
- ```
20
- bundle exec ruby examples/csv_letters/create_letters.rb
21
- ```
22
-
23
- ## [/csv_postcards/](./csv_postcards/)
24
-
25
- An example showing how to dynamically create postcards from a CSV using HTML, a custom font, merge variables, and Lob's [Postcards API](https://lob.com/services/postcards).
26
-
27
- ```
28
- bundle exec ruby examples/csv_postcards/create_postcards.rb
29
- ```
30
-
31
- ## [/csv_verify/](./csv_verify/)
32
-
33
- An example showing how to validate and cleanse a CSV spreadsheet full of shipping addresses using Lob's [US Verification API](https://lob.com/services/verifications).
34
-
35
- Please note that if you are running this with a Test API Key, the verification API will always return [a dummy address](https://docs.lob.com/#section/US-Verifications-Test-Env).
36
-
37
- ```
38
- bundle exec ruby examples/csv_verify/verify.rb
39
- ```
40
-
41
- ## [/checks.rb](./checks.rb)
42
-
43
- An example showing how to create a check using Lob's [Checks API](https://lob.com/services/checks).
44
-
45
- ```
46
- bundle exec ruby examples/checks.rb
47
- ```
48
-
49
- ## [/letters.rb](./letters.rb)
50
-
51
- An example showing how to create a letter using Lob's [Letters API](https://lob.com/services/letters).
52
-
53
- ```
54
- bundle exec ruby examples/letters.rb
55
- ```
56
-
57
- ## [/postcards.rb](./postcards.rb)
58
-
59
- An example showing how to create a postcard using Lob's [Postcards API](https://lob.com/services/postcards).
60
-
61
- ```
62
- bundle exec ruby examples/postcards.rb
63
- ```
64
-
65
- ## [/postcards_idempotent.rb](./postcards_idempotent.rb)
66
-
67
- An example showing how to create an idempotent postcard request using Lob's [Postcards API](https://lob.com/services/postcards).
68
-
69
- ```
70
- bundle exec ruby examples/postcards_idempotent.rb
71
- ```
72
-
73
- ## [/postcards_intl.rb](./postcards_intl.rb)
74
-
75
- An example showing how to create an international postcard using Lob's [Postcards API](https://lob.com/services/postcards).
76
-
77
- ```
78
- bundle exec ruby examples/postcards_intl.rb
79
- ```
80
-
81
- ## [/postcards_remote.rb](./postcards_remote.rb)
82
-
83
- An example showing how to create a postcard with remote files, using Lob's [Postcards API](https://lob.com/services/postcards).
84
-
85
- ```
86
- bundle exec ruby examples/postcards_remote.rb
87
- ```
88
-
89
- ## [/postcards_send_date.rb](./postcards_send_date.rb)
90
-
91
- An example showing how to create a postcard with a specified send date, using Lob's [Postcards API](https://lob.com/services/postcards).
92
-
93
- ```
94
- bundle exec ruby examples/postcards_send_date.rb
95
- ```
96
-
97
- ## [/postcards_template.rb](./postcards_template.rb)
98
-
99
- An example showing how to create a postcard with a saved template, using Lob's [Postcards API](https://lob.com/services/postcards).
100
-
101
- ```
102
- bundle exec ruby examples/postcards_template.rb
103
- ```
104
-
105
- ## [/self_mailers.rb](./self_mailers.rb)
106
-
107
- An example showing how to create a self mailer using Lob's Self Mailers API.
108
-
109
- ```
110
- bundle exec ruby examples/self_mailers.rb
111
- ```
data/examples/checks.rb DELETED
@@ -1,49 +0,0 @@
1
- $:.unshift File.expand_path("../lib", File.dirname(__FILE__))
2
- require 'lob'
3
- require 'pp'
4
-
5
- # initialize Lob object
6
- lob = Lob::Client.new(api_key: 'YOUR_API_KEY')
7
-
8
- # create an address
9
- to_address = lob.addresses.create(
10
- name: "John Doe",
11
- address_line1: "104 Printing Boulevard",
12
- address_city: "Boston",
13
- address_state: "MA",
14
- address_country: "US",
15
- address_zip: "12345"
16
- )
17
-
18
- # create a from address
19
- from_address = lob.addresses.create(
20
- name: "Jane Doe",
21
- address_line1: "123 Hello Ave",
22
- address_city: "Providence",
23
- address_state: "RI",
24
- address_country: "US",
25
- address_zip: "02912"
26
- )
27
-
28
- # create a bank account
29
- bank_account = lob.bank_accounts.create(
30
- routing_number: "322271627",
31
- account_number: "123456789",
32
- account_type: "company",
33
- signatory: "John Doe"
34
- )
35
-
36
- pp bank_account
37
- lob.bank_accounts.verify(bank_account['id'], amounts: [23, 12])
38
-
39
- # send a $100 check using an already created bank and address
40
- pp lob.checks.create(
41
- description: "Test Check",
42
- check_number: "10000",
43
- bank_account: bank_account["id"],
44
- to: to_address["id"],
45
- from: from_address["id"],
46
- amount: 100,
47
- memo: "This is my first Check",
48
- message: "This check is for laundry"
49
- )
@@ -1,48 +0,0 @@
1
- $:.unshift File.expand_path("../../lib", File.dirname(__FILE__))
2
- require 'lob'
3
- require 'csv'
4
- require 'pp'
5
-
6
- # Initialize Lob object
7
- lob = Lob::Client.new(api_key: 'YOUR_API_KEY')
8
-
9
- # Create a bank account
10
- bank_account = lob.bank_accounts.create(
11
- routing_number: "322271627",
12
- account_number: "123456789",
13
- account_type: "company",
14
- signatory: "John Doe"
15
- )
16
-
17
- puts bank_account
18
-
19
- # Verify bank account
20
- lob.bank_accounts.verify(bank_account['id'], amounts: [23, 12])
21
-
22
- # Parse the CSV and create the checks
23
- CSV.foreach(File.expand_path('../input.csv', __FILE__)) do |row|
24
- check = lob.checks.create(
25
- description: 'CSV Test',
26
- bank_account: bank_account["id"],
27
- to: {
28
- name: row[0],
29
- address_line1: row[1],
30
- address_line2: row[2],
31
- address_city: row[3],
32
- address_state: row[4],
33
- address_zip: row[5],
34
- address_country: row[6]
35
- },
36
- from: {
37
- name: 'Lob',
38
- address_line1: '123 Main Street',
39
- address_city: 'San Francisco',
40
- address_state: 'CA',
41
- address_zip: '94185',
42
- address_country: 'US'
43
- },
44
- amount: row[7],
45
- memo: "For travel reimbursement"
46
- )
47
- pp check['url']
48
- end
@@ -1,6 +0,0 @@
1
- Pallavi,353 King Street,Apt. 432,San Francisco,CA,94158,US,600.00
2
- Dom,456 Oak Street,Apt. 102,San Francisco,CA,94185,US,500.00
3
- Kyle,123 Test Street,Apt. 101,San Francisco,CA,94105,US,400.00
4
- Kienan,789 Elm Street,Apt. 101,San Francisco,CA,94107,US,300.00
5
- Sid,111 Washington Street,Apt. 101,San Francisco,CA,94112,US,200.00
6
- Will,888 Jefferson Street,Apt. 101,San Francisco,CA,94197,US,100.00
@@ -1,41 +0,0 @@
1
- $:.unshift File.expand_path("../../lib", File.dirname(__FILE__))
2
- require 'lob'
3
- require 'csv'
4
- require 'pp'
5
-
6
- # Initialize Lob object
7
- lob = Lob::Client.new(api_key: 'YOUR_API_KEY')
8
-
9
- # Load the HTML from letter_template.html
10
- letter_html = File.open(File.expand_path('../letter_template.html', __FILE__)).read
11
-
12
- # Parse the CSV and create the letters.
13
- CSV.foreach(File.expand_path('../input.csv', __FILE__)) do |row|
14
- letter = lob.letters.create(
15
- description: 'CSV Test',
16
- to: {
17
- name: row[0],
18
- address_line1: row[1],
19
- address_line2: row[2],
20
- address_city: row[3],
21
- address_state: row[4],
22
- address_zip: row[5],
23
- address_country: row[6]
24
- },
25
- from: {
26
- name: 'Lob',
27
- address_line1: '123 Main Street',
28
- address_city: 'San Francisco',
29
- address_state: 'CA',
30
- address_zip: '94185',
31
- address_country: 'US'
32
- },
33
- file: letter_html,
34
- merge_variables: {
35
- name: row[0],
36
- city: row[3]
37
- },
38
- color: false
39
- )
40
- pp letter['url']
41
- end
@@ -1,6 +0,0 @@
1
- Pallavi,353 King Street,Apt. 432,San Francisco,CA,94158,US
2
- Dom,456 Oak Street ,Apt. 102,San Francisco,CA,94185,US
3
- Kyle,123 Test Street,Apt. 101,San Francisco,CA,94105,US
4
- Kienan,789 Elm Street,Apt. 101,San Francisco,CA,94107,US
5
- Sid,111 Washington Street,Apt. 101,San Francisco,CA,94112,US
6
- Will,888 Jefferson Street,Apt. 101,San Francisco,CA,94197,US
@@ -1,33 +0,0 @@
1
- <html>
2
- <head>
3
- <style>
4
- *, *:before, *:after {
5
- -webkit-box-sizing: border-box;
6
- -moz-box-sizing: border-box;
7
- box-sizing: border-box;
8
- }
9
-
10
- @font-face {
11
- font-family: 'Loved by the King';
12
- font-style: normal;
13
- font-weight: 400;
14
- src: url('https://s3-us-west-2.amazonaws.com/public.lob.com/fonts/lovedByTheKing/LovedbytheKing.ttf') format('truetype');
15
- }
16
-
17
- .text {
18
- margin-left: 75px;
19
- padding-top: 250px;
20
- width: 400px;
21
- font-family: 'Loved by the King';
22
- font-size: 50px;
23
- font-weight: 700;
24
- color: black;
25
- }
26
- </style>
27
- </head>
28
-
29
- <body>
30
- <p class="text">Hello {{name}}!<br/><br/>Join us for this year's summer celebration in {{city}}!</p>
31
- </body>
32
-
33
- </html>
@@ -1,46 +0,0 @@
1
- $:.unshift File.expand_path("../../lib", File.dirname(__FILE__))
2
- require 'lob'
3
- require 'csv'
4
- require 'pp'
5
-
6
- # Initialize Lob object
7
- lob = Lob::Client.new(api_key: 'YOUR_API_KEY')
8
-
9
- # Load the HTML from postcard_front.html and postcard_back.html.
10
- front_html = File.open(File.expand_path('../postcard_front.html', __FILE__)).read
11
- back_html = File.open(File.expand_path('../postcard_back.html', __FILE__)).read
12
-
13
- # Parse the CSV and create the postcards.
14
- CSV.foreach(File.expand_path('../input.csv', __FILE__)) do |row|
15
- postcard = lob.postcards.create(
16
- description: 'CSV Test',
17
- to: {
18
- name: row[5],
19
- address_line1: row[6],
20
- address_line2: row[7],
21
- address_city: row[8],
22
- address_state: row[9],
23
- address_zip: row[10],
24
- address_country: row[11]
25
- },
26
- from: {
27
- name: 'Lob',
28
- address_line1: '123 Main Street',
29
- address_city: 'San Francisco',
30
- address_state: 'CA',
31
- address_zip: '94185',
32
- address_country: 'US'
33
- },
34
- size: "6x11",
35
- front: front_html,
36
- back: back_html,
37
- merge_variables: {
38
- background_image: row[1],
39
- background_color: row[2],
40
- name: row[0],
41
- car: row[3],
42
- mileage: row[4]
43
- }
44
- )
45
- pp postcard['url']
46
- end
@@ -1,7 +0,0 @@
1
- Peter,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car2.jpg,LightBlue,Jeep Wrangler,65000,Peter,123 Main Street,Apt. 101,San Francisco,CA,94107,US
2
- Marcus,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car.jpg,Bisque,Honda Pilot,65000,Marcus,456 Oak Street ,Apt. 102,San Francisco,CA,94185,US
3
- Leore,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car2.jpg,PaleGreen,Jeep Wrangler,50000,Leore,123 Test Street,Apt. 101,San Francisco,CA,94105,US
4
- Harry,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car.jpg,Thistle,Jeep Wrangler,50000,Harry,789 Elm Street,Apt. 101,San Francisco,CA,94107,US
5
- Elnaz,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car2.jpg,PaleTurqoise,Jeep Wrangler,35000,Elnaz,111 Washington Street,Apt. 101,San Francisco,CA,94112,US
6
- Robin,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car.jpg,Wheat,Jeep Wrangler,35000,Robin,888 Jefferson Street,Apt. 101,San Francisco,CA,94197,US
7
- Russell,https://s3-us-west-2.amazonaws.com/public.lob.com/assets/example_companies/df-car2.jpg,WhiteSmoke,Jeep Wrangler,15000,Russell,1212 Fourth Street,Apt. 101,San Francisco,CA,94166,US
@@ -1,38 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Lob.com Sample 6x11 Postcard Back Template 1</title>
4
- <style>
5
- @font-face {
6
- font-family: 'Arimo';
7
- font-style: normal;
8
- font-weight: 400;
9
- src: url('https://s3-us-west-2.amazonaws.com/public.lob.com/fonts/arimo/Arimo-Regular.ttf') format('truetype');
10
- }
11
- body {
12
- width:11.25in;
13
- height:6.25in;
14
- margin:0;
15
- padding:0;
16
- background-size: 11.25in 6.25in;
17
- }
18
- #left-box {
19
- font-family: Arimo;
20
- font-size: .25in;
21
- background-color: {{background_color}};
22
- width: 5.85in;
23
- height: 5.85in;
24
- position: absolute;
25
- top: 0;
26
- left: 0;
27
- padding: .4in .6in 0 .4in;
28
- }
29
- </style>
30
- </head>
31
- <body>
32
- <div id="left-box">
33
- Hey {{name}},<br><br>
34
- Your {{car}} is due for its {{mileage}} mile service. Schedule an appointment today!<br><br>
35
- Make sure to bring this card to receive great savings!<br><br>
36
- </div>
37
- </body>
38
- </html>