fixed readme

This commit is contained in:
rodkings
2015-04-22 13:29:02 -06:00
parent 0b7baa1425
commit 56b758af76
2 changed files with 3 additions and 55 deletions

View File

@@ -13,10 +13,13 @@ This is a c# wrapper around the Untappd API. This can be downloaded via [Nuget](
## API Coverage
Current both Authenticated and Unauthenticated requests.
More info: https://untappd.com/api/docs
For Authenticated requests, you should already have a valid token, provided via OAuth authentication.
Such authentication can be achieved using Owin OAuth Providers for ASP.NET Web Applications, which already have an Untappd provider.
More info: https://github.com/RockstarLabs/OwinOAuthProviders
## How do I use?