[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-05-29 (世界標準時間)。"],[[["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."]]],[]]