Smarty Ruby SDK
If you want to access our APIs (other than the Download API) from a Ruby application, the Smarty Ruby SDK can make it a lot easier. Our Ruby SDK includes ready-made data structures and takes care of all the gritty, low-level HTTP intricacies for you.
Contents
Requirements
- Have a Ruby project that is written for Ruby 2.0 or higher.
- Realize that you need an address verification component.
- Wisely conclude that you don't want to build your own address verification component.
- Realize that Smarty has already created an address verification component.
- Congratulations! You are now ready to use the Smarty Ruby SDK.
How to get it
RubyGems
The easiest way to get your giddy hands on this goodness is by using RubyGems.
Be sure RubyGems is installed, then just pop open your terminal and run
$ gem install smartystreets_ruby_sdk
Alternately, you can add this line to your application's Gemfile:
gem 'smartystreets_ruby_sdk'
Then execute:
$ bundle
Download the source code
You can find source code of the Smarty Ruby SDK repository on Github which contains many sample code snippets.
How to use it
Demo
Examples
Here are a few examples showing how to use the Ruby SDK: