smartystreets-javascript-sdk icon indicating copy to clipboard operation
smartystreets-javascript-sdk copied to clipboard

The official client libraries for accessing SmartyStreets APIs from javascript.

Results 7 smartystreets-javascript-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

# Expected Behavior `core.ClientBuilder.buildUsStreetApiClient()` should return a client object without any errors. The SDK should work in a React project using Webpack 5. # Current Behavior Calling that SDK method...

This is branched off the changes created by @akadoshin here: #90

## Description This PR introduces a Rollup configuration to build and export both CommonJS (cjs) and ES Modules (es) for the smartystreets-javascript-sdk package. The main goal is to make the...

As mentioned in a previous issue, we have the need to use our own internal fetch function with built in observability that conforms to the rest of our platform's API...

We have an implementation using the Smarty JS SDK where were are utilizing the `.withSender()` method on the `ClientBuilder` class so that we can leverage some of our existing built...