I'm using the RestController which generates a map.resources route:
map.resource('message', 'message', controller='api/message',
path_prefix='/api', name_prefix='api_')
This works great for GET calls: /api/message OR /api/message/$message_id
I would like to use the url: /api/message/$message_id/$offset
I can't figure out how to retrieve another value from my route.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---