Le *_*ced 5 api json restful-architecture
我想编写一个查询OpenLibrary的RESTful API,执行以下操作:
到目前为止,这是我能够创造的所有成功:
http://openlibrary.org/query.json?type=/type/edition&authors=/authors/OL1A&covers=&title=&publish_date=&description=
Run Code Online (Sandbox Code Playgroud)
您可以剪切并粘贴到浏览器中以查看结果,OpenLibrary不需要API密钥.
我的主要障碍似乎是:
有帮助吗?
小智 0
API 不允许您搜索前 5 个本机,但您可以创建代码来使用 API 并应用正则表达式。
\n\n例子:
\n\nBha\xcc\x84nu
[Bha\xcc\x84nu]
或者Bha\xcc\x84nu
"bha\xcc\x84numati\xcc\x84ra des\xcc\x81a."
链接到正则表达式示例:https ://regex101.com/r/cTVX1Z/4
\n