Skip to content
alambike edited this page Jun 1, 2016 · 2 revisions

Since 1.101, we can pass a uri_mask consisting in a string to forma the uri according to the arguments passed to the product.

sub foo{

    $_[0]->getContainers(

      uri_mask=>"/containers/:name/process/:proccess_name",

      name=>"foo",

      process=>1716

   )

}

Clone this wiki locally