bcuff / GeocodeSharp

An async .NET client for the Google geocode API
Apache License 2.0
10 stars 20 forks source link

Added the ability to HMAC sign the api call using googles API for Wor… #7

Closed TimJarvis closed 9 years ago

TimJarvis commented 9 years ago

I needed the ability to use our API for Work credentials. This means that the URL needs to be hashed with a crypto key to provide a signature.

I simply added another constructor and the notion of a usage mode i.e. free, key or work api (currently just auto set based on which constructor is called.)

Anyway, it works :-) and I thought you may like it for the product.

bcuff commented 9 years ago

This looks good. Thank you!