You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Brewery DB API
If I wanted to pull just breweries within Denver for use in an APP, how would one do that? I have researched the API docs and it doesn't explain exactly how to hit those endpoints. Any help out there? Thanks
anton dahlin
unread,
Jan 14, 2018, 4:30:02 PM1/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
If you get the geo point for Denver, that should do the trick.
Message has been deleted
Taylor Franks
unread,
Feb 13, 2018, 8:40:03 PM2/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Brewery DB API
Another approach is to use the location endpoint. For example, http://api.brewerydb.com/v2/locations?key=KEY&locality=denver®ion=colorado.
I've used both...using the google geolocate API to convert an address or
location to lat/lng coordinates, and I've used the locations endpoint.
The search_geopoint does also give you an option to set your search
radius.