@abdulghani/axioshelper 中文文档教程
Axios helper function
基于 url 和配置创建 axios 实例
Usage
import { createInstance } from "@abdulghani/axioshelper";
const myInstance = createInstance({ url: "http://myapiaddress.com/", timeout: 5000 });
// usage
myInstance.get(
`endpoint1`,
{ page: 2 },
cancelToken
);
Axios helper function
to create axios instance based on url and config
Usage
import { createInstance } from "@abdulghani/axioshelper";
const myInstance = createInstance({ url: "http://myapiaddress.com/", timeout: 5000 });
// usage
myInstance.get(
`endpoint1`,
{ page: 2 },
cancelToken
);
更多
你可能也喜欢
- 8118b7f4 中文文档教程
- @0x/contracts-coordinator 中文文档教程
- @0xcert/ethereum-bitski-frontend-provider 中文文档教程
- @0xgabi/use-wallet 中文文档教程
- @100tal-seg/seg-devtools 中文文档教程
- @11tyrocks/eleventy-plugin-emoji-readtime 中文文档教程
- @4geit/swg-chance-user-helper 中文文档教程
- @51nodes/decentralized-schema-registry 中文文档教程
- @51npm/freedom-middleware-webpack4 中文文档教程
- @7inch/create-7inch-app 中文文档教程