Clients are the organizations that order professional translation services from Vendors. Clients can invite an existing organization to become a Vendor for them.

Use the API to get a list of the Clients you already cooperate with as a Vendor.

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