marloncarvalho / darter

Simple and Efficient framework for creating RESTful APIs in Dart.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Create routes using class name #7

Closed marloncarvalho closed 9 years ago

marloncarvalho commented 9 years ago

When the user doesn't provide the path parameter in the @API annotation, Darter should use the class name in place of it.

marloncarvalho commented 9 years ago

It won't work well with APIs that exists only to group other APIs.