1.4.2 • Published 2 years ago

simple-xmlrpc v1.4.2

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

simple-xmlrpc

a simple xmlrpc client in TypeScript

Usage

import { SimpleXmlRpcClient } from "simple-xmlrpc"

// 调用 API 上传文件
const xmlrpcApiUrl = "http://127.0.0.1:3000/xmlrpc.php"
const client = new SimpleXmlRpcClient(xmlrpcApiUrl)
const result = await client.methodCall("metaWeblog.getUsersBlogs", [
  "",
  "terwer",
  "123456"
]);

console.log("success=>", result);
1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago