Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asca

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asca

  • 1.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Asca

GitHub license Gem

An apple app store connect api wrapper based on ruby!!!

Why ruby?

Every mac's ready for ruby out of the box!!!

Installation

Install from rubygem.org

gem install asca

Install from github

gem install specific_install
gem specific_install https://github.com/xueminghao/appstoreconnectapi.git

What you need

  1. App store connect key id
  2. App store connect issuer ID
  3. App store connect private key

For more details for how and where to get these info, you can refer to the App Store Connect API

Usage

First of all, one should setup a its credentials as described above. Then you can ever call basic REST apis or call the useful tools. To call a tools use --tools [tool-name], to call a api use --api [api-name]

  • Register device tool. Which register a new device to your current team and update the specified provisioning files
asca --tools register-device -a profile-download -n [profile-name]
  • Download provisioning file tool. Which download specified provisioning file to local disk and install it as needed
asca --tools download-profile --name [profile-name] --auto-install
  • Call device get api, you can call list the all registered devices.
asca --api device --method get

TODO

Fulfill all of the REST apis

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/xueminghao/appstoreconnectapi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 16 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc