You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redsto...@googlegroups.com
Hello all,
Say I have in a large API,
what would be your suggestion to best group request routings in order to tidy ?
thank you,
Seraph Seraph
Luiz Mineo
unread,
Jul 15, 2014, 7:34:14 AM7/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redsto...@googlegroups.com
Hi Seraph,
You can use libraries and classes to organize your services.
The @Group [1] annotation can be used with classes, to define the base path of its methods. Import statements can be annotated with @Install, which will define the base path of its routes.