当前位置:网站首页>nVisual secondary development - Chapter 2 nVisual API operation guide Swagger use
nVisual secondary development - Chapter 2 nVisual API operation guide Swagger use
2022-08-04 13:06:00 【NWVDI Navi Di】
01# Get global authorization parameter token
1. Select Help-->"API Guide" from the menu to enter the swaggerUI page.


2. Find the "/wapi/v1/authenticate" interface on the swagger page.
Click the Try it out button, enter the username and password to get the token.


02# Access interface
1. Put the obtained token into the global parameter Authorize, and add the prefix: Bearer+space.

After authorization is complete, click the Close button.

2. Access other interfaces, click Try it out and enter relevant parameters to access.The interface description of each interface is shown in the interface, such as: Get token interface.


边栏推荐
猜你喜欢
随机推荐
技术分享| 小程序实现音视频通话
Haproxy搭建web群集
跨链桥已成行业最大安全隐患 为什么和怎么办
论文翻译:2022_Time-Frequency Attention for Monaural Speech Enhancement
手搓一个“七夕限定”,用3D Engine 5分钟实现烟花绽放效果
LeetCode_299_猜数字游戏
RT-Thread stm32 基础记录
【自动微分实现】反向OO实现自动微分(Pytroch核心机制)
微信小程序使用腾讯云对象储存上传图片
持续交付(二)PipeLine基本使用
备份控制文件
oracle sql中根据条件判断是否插入数据
SSRF-服务器端请求伪造-相关知识
判断密码是否包含键盘连续字母
持续交付(三)Jenkinsfile语法使用介绍
JSX use
MySQL性能指标TPS\QPS\IOPS如何压测?
router---dynamic route matching
Various problems with npm install
router---路由守卫









