1. 首页
  2. 数据库
  3. 其它
  4. esv api:Crossway ESV API的简单客户端 源码

esv api:Crossway ESV API的简单客户端 源码

上传者: 2021-05-22 07:42:40上传 ZIP文件 141.51KB 热度 8次
@ amanda-mitchell / esv-api 这是Crossway的的Javascript客户端。 安装 yarn add @amanda-mitchell/esv-api 用法 const esvApi = require ( '@amanda-mitchell/esv-api' ) ; // This can be any method that is compatible with the Fetch interface. const fetch = require ( 'node-fetch' ) ; const apiKey = 'Go to https://api.esv.org/ to register an application and get an API key.' ; const client = esvApi . createEsvApiClien
用户评论