Skip to content

newway/api

更新说明

  • 维护人员:码小趣 (www.maxiaoqu.com)
  • 维护日期:2024-03-26T14:30:14.000Z
  • 最后维护人员:胡涛
  • 最后维护日期:2024-04-02T11:26:37.000Z

创建时间:2024-03-06 更新时间:2024-03-06

简介

提供HTTP请求封装调用API及拦截器API配置

安装

sh
npm i @newway/api
sh
yarn add -D @newway/api
sh
pnpm add -D @newway/api
sh
bun add -D @newway/api

卸载

sh
npm uninstall @newway/api
sh
yarn uninstall @newway/api
sh
pnpm uninstall @newway/api
sh
bun uninstall @newway/api

示例

typescript
import { api } from '@newway/api';

//发起GET请求
api.get('myservice');

桑瑞新途.产品研发组