UNPKG

steamcommunity-inventory

Version:

A rate limit and response handler for steamcommunity inventories. - It's functional. - Will appreciate all feedback I can get

9 lines (8 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REQUEST_COUNT_THRESHOLD = void 0; /** * Maximum number of items we can fetch from * the API. */ exports.REQUEST_COUNT_THRESHOLD = 2500;