V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
mnday
V2EX  ›  程序员

咨询个 rest client for vscode 的问题

  •  
  •   mnday · 2 天前 · 313 次点击

    我编写了一个获取 Access Token 的接口和获取用户列表的接口请求,如下:

    管理 API - 获取 Access Token @name loginAdmin POST {{base_url}}/api/v3/get-management-token Accept: application/json, text/plain, / Content-Type: application/json

    { "accessKeyId": "{{pool_id}}", "accessKeySecret": "{{sk}}" }

    管理 API - 获取用户列表 @admin_token = {{loginAdmin.response.body.data.access_token}} POST {{base_url}}/api/v3/list-users Accept: application/json, text/plain, / Content-Type: application/json Authorization: {{admin_token}} x-authing-userpool-id: {{pool_id}}

    { "advancedFilter": [], "options": { "pagination": { "page": 7, "limit": 10 } } }

    当前如果把这两个请求放在一个 .http 文件里,获取用户列表可以取得获取 access token 作为变量传参。但如果我想把获取用户列表请求放到另一个 .http 文件中。access token 就无法作为变量引用。我的问题是,如何把 获取 Access Token 的请求返回 token 作为变量保存到某个文件中?然后别的 .http 文件可以方便引用

    1 条回复    2024-11-26 16:59:30 +08:00
    viakiba
        1
    viakiba  
       2 天前
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3453 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 11:02 · PVG 19:02 · LAX 03:02 · JFK 06:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.