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

Geo reference #36

Closed spencerSmarty closed 7 months ago

spencerSmarty commented 7 months ago

Added the following files and directories to make the code more modular and readable for the user. -examples -us-enrichment-api --geo-reference (implements the geo-reference functionality as an example for the user along with getting rid of the licensing functionality so the user does not need to specify a license) --property-financial (separated this from the original directory that initially just had the different options for sending data as commented out code along with getting rid of the licensing functionality so the user does not need to specify a license) --property-principal(Like the previous example we made this portion modular so that the user could successfully navigate between the propertyfinancial and propertyprincipal lookups along with getting rid of the licensing functionality so the user does not need to specify a license)

-us-enrichment-api --response.go(included the attributes and structs to be able to use geo-reference) --client.go(implemented the lookup functions to be able to utilize geo-reference) --lookup.go(Implemented functions for the geo-reference functionality)