smartystreets / smartystreets-dotnet-sdk

The official client libraries for accessing SmartyStreets APIs from .Net (C# and CLR-based languages)
https://smartystreets.com/docs/sdk/dotnet
Apache License 2.0
22 stars 20 forks source link

USAutoComplete Pro isn't available #19

Closed ShagunParikh closed 4 years ago

ShagunParikh commented 4 years ago

There are 2 versions of US Auto Complete API as per https://smartystreets.com/docs/cloud/us-autocomplete-api

But I couldn't find a way to access Pro US Autocomplete API via .Net SDK.

Strange that is available in Java SDK but not in .Net SDK? I really need it in .Net though - specially zip code in suggestions.

Any possible way?

mdwhatcott commented 4 years ago

The US Autocomplete Pro API is only available in the Java and Javascript SDKs. The US Autocomplete Pro API only accepts website key authentication, which effectively limits which languages it makes sense to implement a client in.

ShagunParikh commented 4 years ago

I see. Thanks for the info.