Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini menjelaskan cara membuat library klien dari API backend
Python (kode yang berjalan di server). Setiap aplikasi Java atau Android dapat menggunakan library
ini untuk memanggil API.
Download library dan alat Cloud Endpoints Frameworks ke direktori aplikasi Anda seperti yang dijelaskan dalam Memulai Endpoints Frameworks.
Pastikan Anda telah
mendekorasi kode API dengan
kode framework yang diharapkan dengan benar.
Membuat library klien
Petunjuk berikut menunjukkan cara menggunakan
alat
command line Endpoints Framework untuk membuat paket klien Gradle dari kode contoh dari
Memulai Cloud Endpoints.
Untuk membuat library klien:
Ubah direktori ke direktori yang berisi file app.yaml API dan
class API Anda.
Jalankan alat command line Endpoints yang mirip dengan berikut ini:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-02 UTC."],[[["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."]]],[]]