stopping for now
This commit is contained in:
22
README.md
22
README.md
@@ -1 +1,23 @@
|
||||
# Untappd.Net
|
||||
|
||||
This is a c# wrapper around the Untappd API.
|
||||
|
||||
## Coverage
|
||||
|
||||
So far only the Requests that do not require user tokens have been implemented
|
||||
|
||||
|
||||
## How do I use?
|
||||
|
||||
* Request an [API Key](http://untappd.com/api/register)
|
||||
* You should be able to make a repository and call the get method with the thing you are requesting.
|
||||
|
||||
Note: Additional parameters can be passed into the Get Method with an IDictionary.
|
||||
|
||||
```csharp
|
||||
|
||||
var ts = new UnAuthenticatedUntappdCredentials("key", "secret");
|
||||
var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user