UNPKG

wheelhouse-router

Version:

A wheelhouse library to marry flatiron's Director with Backbone's router

12 lines (11 loc) 207 B
{ "/api/streets": { "get": "api/streets" , "post": "api/streets" } , "/api/streets/:id": { "get": "api/streets" , "put": "api/streets" , "delete": "api/streets" } }