This repository was archived by the owner on Sep 7, 2021. It is now read-only.
Provide a functional default implementation of register in Endpoints #7
Labels
enhancement
New feature or request
Provide a functional default implementation of
register(to routes: RoutesBuilder)
for anEndpoint
to enable Corvus Users to write composableEndpoint
s without the need to write aregister(to routes: RoutesBuilder)
functionContext
Example:
would require the developer to implement the
register
function with a default behavior that would be applicable to all Endpoints.The text was updated successfully, but these errors were encountered: