[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-02。"],[[["This guide details the process of deploying an API, which includes setting up the environment, creating the API and web server, and then deploying to production."],["To deploy to production, you must set the `ENDPOINTS_GAE_SDK` environment variable and use the `gcloud app deploy` command, then confirm deployment by making a test request."],["APIs can be tested locally using the App Engine development server, started via `dev_appserver.py YOUR_PROJECT_DIR`, followed by sending a test `curl` request."],["Endpoints Frameworks offers API management features, such as monitoring, logging, quotas, and a developer portal, which are enabled by deploying an OpenAPI document."],["Versioning can be done by referring to the \"Handling API versioning\" page."]]],[]]