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

Esteban Lorenzano estebanlm at gmail.com
Fri Mar 25 21:20:46 UTC 2011


sorry, I'm trying to understand how this package works and I cannot figure out... is there an example somewhere?

cheers,
Esteban

El 23/03/2011, a las 4:47p.m., Philippe Marschall escribió:

> 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
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list