APIActive

Appdome API

Appdome API endpoint to add context to an app after build, with polling and optional overrides.

Open source page

Field note

What it does

This page describes the process of adding context to an app using the Appdome API. It includes a POST request to send the task_id with action=context and optional overrides, followed by a GET request to poll the task status until success. A Python library example is also provided.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

sdk

Python / https://apis.appdome.com/docs/add-context-to-app

rest

Not filed / Not filed

cli

Not filed / Not filed

Product features

Product features

Appstore Deploy Script

Download a script via GET /api/v1/tasks/$task_id/deploy_script to deploy to Apple's Appstore from a Mac.

Bash Script Example

Example bash script using curl and jq.

CI/CD Integration

Integrate Appdome build-context-sign process into CI/CD pipelines.

CI/CD Integration

Integrate the full Appdome flow into CI/CD environments.

Deploy via POST /api/v1/tasks

Send a POST request to /api/v1/tasks with parent_task_id and action deploy to deploy the app.

GET Request

Poll task status until success.

Node.js Example

Example in Node.js.

POST Request

Send task_id with action=context and optional overrides.

Python Library

Example usage of Appdome Python library for adding context.

Single Tasks

Perform single tasks such as upload, build, add context, sign, download, and deploy.

Team Audit Logs

Get team audit logs and information.