smartystreets / smartystreets-ruby-sdk

The official client libraries for accessing SmartyStreets APIs from Ruby
https://smartystreets.com/docs/sdk/ruby
Apache License 2.0
23 stars 25 forks source link

US Autocomplete does not return zipcodes #27

Closed mrjonesbot closed 3 years ago

mrjonesbot commented 3 years ago

Hello,

I'm using this SDK to tap into the US Autocomplete Pro API

While results are being returned, I noticed that none of them include the zip code as described in the documentation

Here's the output I'm seeing: Screen Shot 2021-03-01 at 11 47 39 AM

My Lookup object is set up per the basic example:

Lookup.new("3708 W Wrightwood Ave, 60647", 10)

Is there an option I'm missing here?

Thanks in advance for any leads :)

camiblanch commented 3 years ago

Currently, this SDK does not support calling the US Autocomplete Pro API. We are working on getting each SDK up to date to support that API and as you can see this one has not been updated yet. Sorry for the disconnect between what you see in the docs and what actually is available.

camiblanch commented 3 years ago

Autocomplete Pro example and functionality has been added https://github.com/smartystreets/smartystreets-ruby-sdk/pull/28