[google-appengine] Re: What is the best way to encode an NDB query into a (RESTful) GET(/POST) request? Are the tools already out there to do that job?

2018-12-10 Thread Simon Cox
al questions whereas Issue > Tracker for product bugs and feature requests. To get a better support you > should post to the relevant forum. Please read the Community Support > <https://cloud.google.com/support/docs/community>article for better > understanding. > > Hope t

[google-appengine] What is the best way to encode an NDB query into a (RESTful) GET(/POST) request? Are the tools already out there to do that job?

2018-12-06 Thread Simon Cox
I would like to allow the client side to arbitrarily query NDB, using the full query syntax available for NDB (which can filter on unlimited fields with ==, <, <=, >, >=, !=, IN, and can use OR and AND). How do I encode the query in a GET request? And how do I take the encoded query and