Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-RESTRoutes CPAN distribution.

Report information
The Basics
Id: 118925
Status: open
Priority: 0/
Queue: Mojolicious-Plugin-RESTRoutes

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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_' };
This request is an unbelievable whole year old and I am very sorry for not responding. Excuse: new projects and new baby :-) Nevertheless this is indeed still a very good idea and I will implement this. Thank you! Am 2016-11-23 13:40:47, KES schrieb: Show quoted text
> 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_' };