Properties
Private axios
axios: AxiosInstance
Private baseUrl
baseUrl: string
Private cache
cache: NodeCache = new NodeCache({ stdTTL: 3600, checkperiod: 120 })
Private defaultIndexFileName
defaultIndexFileName: string = "index.json"
Private defaultTimeout
defaultTimeout: number = 3000