WorldCat Search API
1. 申请 WSKey : https://platform.worldcat.org/wskey/keys/request
所有APIs : https://platform.worldcat.org/api-explorer/wcapi
2. 下载php类:http://www.jaredhowland.com/OCLC/
用法:http://www.jaredhowland.com/OCLC/
项目地址:https://github.com/jaredhowland/OCLC
下载:OCLC-master
实例:
$classify = new Classify;
$data = $classify->title('Harry Potter and the Chamber of Secrets');
转自:WorldCat Search : PHP OCLC Web Services Library
本文详细介绍了如何通过WorldCatSearchAPI与OCLC Web Services Library进行图书搜索,包括申请API密钥、下载相关PHP类库、使用示例代码及项目地址等关键步骤。
2802

被折叠的 条评论
为什么被折叠?



