@resistdesign/voltra
    Preparing search index...

    Function sendServiceRequest

    • Send a POST request to a service endpoint with JSON arguments.

      Parameters

      • config: ServiceConfig

        Service configuration for the request.

      • path: string = ""

        Endpoint path to call.

      • args: any[] = []

        JSON-serializable arguments to send.

      Returns Promise<any>

      Parsed JSON response.