Field note
What it does
Appdome Build API automates the process of building mobile apps with security defenses via POST and GET requests.
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
sdk
Python / Not filed
API to build apps on the Appdome platform with selected defenses.
Field note
Appdome Build API automates the process of building mobile apps with security defenses via POST and GET requests.
Capabilities
Tags
Ways to use it
Python / Not filed
Product features
Poll the task status until success.
Pass overrides as JSON primitives or files to modify fusion set values.
Send a POST request with app_id, fusion_set_id, action=build, and optional overrides.
Example using Appdome Python library: python3 build.py --app_id ... --fusion_set_id ... --build_overrides ...