Invoke-GHRestMethod - Find way to avoid duplicating codepaths for Status vs NoStatus #61
Labels
enhancement
An issue or pull request introducing new functionality to the project.
help wanted
Anyone in the community is welcome to do this work
technical debt
Work that was postponed by a previous change.
up for grabs
Anyone in the community is welcome to do this work
This was mentioned by @danbelcher-MSFT during the PR for #60. Right now, we have a bit of duplicated code for how we execute the request synchronously (with
-NoStatus
) vs asynchronously with command-prompt status updates.We should look to see if we can define the command-block of common code once, and then re-use it in both scenarios.
The text was updated successfully, but these errors were encountered: