madenwala / Yelp.Api

C# Portable Class Library for Yelp (Fusion API v3 from 2017). Works with Windows 10, Windows 8, Windows Phone, ASP.NET, Xamarin (iOS/Android), Mac, and other .NET projects. Yelp's (v3) Fusion API allows you to get the best local business information and user reviews of over million businesses in 32 countries.
6 stars 11 forks source link

Updated authentication to work with the new Yelp API authentication #8

Closed dsarlo closed 6 years ago

dsarlo commented 6 years ago

… yelp api authentication (Just APIKey, no token)

Some more minor changes were made to code/naming. Authentication is now synchronous. All unit tests passed with flying colors. I have also tested it with my own application and it is good to go!

madenwala commented 6 years ago

So sorry for the delay on accepting this and publishing a new NuGet package. Had a sick family member to deal with the last few weeks. Finally got around to doing this and a new package has been uploaded to NuGet a few mins ago. Thanks so much, @dsarlo, for contributing this fix!

dsarlo commented 6 years ago

@madenwala No need to explain yourself. All good! Thank you.

shumach5 commented 6 years ago

Thanks!