marloncarvalho/darter

Create routes using class name

Closed this issue · 1 comments

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

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