An open API service indexing awesome lists of open source software.

https://github.com/tombuildsstuff/beers-api

For workshop use
https://github.com/tombuildsstuff/beers-api

Last synced: over 1 year ago
JSON representation

For workshop use

Awesome Lists containing this project

README

          

# Beers API
for use in workshops

# Available Endpoints
**HTTP GET */beers/all***
```
*Sample Response*
[
{
"Brewery": "Camden Brewery",
"Name": "Camden Hells"
},
{
"Brewery": "Brewdog",
"Name": "Punk IPA"
}
]
```