app_store_connect:到App Store Connect API的Ruby接口

时间:2021-05-25 11:11:00
【文件属性】:
文件名称:app_store_connect:到App Store Connect API的Ruby接口
文件大小:36KB
文件格式:ZIP
更新时间:2021-05-25 11:11:00
ruby rubygem itunesconnect appstoreconnect Ruby App Store连接 到Ruby接口 安装 将此行添加到您的应用程序的Gemfile中: gem 'app_store_connect' 然后执行: $ bundle 或将其自己安装为: $ gem install app_store_connect 用法 AppStoreConnect . config = { issuer_id : issuer_id , key_id : key_id , private_key : private_key } app_store_connect = AppStoreConnect :: Client . new app_store_connect . apps app_store_connect . app ( id : '1234' ) app_store_connect . builds ( id : '123
【文件预览】:
app_store_connect-master
----.gitignore(104B)
----Guardfile(343B)
----.rspec(53B)
----.rubocop.yml(728B)
----CODE_OF_CONDUCT.md(3KB)
----.ruby-version(11B)
----app_store_connect.gemspec(1KB)
----LICENSE.txt(1KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----spec()
--------support()
--------spec_helper.rb(779B)
--------app_store_connect()
--------bundle_id_create_request_spec.rb(1KB)
--------app_store_connect_spec.rb(157B)
--------bundle_id_create_request()
----README.md(2KB)
----lib()
--------app_store_connect.rb(886B)
--------config()
--------app_store_connect()
--------tasks()
----Gemfile(70B)
----Rakefile(166B)
----Gemfile.lock(3KB)

网友评论