Package detail

rikki-npm-test

cp-apple28ISC1.4.1

test npm package publish

readme

安装

使用 npm:

npm install rikki-npm-test

使用 yarn:

yarn add rikki-npm-test

测试,用法如下

import {appClient} from 'rikki-npm-test'

const appcl = new appClient({
  baseURL:'https://wekey-dev.wekey.cn/',
  appId:'rikki-test-appid',
});

const res = await appcl.getAppInfo({client_id: '53deb68751cbbbea77d08a2dab740457'});
console.log(res);