文件名称:Ruby:到Ruby版本,发行版和分支的Sinatra API接口
文件大小:165KB
文件格式:ZIP
更新时间:2024-02-26 17:32:11
ruby redis sinatra rest-api ruby-versions
Ruby 用于Ruby版本,发行版和分支的Sinatra API接口。 用法 API端点为https://rubies.io/api 。 所有成功的请求都将返回Content-Type application/json; charset=utf-8的JSON响应application/json; charset=utf-8 application/json; charset=utf-8和状态200 。 默认情况下,CORS被启用。 状态 返回分支和正常维护中的最新版本(接收错误修复程序和安全修复程序)。 $ curl -s https://rubies.io/api/normal | jq
【文件预览】:
rubies-master
----.gitignore(435B)
----config.ru(213B)
----.rspec(22B)
----.ruby-gemset(7B)
----.travis.yml(627B)
----log()
--------.gitkeep(0B)
----.rubocop.yml(3KB)
----CODE_OF_CONDUCT.md(5KB)
----.ruby-version(6B)
----LICENSE(1KB)
----public()
--------robots.txt(24B)
--------browserconfig.xml(250B)
--------css()
--------site.webmanifest(434B)
--------favicon.ico(15KB)
--------img()
----.hound.yml(81B)
----views()
--------layout.erb(3KB)
--------index.erb(2KB)
--------error.erb(130B)
--------not_found.erb(150B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(898B)
--------CODEOWNERS(198B)
--------ISSUE_TEMPLATE()
----.rerun(48B)
----spec()
--------remote_spec.rb(425B)
--------app_spec.rb(3KB)
--------spec_helper.rb(2KB)
--------branch_spec.rb(5KB)
--------release_spec.rb(4KB)
--------fixtures()
----app.rb(2KB)
----Procfile.dev(88B)
----README.md(6KB)
----.env.dev(66B)
----config()
--------schedule.rb(309B)
--------unicorn.rb(506B)
--------rubies.nginx(2KB)
--------rubies.service(470B)
----lib()
--------remote.rb(1KB)
--------release.rb(3KB)
--------version.rb(154B)
--------branch.rb(3KB)
----Gemfile(612B)
----Rakefile(112B)
----tasks()
--------rubocop.rake(129B)
--------redis.rake(2KB)
--------rspec.rake(133B)
--------server.rake(191B)
----Gemfile.lock(3KB)