Hello,
I personally happened to use this package to fetch Azure Pipeline artifact.
However, I recently experienced Azure Pipeline api provides totally new URL for downloading, and it requires additional login.
Which means, the URL is usable only for the UI session.
I guess this package is somehow not maintained for a long time, probably due to such changes.
Instead, I achieved my goal with Azure Cli
It requires a process fork, but works well from my pov.
Cheers!
Beejei