Hi,
I've noticed some inconsistencies while developing an API client for the Untappd API. I was wondering if there are some ongoing efforts to address them in a potential future API version?
For example, I've noticed these two inconsistencies today:
- `beer/info` endpoint returns `is_in_production` while `search/beer` returns same value under `in_production` key
- `beer/info` endpoints returns `brewery` object nested in the `beer` object, while `search/beer` endpoint returns `brewery` object outside of the `beer` object.
While these differences are not that difficult to implement, they definitely make it harder to consume the Untappd API. Wondering what are your thoughts on this?
Thank you.