0.1.5 • Published 2 years ago

@wtapi_get/wtapi v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@wtapi_get/wtapi

使用Rust开发的基础APi

目前接口
wtaxios Get Post使用
wtDownload 下载文件使用
wtExtractZip 解压缩ZIP

import {wtaxios, wtDownload,wtExtractZip} from './index.js'

wtaxios({method:"GETTEXT",url:"http://www.baidu.com"})
wtDownload({url:"https://dl1.qwp365.cn/buding/mod/3DMGAME-ERquanditucifucd.zip",taskNum:20,path:"./test/",fileName:"1.zip"});
wtExtractZip("J:\\123123\\wtapi\\test\\1.zip","./test/")

git地址 https://github.com/ChinaMars521/wtapi
欢迎提交bug和一些建议
linux 版本目前只兼容Centos,alpine 未兼容其他
未来版本兼容ubuntu,有些版本linux需要更新opensll按需要安装

0.1.5

2 years ago

0.1.4

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago