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
- Host: GitHub
- URL: https://github.com/tombuildsstuff/beers-api
- Owner: tombuildsstuff
- Created: 2016-01-19T20:05:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T16:29:48.000Z (about 10 years ago)
- Last Synced: 2025-02-07T14:46:35.914Z (over 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
]
```