Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Add some hello world which has all api imported to allow testing them all like it is done in SDK. #15

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

Currently is only one:
import webapp2

We want:
import webapp2
from google.appengine.api import images
from google.appengine.ext import db
from google.appengine.ext import ndb
...
...

This will allow simple tests of API to learn how it works without any effort 
from your side.

Original issue reported on code.google.com by [email protected] on 13 May 2014 at 9:01

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant