0.1.5 • Published 3 years ago

@wtapi_get/wtapi v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.4

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago