You cannot post messages because only members can post, and you are not currently a member.
Description:
Group discussion and mailing list for the API on Brewery DB. "Your Open Library of Beers and Breweries"
|
|
|
logo png without background?
|
| |
Is it possible, or are there plans to make accessible, brewery logos without the solid colored background embedded? I understand it's necessary where transparent pngs aren't available, but it would be nice to have access to the 'raw' logo. Thanks! -Nate
|
|
Trying to do my first android app
|
| |
I am trying to create my first android app to work with my website. Before I have the android app doing anything with my website I am just trying to do some basic interactions with android displaying results from the brewerydb api. I am pretty good at php and other web languages and android / java I just... more »
|
|
hasLabels and label questions
|
| |
1) If there are "labels" in data can I assume there will always be 3 (large, medium, icon) ? So either there will be no "labels" field returned or I will get something like this: "labels": { "icon":"http:\/\/s3.amazonaws. com\/brewerydbapi\/beer\/cpgM4 F\/upload_0dfehu-icon.png",... more »
|
|
Locationn: hoursOfOperation
|
| |
I see hoursOfOperation in PUT: /location/locationId, but not in Get. I will assume that it is there (not able to debug ATM), but what format is it in? If it is just text and not some kind of strict format, that limits what I will be able to do in my app as far as filtering and display. Can someone... more »
|
|
Events API endpoint
|
| |
Hey guys; the documentation around the Event endpoint is pretty bare. Is this something that's still largely in the works? It seems to be lacking basic options like withBeers, withBreweries, and withSocialAccounts. Thought I'd ask what's up with Events in general. Thanks!
— David
|
|
Webhook Clarifications
|
| |
Parts of the webhook documentation are confusing me a bit, namely around the actions and subactions. I think at this point (after some searching) I only have a couple of questions right now. If I get a webhook request with: { "attribute": "beer", "action": "edit", // It WOULD be "edit" in this case, right?... more »
|
|
Proposal: send a "subId" parameter along with "subAction" in webhooks
|
| |
Hey guys, I've been setting my site up with a few webhook endpoints and the way webhook requests are currently sent is leading to having to write a _lot_ of code (including unnecessary requests back to the BreweryDB API) for reasons that seem, to me, easily solvable. One of those reasons? A lack of... more »
|
|
Social Accounts
|
| |
When including a Brewery's social accounts we're given a root URL and then some sort of slug/id, but it's up to us to reassemble those into the correct URI. And those naturally vary depending on the provider. Have you would it be possible to have the full URI returned as well, so we don't have to reconstitue them on our end?... more »
|
|
API Updates
|
| |
Hey everyone,
We recently pushed out some updates to the API and wanted to let you know
what has been updated.
- You can now filter on /beers with a hasLabels=Y option, to only return
beers with labels attached to them
- Similarly, you can filter on /breweries, /events and /guilds with a... more »
|
|
|