-
untappd://checkin/CHECKIN_ID or untappd://beer/BEER_ID
-
When reaching the ratelimit (100/hour) on untappd checkins, the error is non-descriptive:
Error! 😰 Try again?! 🔂
The error from server is:
The authenticated user has reached their API limit for …
-
Make it possible to transfer more than one beer to untappd, like a send queue or similar (to handle the ratelimit of 100/hour)
-
For a more-expected experience by users, commands should be `/untappd`, etc, instead of the current `.untappd` method.
-
How does the plugin pull in the image from Untappd? I am hoping to have it pull in the full image.
e.g.
```https://untappd.akamaized.net/photos/2019_08_09/4f3d093eec0beeb81df2e9962d075c54_raw.jp…
-
For venus, we have a few options:
- [Google Places](https://developers.google.com/maps/pricing-and-plans/#details): Free up to 25,000 map loads per day. This assumes we fall under the _free_ category.…
-
I had someone mention to me http://www.brewerydb.com/
Investigating it has brought me to investigating other beer-related website APIs, such as untappd and ratebeer:
https://untappd.com/api/docs
http…
-
The official doc from Untappd says the API can receive either client_id and secret or a users's access_token (example: https://untappd.com/api/docs#beerinfo).
When you set client_id and client_secret …
-
I created a simple untappd.rb file under the config/initializers directory of my ruby 1.9.3 rails 3.2.2 app with the following content in it:
Untappd.configure do |config|
config.application_ke…
-