Documentation
    Preparing search index...

    Promise-based wrapper around the XML-RPC protocol client.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Performs an XML-RPC method call and returns a Promise resolving to the value.

      Parameters

      • method: string

        The name of the remote procedure to execute.

      • args: any[]

        The arguments array to pass to the remote procedure.

      Returns Promise<any>

      A promise resolving to the result of the method call.