benfalk / crystal_forge

API Blueprint & RAML Stub Server
MIT License
6 stars 0 forks source link

Route Listing #4

Closed benfalk closed 10 years ago

benfalk commented 10 years ago

Should be able to do the following:

crystalforge routes <apibfiles>

And have it output all "routes" a running crystalforge server will match. The output would look something like the following:

GET    /
GET    /widgets/{id}
DELETE /widgets/{id}
POST   /widgets
benfalk commented 10 years ago

Put this one to bed pretty quickly =)