import LanguageInfo from "../definitions/LanguageInfo"; import LanguageList from "../definitions/LanguageList"; import PathSegment from "../PathSegment"; export default class Language extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.14 (Release 6.6)
Returns the information about supported languages.
Light
*/ list(): PromiseSince 1.0.14 (Release 6.6)
Returns the information about supported languages.
Light
* return {ApiResponse} */ listRaw(): PromiseSince 1.0.14 (Release 6.6)
Returns language by its respective ID.
Light
*/ get(): PromiseSince 1.0.14 (Release 6.6)
Returns language by its respective ID.
Light
* return {ApiResponse} */ getRaw(): Promise