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

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

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"
}
]
```