On Mon, Dec 30, 2013 at 2:45 PM, Sean Cuvanov <[email protected]> wrote:
> I am looking to generate the Discovery Doc for a Python API I have written > for App Engine. I cannot seem to find this Endpoint Command Line that is > supposed to be bundled with the SDK. > You're looking for the *endpointscfg.py* script that's packaged with the Python SDK. Follow the directions here: https://developers.google.com/appengine/docs/python/endpoints/endpoints_tool If you're talking about how to get the script, you can download the SDK here: https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python. The script is located in the *google_appengine* folder. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
