Skip to content

Add method to retrieve "active" bundle. #380

@tdstein

Description

@tdstein

Add a helper method to the Bundles class, retrieving the "active" bundle. This is determined by checking the active field on the bundle object. Currently, the this can only be done by retrieving the full bundle list and then filtering for the match.

client = connect.Client()
content = client.content.get(guid)
bundle = content.bundles.active()

Metadata

Metadata

Assignees

No one assigned

    Labels

    sdkUsed for automation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions