get_deployments: Get information of all deployments of a given type available for a given project_id.
Description
Get information of all deployments of a given type available for a given project_id.
Usage
get_deployments(project_id, type)
Arguments
project_id
id of the project, can be obtained with get_projects().
type
type of the deployment to retrieve among "model" or "app".
Value
list - parsed content of all deployments of the given type for the supplied project_id.