Coldbox-Relax: feature request

Was looking at the namespace addition to 3.5 routes and was wondering if this would be a valuable addition to the DSL for defining API endpoints in relax resource configs. Then you could have some easy methods for grouping like endpoints in the docs. Currently there is no way to group endpoints. Thoughts?

Nolan Dubeau

Load *.*,8,1

How would you accomplish this?

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Hi Luis,

I’m not sure exactly, as I haven’t fully read the spec on namespaces.

It’s really for just grouping like endpoints together. maybe it’s even a method like .addNamespace(‘Users’) or addCategory(‘Users’), so that the documentation and resource lists could be grouped instead of being one long list.

make sense?

thanks.

Nolan