Subject: | Feature request: make 'rest_' prefix configurable |
to save typing allow users to create list/update/delete subs without prefixes, or create their own prefixes if they want
plugin RESTRoutes => { prefix => '' };
plugin RESTRoutes => { prefix => 'own_prefix_' };