smartystreets / smartystreets-go-sdk

The official client libraries for accessing SmartyStreets APIs from Go.
https://smartystreets.com/docs/sdk/go
Apache License 2.0
20 stars 6 forks source link

Implement V1 enrichment sdk #31

Closed LandonSmarty closed 1 year ago

LandonSmarty commented 1 year ago

Here is the completed sdk. This will be used as a guide for the other sdks. Thoughts here Adam on if this looks good and if we are ready to proceed with the others?

The idea is to hide functionality as much as possible by providing the functions while staying flexible for the future by using an internal structure of passing around lookup structs.