esv_api:ESV api(http

时间:2024-05-28 01:52:50
【文件属性】:

文件名称:esv_api:ESV api(http

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-28 01:52:50

Ruby

ESV_API 的API包装器 安装 gem 'esv_api' 用法 对于您的rails应用程序: #Create an initializer: ESV . configure do | config | config . api_key = YOUR_API_KEY end @esv_text = ESV . passage_query ( params [ :passage ] || "John 1" , { 'include-footnotes' => 'false' , 'include-headings' => 'false' , 'include-subheadings' => 'false' , 'include-audio-link' => 'false' } ) 查询类型 以下方法可用作查询类型: passage_que


【文件预览】:
esv_api-master
----.gitignore(90B)
----esv_api.gemspec(618B)
----LICENSE.md(1KB)
----spec()
--------esv_api_spec.rb(185B)
--------helper.rb(35B)
--------esv_api()
----README.md(2KB)
----lib()
--------esv_api()
--------esv_api.rb(547B)
----Gemfile(38B)
----Rakefile(180B)

网友评论