Skip to content

Hugging Face Provider: Get-HfSpace full info of own spaces #42

Description

@rrg92

When using Get-HfSpace -My, user must pipe again to Get-HfSpace to get full, adding more complexity to code and more http req.

Check if there are some way to do all in single request (allowing user get own spaces with full info)
today:

Get-HfSpace -My | %{ Get-HfSpace $_.id -NoGradioSession }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions