我正在使用powershell调用VSTS API来查询我的构建包的一些json data
。我使用Invoke-RestMethod
访问API没有问题,但对于具有power-shell 2.0的系统,此cmdlet不可用,我们无权安装任何更高版本的PowerShell,因此我使用$WebRequest = [System.Net.WebRequest]
。有什么方法可以通过我的VSTS PAT(personal access token)
来验证网络请求吗?
答案 0 :(得分:1)
相同的基本过程将起作用 - 您基于64编码PAT,然后添加Authorization标头。
沿着这些方向的东西,例如:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
<div class="container-fluid">
<input id="get_rpm" type="number" value="0" min="0" max="8000" step="100" />
<span style="color:white">RPM</span>
<canvas id="canvas3" width="600" height="600"></canvas>