-Welcome to GitHub Pages.
+Welcome Untappd.Net -This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:
- -$ cd your_repo_root/repo_name
-$ git fetch origin
-$ git checkout gh-pages
-
-
-If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.
+This is a simple C# Wrapper over the Untappd API
-Designer Templates
+Getting Help -We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.
+You can find help from us by visiting our chat room, reading the untappd api docs, or by submitting issues.
-Rather Drive Stick?
+Getting Started -If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.
Before you use our wrapper you need an API key, and secret. You will have to request that from the Untappd guys. Once you have that its as simple as calling the repository with the correct request. Note some parts of the Untappd API require an oauth token, which you can get with other oauth providers. Our library does have a AuthenticationHelper class which can help you generate the various url's needed to interact with Untappd's API.
+ +
+var ts = new UnAuthenticatedUntappdCredentials("key", "secret");
+var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
+var t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
+Post and/or Action requests are similar.
+ +
+var ts = new AuthenticatedUntappdCredentials("token", "key", "secret");
+var checkin = new CheckIn("-5", "EST", 1044097) { Shout = "Awesome Brew", Rating = 4 };
+var response = repository.Post(ts, checkin);
+Authors and Contributors
-You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.
-Support or Contact
- -Having trouble with Pages? Check out the documentation at https://help.github.com/pages or contact support@github.com and we’ll help you sort it out.
+-
+
- Tommy Parnell (@tparnell8) +
- Rodrigo P Reis (@rodkings) +