Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

simple-xmlrpc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-xmlrpc

a simple xmlrpc client in TypeScript

latest
Source
npmnpm
Version
1.4.2
Version published
Maintainers
1
Created
Source

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);

Keywords

xmlrpc

FAQs

Package last updated on 02 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts