Skip to content

Commit

Permalink
Edit the usage of licenses so that the user does not any longer need …
Browse files Browse the repository at this point in the history
…to specify a license.
  • Loading branch information
spencerSmarty committed Feb 29, 2024
1 parent fae446f commit 9b8d2d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions examples/us-enrichment-api/geo-reference/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ func main() {
client := wireup.BuildUSEnrichmentAPIClient(
//wireup.WebsiteKeyCredential(os.Getenv("SMARTY_AUTH_WEB"), os.Getenv("SMARTY_AUTH_REFERER")),
wireup.SecretKeyCredential(os.Getenv("SMARTY_AUTH_ID"), os.Getenv("SMARTY_AUTH_TOKEN")),
// The appropriate license values to be used for your subscriptions
// can be found on the Subscriptions page the account dashboard.
// https://www.smarty.com/docs/cloud/licensing
//wireup.WithLicenses("us-property-data-principal-cloud"),
wireup.CustomBaseURL("https://us-enrichment.api.rivendell.smartyops.net"),
// wireup.DebugHTTPOutput(), // uncomment this line to see detailed HTTP request/response information.
)

// Documentation for input fields can be found at:
Expand Down
6 changes: 0 additions & 6 deletions examples/us-enrichment-api/propertyFinancial/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ func main() {
client := wireup.BuildUSEnrichmentAPIClient(
//wireup.WebsiteKeyCredential(os.Getenv("SMARTY_AUTH_WEB"), os.Getenv("SMARTY_AUTH_REFERER")),
wireup.SecretKeyCredential(os.Getenv("SMARTY_AUTH_ID"), os.Getenv("SMARTY_AUTH_TOKEN")),
// The appropriate license values to be used for your subscriptions
// can be found on the Subscriptions page the account dashboard.
// https://www.smarty.com/docs/cloud/licensing
wireup.WithLicenses("us-property-data-principal-cloud"),
wireup.CustomBaseURL("https://us-enrichment.api.rivendell.smartyops.net"),
// wireup.DebugHTTPOutput(), // uncomment this line to see detailed HTTP request/response information.
)

// Documentation for input fields can be found at:
Expand Down
6 changes: 0 additions & 6 deletions examples/us-enrichment-api/propertyPrincipal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ func main() {
client := wireup.BuildUSEnrichmentAPIClient(
//wireup.WebsiteKeyCredential(os.Getenv("SMARTY_AUTH_WEB"), os.Getenv("SMARTY_AUTH_REFERER")),
wireup.SecretKeyCredential(os.Getenv("SMARTY_AUTH_ID"), os.Getenv("SMARTY_AUTH_TOKEN")),
// The appropriate license values to be used for your subscriptions
// can be found on the Subscriptions page the account dashboard.
// https://www.smarty.com/docs/cloud/licensing
wireup.WithLicenses("us-property-data-principal-cloud"),
wireup.CustomBaseURL("https://us-enrichment.api.rivendell.smartyops.net"),
// wireup.DebugHTTPOutput(), // uncomment this line to see detailed HTTP request/response information.
)

// Documentation for input fields can be found at:
Expand Down

0 comments on commit 9b8d2d7

Please sign in to comment.