justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

ETA for future goals #15

Open gmosx opened 11 years ago

gmosx commented 11 years ago

I would like to use route to implement simple REST services. Any ETA on the following future goals?

Handling different HTTP methods to help implement REST APIs. Automatic generation of REST URLs from a single URL pattern, similar to Ruby on Rails Helpers for nested views and key-value URL schemes common with complex apps.

sethladd commented 11 years ago

Hi @gmosx what did you end up using?