Aller au contenu

Get project data bundle

Commencez par le bloc configuration du script, puis ajoutez le code de l’extrait ci-dessous.

# ... script setup ...
PROJECT_ID = "your-project-id"
BUNDLE_ID = "your-bundle-id"
bundle = api_get(f"/v1/reality-plan/{PROJECT_ID}/bundles/{BUNDLE_ID}")
print(json.dumps(bundle, indent=2))