pydo.addons.get_app_metadata()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.addons.get_app_metadata(app_slug="example_app")Description
To find out what metadata is required for a specific add-on, send a GET request to /v2/add-ons/apps/{app_slug}/metadata.
Metadata varies by application.
Parameters
app_slugstring requiredThe slug identifier for the application whose metadata is being requested.
Response Example
More Information
See /v2/add-ons/apps/{app_slug}/metadata in the API reference for additional detail on responses, headers, parameters, and more.