2015-04-08 13:29:37 -04:00
2015-04-08 13:29:37 -04:00
2015-03-28 10:00:55 -04:00
2015-03-28 10:00:55 -04:00
2015-04-08 13:07:51 -04:00
2015-04-08 01:19:02 -04:00

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
  • 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");


Description
C# Wrapper over untappd api
Readme MIT 486 KiB
Languages
C# 98%
Ruby 1.9%
Puppet 0.1%