[Seaside-dev] Re: New Seaside-REST-Core extension

Esteban A. Maringolo emaringolo at gmail.com
Wed Jan 20 20:45:36 UTC 2016


I updated the package to Seaside-REST-Core-EstebanMaringolo.59,
because I missed a package in the Seaside32 repo, I merged them.

Regards!
Esteban A. Maringolo


2016-01-20 17:14 GMT-03:00 Esteban A. Maringolo <emaringolo at gmail.com>:
> Hi,
>
> In order to support a particular kind of route I couldn't manage to
> support using the current routes (WARoute subclasses) I created a new
> kind of route named WAVariableQueryRoute used to match routes ignoring
> the parameters in the query field, but matching requests for those.
>
> E.g.
> You define a GET route with path : /myPath, and it will also match
> requests like myPath?foo=baz, and so on.
>
> The modifications I made doesn't change the current behavior of
> WARoute's, only adds a new pragma named "variableQuery" used to decide
> which kind of route to build (if true will create a
> WAVariableQueryRoute).
>
> The packages are in SmalltalkHub's Seaside repo and are the following:
> Name: Seaside-REST-Core-EstebanMaringolo.58
> Seaside-Tests-REST-EstebanMaringolo.1
>
> I'm using Seaside 3.1.4.1 in Pharo 4/GemStone, I would like to have
> these packages added to Metacello version close to this one, who
> maintains the Metacello config?
>
> Regards!
>
> Esteban A. Maringolo


More information about the seaside-dev mailing list