文件名称:oxford_dictionary:牛津字典API的Ruby包装器
文件大小:46KB
文件格式:ZIP
更新时间:2024-06-16 22:01:17
wrapper dictionary api-wrapper ruby-wrapper oxford-dictionary
牛津词典 Ruby包装器使用 入门 $ gem install oxford_dictionary # To use in your script/application require 'oxford_dictionary' 注册API密钥后,请设置客户端: client = OxfordDictionary :: Client . new ( app_id : 'ID' , app_key : 'SECRET' ) client = OxfordDictionary . new ( app_id : 'ID' , app_key : 'SECRET' ) 使用范例 该包装器非常严格地遵循API列出的架构。 可以在找到不同API调用的数据模式。 参赛作品 entry = client . entry ( word : 'vapid' , dataset : 'en-gb' , p
【文件预览】:
oxford_dictionary-main
----bin()
--------console(342B)
--------setup(131B)
----Rakefile(163B)
----.github()
--------workflows()
----.rubocop.yml(97B)
----oxford_dictionary.gemspec(1KB)
----Gemfile(186B)
----.rspec(31B)
----spec()
--------endpoints()
--------deserialize_spec.rb(417B)
--------oxford_dictionary_spec.rb(145B)
--------request_spec.rb(931B)
--------client_spec.rb(4KB)
--------spec_helper.rb(470B)
----.gitignore(87B)
----CHANGELOG.md(2KB)
----lib()
--------oxford_dictionary()
--------oxford_dictionary.rb(241B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----fixtures()
--------vcr_cassettes()
----LICENSE.txt(1KB)