esv api:Crossway ESV API的简单客户端 源码
@ 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
用户评论