文件名称:lever_postings:Lever.co的Postings API的Ruby客户端
文件大小:585KB
文件格式:ZIP
更新时间:2024-06-04 11:25:42
Ruby
杠杆发布API
Ruby客户端。 该工具仅限于Lever.co的Postings API(与更全面的Lever API分开使用)的功能,并且可以用于显示和应用到您自己的网站上的作业。 有关更多信息,请参见: :
安装
将此行添加到应用程序的Gemfile中:
gem 'lever_postings'
然后执行:
$ bundle
或将其自己安装为:
$ gem install lever_postings
用法
获取职位发布
公司的职位发布:
LeverPostings . postings "
【文件预览】:
lever_postings-master
----.gitignore(87B)
----lever_postings.gemspec(1KB)
----.rspec(31B)
----bin()
--------setup(115B)
--------console(330B)
----.travis.yml(76B)
----.rubocop.yml(310B)
----CODE_OF_CONDUCT.md(1KB)
----LICENSE.txt(1KB)
----spec()
--------lever_postings()
--------lever_postings_spec.rb(9KB)
--------spec_helper.rb(239B)
--------fixtures()
----README.md(7KB)
----lib()
--------lever_postings()
--------lever_postings.rb(771B)
----Gemfile(90B)
----Rakefile(114B)