UNPKG

epic-games-store-crawler

Version:

A crawler to retrieve store data from the Epic Games store

15 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** Constants for Epic Games crawler */ var Constant; (function (Constant) { /** Epic Games GraphQL base URL */ Constant["GQL_BASE"] = "https://graphql.epicgames.com/graphql"; /** Epic Games store content base URL */ Constant["SC_BASE"] = "https://store-content.ak.epicgames.com/api"; /** Epic Games store content blog path */ Constant["SC_BLOG"] = "content/blog"; })(Constant || (Constant = {})); ; exports.default = Constant; //# sourceMappingURL=constants.js.map