https://github.com/tombuildsstuff/pubs-api
for use in workshops
https://github.com/tombuildsstuff/pubs-api
Last synced: over 1 year ago
JSON representation
for use in workshops
- Host: GitHub
- URL: https://github.com/tombuildsstuff/pubs-api
- Owner: tombuildsstuff
- Created: 2016-01-21T06:25:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T06:44:00.000Z (over 10 years ago)
- Last Synced: 2025-02-07T14:45:32.303Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pubs API
for use in workshops
# Available Endpoints
**HTTP GET** *_/pubs/all_*
*Sample Response*
```
[
{
"id": 2,
"name": "The Globe"
},
{
"id": 3,
"name": "The Windmill"
}
]
```