Pass an ID to API Manager Resource
As it is standard practice to send an ID to RESTful APIs by referring to the object type, followed by the ID...
e.g. http://example.com/products/3484909
would normally bring me back data for the product with ID 3484909.
I can't seem to get API Manager to take this kind of argument, though. It's not a major issue, but it would appear the only thing I can do is call the following:
http://example.com/products?id=3484909 to get the desired result
With many platforms you can specify a variable to accept when identifying a route or resource but it doesn't appear there is any way to do this with API Manager. Has anyone seen anything like this or know a away around it?
