Crowdin Apps are web applications that can be integrated with Crowdin to extend its functionality.

Use the API to manage the necessary app data.

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