使用JWT从API Rest获取数据的代码(使用Post和Get方法)

时间:2019-10-05 18:31:55

标签: rest api jwt powerquery m

我在这里只掌握有限的知识,因为我需要使用Json Web令牌从Rest API中访问数据。

数据提供商向我发送3个不同的网址:

  1. 令牌端点:https://xxxxx.yyyyy.com/vftoken/oauth/token

使用此参数

UserName = vfrest&Password = t3sting&grant_type = password

结果必须是格式为“ JSON Array”的链,其中包含3个字段:

a)access_token(实际值)

b)token_type

c)expires_in

  1. 测试端点https://xxxxx.yyyyyy.com/vfrest/api/Prueba/Prueba2

a)KEY =“自动化”

b)VALUE =承载“ access_token”

c)内容类型= application / x-www.form-urlencoded

  1. 数据端点https://xxxxx.yyyyy.com/vfrest/api/data 结果必须是格式为“ JSON数组”的链

但是...不适用于我的编程技巧

这就是我们现在拥有的:

Our code so far

但是我们有这个错误 enter image description here

0 个答案:

没有答案