Vendors are the organizations that provide professional translation services. To assign a Vendor to a project workflow you should invite an existing Organization to be a Vendor for you.

Use API to get the list of the Vendors you already invited to your organization.

Hierarchy (view full)

Constructors

Methods

  • Type Parameters

    • T

    Parameters

    • req: {
          operationName?: string;
          query: string;
          variables?: any;
      }
      • OptionaloperationName?: string
      • query: string
      • Optionalvariables?: any
    • config: {
          url?: string;
      } = {}
      • Optionalurl?: string

    Returns Promise<ResponseObject<T>>