与 Google Books API 连接 [已关闭]

问题描述 投票:0回答:1

我正在开发一个班级项目,由于我对 Android 上的 Web API 不熟悉,所以我到处寻找可以在我的 Android 项目中使用的示例 Google 图书 Intent。我什至尝试使用 JSON,但不知道如何继续。如果有人可以帮助我使用示例 Google 代码 Android 类来使用 uri 获取内容,我会很高兴的。

android-intent google-books
1个回答
4
投票

您必须注册Google API并获取API密钥

https://code.google.com/apis/console/?pli=1#project:713668701465

services 链接 => ON Books API

API Access 链接 => 在简单 API 访问下获取 API KEY

并按照此说明进行操作

https://developers.google.com/books/

例如:www.googleapis.com/books/v1/volumes?q=isbn:1419705849&key={您的 api 密钥}

© www.soinside.com 2019 - 2024. All rights reserved.