1.4.2 • Published 11 months ago

simple-xmlrpc v1.4.2

Weekly downloads
-
License
GPL
Repository
github
Last release
11 months 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

11 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago