pydo.addons.get_app_metadata()
Generated on 16 Dec 2025
from pydo version
v0.22.0
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
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
app_slug |
string | True | The slug identifier for the application whose metadata is being requested. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.