lob-ruby
lob-ruby copied to clipboard
Ruby Wrapper for Lob API
I'm receiving the error in the title when sending a Letter. It seems that the problem is with attributes that are mapped to Open API type that is an Ruby...
Hi! I'm getting this error when including this gem in my Rails project. `/Users/arich/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/lob-ruby/lib/openapi_client/models/bank_account.rb: warning: character class has '-' without escape` Most of the changes here are just consolidating the...
Using this gem causes warnings: ``` ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:260: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:296: warning: character class has '-' without escape ***/gems/lob-6.0.5/lib/openapi_client/models/bank_account.rb:395: warning: character class has '-' without escape...
I'm migrating from V5 to V6, and I'm having trouble uploading a PDF for the `letters.create` endpoint. Specifically, when I pass in `File.open("path-to-file.pdf")` to the `file` argument of `Lob::LetterEditable.new`, the...
The snap pack url regex will reject valid urls that actually come back from the API in production. This change will allow the format of url that I am actually...
``` ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.lob.com/v1/letters response_code=200 return_code=ok total_time=0.519936 /Users/.../.local/share/mise/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/lob-6.0.9/lib/lob/models/letter.rb:609:in `block in build_from_hash': undefined method `=~' for [:ReturnEnvelope, :Boolean]:Array (NoMethodError) ``` ## to recreate with test credentials Create...
Reverts lob/lob-ruby#243