GithubHelp home page GithubHelp logo

russellbstephens / appdome-api-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appdome/appdome-api-python

0.0 0.0 0.0 88 KB

Python library for interacting with https://fusion.appdome.com/ tasks API

License: Apache License 2.0

Python 100.00%

appdome-api-python's Introduction

Appdome Python Client Library

Python client library for interacting with https://fusion.appdome.com/ tasks API.

Each API endpoint has its own file and main function for a single API call.

appdome_api.py contains the whole flow of a task from upload to download.

All APIs are documented in https://apis.appdome.com/docs.

Note: The examples below are using the requests library. You can install it with pip3 install requests.


For detailed information about each step and more advanced use, please refer to the detailed usage examples


Basic Flow Usage

Android Example:

python3 appdome_api.py --api_key <api key> --fusion_set_id <fusion set id> --team_id <team id> --app <apk/aab file> --sign_on_appdome --keystore <keystore file> --keystore_pass <keystore password> --keystore_alias <key alias> --key_pass <key password> --output <output apk/aab> --certificate_output <output certificate pdf>

iOS Example:

python3 appdome_api.py --api_key <api key> --fusion_set_id <fusion set id> --team_id <team id> --app <ipa file> --sign_on_appdome --keystore <p12 file> --keystore_pass <p12 password> --provisioning_profiles <provisioning profile file> <another provisioning profile file if needed> --entitlements <entitlements file> <another entitlements file if needed> --output <output ipa> --certificate_output <output certificate pdf>

Integration Example With GitHub Actions:

GitHub Actions Example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.