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

https://github.com/drivly/router.do

Dynamic Router Object Interface
https://github.com/drivly/router.do

Last synced: 3 months ago
JSON representation

Dynamic Router Object Interface

Awesome Lists containing this project

README

        

# router.do
Dynamic Router Object Interface

```
https://router.do/router.all('*',oauth)
.get('/', req => fetch('https://api.cf'))
.get('/:resource', withParams, ({resource},env) => json(env.KV.get(req.id))
```