Home Manual Reference Source Test Repository
public class | source

API

Provides common properties and methods for the Gulp.js tasks related to the Smartling service.

Constructor Summary

Public Constructor
public

constructor(apiKey: string, projectId: string)

Initializes a new instance of the class.

Member Summary

Public Members
public

The API key to authenticate all requests.

public

The project identifier.

Public Constructors

public constructor(apiKey: string, projectId: string) source

Initializes a new instance of the class.

Params:

NameTypeAttributeDescription
apiKey string
  • optional

The API key to authenticate all requests.

projectId string
  • optional

The project identifier.

Public Members

public apiKey: string source

The API key to authenticate all requests.

public projectId: string source

The project identifier.