Hi, I'm using the Java DSL to define a REST endpoint and I have a use case
where I'd like to specify a wildcard for the verb URI template i.e ..*:

rest("/api/now/v1/").description("APIProxy").bindingMode(RestBindingMode.off).produces("application/xml")
.get("..*").to("direct:invokeApi")

Can this be done?
I'm using Camel 2.14.2 with camel-jetty under Karaf 3.0.3.

--
Steve



--
View this message in context: 
http://camel.465427.n5.nabble.com/Rest-DSL-URI-template-wildcards-tp5768332.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to