I was wondering what others are doing to expose REST api endpoints with the 
datastore. I want to use urlsafe keys but 1 - I'd rather not pass this data 
directly as it poses a security risk, and 2 - the keys that are generated 
are very long and would not be great when multiple need to be passed as a 
query parameter to form a get request (and would probably exceed browser 
character limits).

I was thinking maybe using compression of some sort to compress the urlsafe 
keys which would solve both 1 and 2, but want to see if there is a better 
way to create REST endpoints. Or if some type of compression method is 
already baked into ndb?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e0840474-4354-4529-8cd5-786c05440368%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to