pixela:适用于Ruby的Pixela API客户端

时间:2021-05-28 04:11:58
【文件属性】:
文件名称:pixela:适用于Ruby的Pixela API客户端
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-28 04:11:58
gem api-client pixela Ruby 像素 适用于Ruby的 API客户端 安装 将此行添加到您的应用程序的Gemfile中: gem 'pixela' 然后执行: $ bundle 或将其自己安装为: $ gem install pixela 用法 require "pixela" client = Pixela :: Client . new ( username : "YOUR_NAME" , token : "YOUR_TOKEN" ) # register client . create_user ( agree_terms_of_service : true , not_minor : true ) # create graph client . create_graph ( graph_id : "test-graph" , name : "graph-name" , unit : "commit
【文件预览】:
pixela-master
----.gitignore(126B)
----.env.example(17B)
----.rspec(48B)
----gemfiles()
--------faraday_1.gemfile(198B)
----bin()
--------setup(131B)
--------console(397B)
----pixela.gemspec(2KB)
----CHANGELOG.md(6KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----spec()
--------pixela()
--------support()
--------spec_helper.rb(780B)
----README.md(3KB)
----.coveralls.yml(46B)
----lib()
--------pixela()
--------pixela.rb(533B)
----Gemfile(161B)
----.yardopts(31B)
----Rakefile(117B)

网友评论