如何在不下载所有 Google 客户端 API 服务的情况下下载一个 Google 客户端 API 服务?

How do I download one google client api service without downloading all of them?

提问人:Bungles 提问时间:9/15/2023 更新时间:9/15/2023 访问量:12

问:

我想使用适用于 Java 的 Google Play Android 发布 API,但我不知道如何仅从 GitHub 下载该 API。这甚至可能吗?

clients/google-api-services-androidpublisher/v3

我尝试了以下命令,但没有用。

git pull https://github.com/googleapis/google-api-java-client-services/clients/google-api-services-androidpublisher.git

fatal: not a git repository (or any of the parent directories): .git

为什么我必须下载和编译谷歌制作的每个客户端 API 服务才能使用它?

github google-play-developer-api 谷歌客户端

评论


答: 暂无答案