文件名称:deepl-rb:DeepL API的简单Ruby
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-28 04:14:41
ruby api translator machine-translation wrapper-api
DeepL用于Ruby 简单Ruby包装器。 安装 安装此宝石与 gem install deepl-rb # Load it in your ruby file using `require 'deepl'` 或将其添加到您的Gemfile中: gem 'deepl-rb' , require : 'deepl' 用法 使用验证密钥设置一个名为DEEPL_AUTH_KEY的环境变量: export DEEPL_AUTH_KEY= " your-api-token " 另外,您可以在ruby块中配置API客户端: DeepL . configure do | config | config . auth_key = 'your-api-token' end 您还可以配置API主机和API版本: DeepL . configure do | config | confi
【文件预览】:
deepl-rb-master
----.gitignore(144B)
----LICENSE.md(1KB)
----.rubocop.yml(306B)
----spec()
--------api()
--------resources()
--------requests()
--------spec_helper.rb(677B)
--------fixtures()
----README.md(5KB)
----deepl-rb.gemspec(2KB)
----VERSION(5B)
----lib()
--------deepl()
--------deepl.rb(1KB)
----.circleci()
--------config.yml(594B)
----Gemfile(261B)
----Rakefile(996B)