22f11507c5be99e1fccdd81e27229bad738af110
Master:
Release:
Code Coverage:
Untappd.Net
This is a c# wrapper around the Untappd API. This can be downloaded via Nuget, or the backup feed.
API Coverage
So far only the Requests that do not require user tokens have been implemented
How do I use?
- Request an API Key
- 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.
var ts = new UnAuthenticatedUntappdCredentials("key", "secret");
var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
var t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
Contributing
- Everyone is welcome to contribute!
- If you are looking for something to do, look at the issues.
- There are no special instructions, submit pull requests against the master branch.
- Releases to nuget occur on successful release branch builds.
- The only reason I do not publish on master, is because sometimes commits can just contain readme files, or unit tests changes that do not affect the nuget package
Description
Languages
C#
98%
Ruby
1.9%
Puppet
0.1%
