nexus:Nexus OSS REST API的JSTS客户端 源码

immense83679 6 0 ZIP 2021-05-13 21:05:58

@ qiwi / nexus 用于的组件的Monorepo 生成了用于Nexus API的客户端。 import { ComponentsApi } from '@qiwi/nexus-client' const options = { auth : { password : 'secretPassword' , username : 'j.sins' } } const api = new ComponentsApi ( { basePath : 'your Nexus API URL' , baseOptions : options } ) api . getComponentById ( 'bnBtLWludGVybmFsOjFjNzg3YTAzZGI4MjA5ZWI2MDUyOTU1MjUwNWFlMmNh' ) . then ( d

用户评论
请输入评论内容
评分:
暂无评论