文件名称:phraseapp-rest:Phraseapp Rest API资源集合
文件大小:33KB
文件格式:ZIP
更新时间:2024-04-21 06:41:44
ruby api ruby-gem rest phraseapp
短语休息 要求 在Phraseapp上创建一个只读令牌 使用PHRASEAPP_API_KEY设置ENVVAR 笔记 值得一提的是,所有支持分页的资源都使用默认的Phraseapp分页(page:1,per_page:25),但已明确声明为Page对象的默认值。 免责声明 这仍然是一个测试版! 某些方法签名可能会更改。 我的目标是始终保持向后兼容性,但在发布第一个主要版本(1.xx)之前,它仍处于beta版。 请记住,Phraseapp不建议用户使用列表来检索所有项目,而应使用“ #locale_download”。 每页支持多少项目的限制尚未测试。 配置 Phraseapp :: Rest . configure do | config | config . token = ENV [ 'PHRASEAPP_API_KEY' ] end 用法 使用工厂获取api客户端 api =
【文件预览】:
phraseapp-rest-master
----.gitignore(24B)
----rubocop()
--------.default.yml(1KB)
--------.rubocop_todo.yml(1KB)
----.rspec(22B)
----.travis.yml(313B)
----CONTRIBUTING.md(4KB)
----phraseapp-rest.gemspec(766B)
----.rubocop.yml(69B)
----LICENSE(1KB)
----CHANGELOG.md(1003B)
----examples()
--------recent_translations.rb(1KB)
--------locale_download.rb(777B)
--------project_locales.rb(624B)
----spec()
--------spec_helper.rb(3KB)
--------phraseapp-rest()
----README.md(4KB)
----lib()
--------phraseapp-rest()
--------phraseapp-rest.rb(708B)
----Gemfile(288B)
----Gemfile.lock(2KB)