Using mlx-omni-server with apple.com

Python integration

Install
pip install mlx-omni-server
Quick start
import mlx-omni-server

# Set your API key
client = mlx_omni_server.Client(api_key="YOUR_API_KEY")
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/apps
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/builds
SDK on GitHub 📄 API Docs
SDK
mlx-omni-server
Python
API
apple.com
apple.com:app-store-connect
At a glance
Language Python
Endpoints252
Base URLhttps://api.appstoreconnect.apple.com