[[["易于理解","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 explains how to generate a Java client library from a Python backend API, which enables Java and Android applications to interact with the API."],["The process involves using the Endpoints Frameworks command-line tool to create a Gradle client bundle from your API code, using the class and name of your API."],["Once the client library is generated as a ZIP file, it must be unzipped, built using Gradle, and the resulting JAR file added to the Java or Android application."],["It is important to repeat the library generation process whenever modifications are made to the backend API code to ensure the client library remains in sync with the server code."],["For generating iOS clients for your API, Google APIs Objective-C Client Library for REST APIs is recommended, it is also possible to access backend API from a Python client."]]],[]]