smartystreets-ruby-sdk
smartystreets-ruby-sdk copied to clipboard
The official client libraries for accessing SmartyStreets APIs from Ruby
Results
2
smartystreets-ruby-sdk issues
Sort by
recently updated
recently updated
newest added
Currently, timeouts are not retried as the status code is nil and the retry sender doesn't consider those as retryable errors. This change allows the client to transparently retry when...
The ETag header provides the ability to check if a record has been updated since the last query. Every query to the API will return an ETag header which represents...