Similar to how OData does it, I want to use Luracast Restler with the following format to specifiy the id of an entity.
@url GET entity({id})
instead of
@url GET entity/{id}
Is there any solution for this? If not, can this be handled by a customized router?
Thanks and regards, Markus
CommentParser
is responsible for that, so you need to extend and tweak the comment parser