It's Python, right? ;-)

So use urllib.urlencode()

On Mon, May 20, 2013 at 2:06 PM, Mauricio cleveland
<[email protected]> wrote:
> Hi, mi question is:
>
> How I can send the full datetime format for REST URL in a query?
>
> For example in a GET method:
>
> patterns = [
>             ...
>             "/filas/{fila.datetime.ge}",
>             ]
>
> In URL ".../api/filas/filas/fecha/2013-05-18" work fine, but i need for
> example: ".../api/filas/filas/fecha/2013-05-18 10:00:00"
>
> thanks for the help!
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to