Variables
Const BASE_URL
BASE_URL: string = "https://api.lokalise.co/api2"
Const SCOPE
SCOPE: "translations" = "translations"
Const _debug
_debug: any = debugLib('node-lokalise-api:')
Const getRequest
getRequest: (Anonymous function) = getJsonFor('requests')
Const getResponse
getResponse: (Anonymous function) = getJsonFor('responses')
Const numberKey
numberKey: unique symbol = Symbol('numberType')
Const pageKey
pageKey: unique symbol = Symbol('pageType')
Const stringKey
stringKey: unique symbol = Symbol('stringType')