Closed marloncarvalho closed 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.
path
@API
It won't work well with APIs that exists only to group other APIs.
When the user doesn't provide the
path
parameter in the@API
annotation, Darter should use the class name in place of it.