[Seaside-dev] new features in Seaside-REST: multi element matches and or matches

Philippe Marschall philippe.marschall at gmail.com
Wed Mar 23 19:47:07 UTC 2011


Hi

The latest version of Seaside-REST supports multi element matches
(*argumentName*) and or matches ([option1|option1]). This allows you
to write matches like the following:

getFile: fileName at: pathTerms fromProject: projectName
    <GET>
    <Path: '/projects/{projectName}/*pathTerms*/{fileName}.mcz/[classes|methods]'>

You can find more examples and documentation at [1]

 [1] http://code.google.com/p/seaside/wiki/SeasideRest

Cheers
Philippe


More information about the seaside-dev mailing list