Interface HTTPXMLRPC

Hierarchy

  • HTTPXMLRPC

Methods

Methods

  • Call a XML-RPC method.

    Type Parameters

    • T = any

    Parameters

    • method: string

      The method name

    • args: any[]

      The arguments

    Returns Promise<T>

Generated using TypeDoc