Skip to content

[Bug] Output Streaming - Fix all functions to support output streaming #71

@MariusStorhaug

Description

@MariusStorhaug

Change the current implementation of wrapping the Invoke-GitHubApi in paranthesis and accessing the Response value. Instead, pipe for foreach and Write-Output the $_.Response. Optionally add the other fields as a write-verbose

    Invoke-GitHubAPI @inputObject | ForEach-Object {
        Write-Output $_.Response
    }

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions