On Mon, Mar 26, 2012 at 8:02 AM, Nate McCall <nmcc
...@apigee.com> wrote:
> Thanks for the update. If it helps, I use this two-liner in small
> python script when I want to construct escaped parameters
> (particularly helpful for the 'ql' queries):
> >>> import urllib;
> >>> urllib.quote("user_uid='12345'")
> 'user_uid%3D%2712345%27'
> On Sat, Mar 24, 2012 at 6:12 PM, gar <garla...@gmail.com> wrote:
> > Figured it out. You have to encode the = and the single quote around
> > the queried sting
> > ql=user_uid%3D%2712345%27
> > On Mar 24, 3:57 pm, gar <garla...@gmail.com> wrote:
> >> Trying to query a collection via the url but it didnt work. Wanted to
> >> use the "ql" variable to query a field.
> >> http://api.usergrid.com/11a1d67e-75fd-11e1-8b9e-1231381a0091/test1s?c..
> .<client
> >> id>&client_secret=<client secret>&ql=user_id%3D12345
> > -- You received this message because you are subscribed to the Google
> Groups Usergrid group. To post to this group, send email to
> usergrid@googlegroups.com. To unsubscribe from this group, send email to
> usergrid+unsubscribe@googlegroups.com. For more options, visit this group
> at https://groups.google.com/d/forum/usergrid?hl=en
> > Learn more about Apigee Usergrid at
> http://apigee.com/about/products/usergrid
> > Fork Usergrid on GitHub: https://github.com/usergrid/stack
> -- You received this message because you are subscribed to the Google
> Groups Usergrid group. To post to this group, send email to
> usergrid@googlegroups.com. To unsubscribe from this group, send email to
> usergrid+unsubscribe@googlegroups.com. For more options, visit this group
> at https://groups.google.com/d/forum/usergrid?hl=en
> Learn more about Apigee Usergrid at
> http://apigee.com/about/products/usergrid
> Fork Usergrid on GitHub: https://github.com/usergrid/stack