igdb-ts
Version:
Unofficial IGDB API TypeScript wrapper.
97 lines • 4.85 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoints = void 0;
__exportStar(require("./AgeRating"), exports);
__exportStar(require("./AgeRatingContentDescription"), exports);
__exportStar(require("./AlternativeName"), exports);
__exportStar(require("./Artwork"), exports);
__exportStar(require("./Character"), exports);
__exportStar(require("./CharacterMugShot"), exports);
__exportStar(require("./Collection"), exports);
__exportStar(require("./Company"), exports);
__exportStar(require("./CompanyLogo"), exports);
__exportStar(require("./CompanyWebsite"), exports);
__exportStar(require("./Cover"), exports);
__exportStar(require("./ExternalGame"), exports);
__exportStar(require("./Franchise"), exports);
__exportStar(require("./Game"), exports);
__exportStar(require("./GameEngine"), exports);
__exportStar(require("./GameEngineLogo"), exports);
__exportStar(require("./GameMode"), exports);
__exportStar(require("./GameVersion"), exports);
__exportStar(require("./GameVersionFeature"), exports);
__exportStar(require("./GameVersionFeatureValue"), exports);
__exportStar(require("./GameVideo"), exports);
__exportStar(require("./Genre"), exports);
__exportStar(require("./InvolvedCompany"), exports);
__exportStar(require("./Keyword"), exports);
__exportStar(require("./MultiplayerMode"), exports);
__exportStar(require("./Platform"), exports);
__exportStar(require("./PlatformFamily"), exports);
__exportStar(require("./PlatformLogo"), exports);
__exportStar(require("./PlatformVersion"), exports);
__exportStar(require("./PlatformVersionCompany"), exports);
__exportStar(require("./PlatformVersionReleaseDate"), exports);
__exportStar(require("./PlatformWebsite"), exports);
__exportStar(require("./PlayerPerspective"), exports);
__exportStar(require("./ReleaseDate"), exports);
__exportStar(require("./Screenshot"), exports);
__exportStar(require("./Search"), exports);
__exportStar(require("./Theme"), exports);
__exportStar(require("./Website"), exports);
var Endpoints;
(function (Endpoints) {
Endpoints["AGE_RATING"] = "age_ratings";
Endpoints["AGE_RATING_CONTENT_DESCRIPTION"] = "age_rating_content_descriptions";
Endpoints["ALTERNATIVE_NAME"] = "alternative_names";
Endpoints["ARTWORK"] = "artworks";
Endpoints["CHARACTER"] = "characters";
Endpoints["CHARACTER_MUG_SHOT"] = "character_mug_shots";
Endpoints["COLLECTION"] = "collections";
Endpoints["COMPANY"] = "companies";
Endpoints["COMPANY_LOGO"] = "company_logos";
Endpoints["COMPANY_WEBSITE"] = "company_websites";
Endpoints["COVER"] = "covers";
Endpoints["EXTERNAL_GAME"] = "external_games";
Endpoints["FRANCHISE"] = "franchises";
Endpoints["GAME"] = "games";
Endpoints["GAME_ENGINE"] = "game_engine";
Endpoints["GAME_ENGINE_LOGO"] = "game_engine_logos";
Endpoints["GAME_MODE"] = "game_modes";
Endpoints["GAME_VERSION"] = "game_versions";
Endpoints["GAME_VERSION_FEATURE"] = "game_version_features";
Endpoints["GAME_VERSION_FEATURE_VALUE"] = "game_version_feature_values";
Endpoints["GAME_VIDEO"] = "game_videos";
Endpoints["GENRE"] = "genres";
Endpoints["INVOLVED_COMPANY"] = "involved_companies";
Endpoints["KEYWORD"] = "keywords";
Endpoints["MULTIPLAYER_MODE"] = "multiplayer_modes";
Endpoints["PLATFORM"] = "platforms";
Endpoints["PLATFORM_FAMILY"] = "platform_families";
Endpoints["PLATFORM_LOGO"] = "platform_logos";
Endpoints["PLATFORM_VERSION"] = "platform_versions";
Endpoints["PLATFORM_VERSION_COMPANY"] = "platform_version_companies";
Endpoints["PLATFORM_VERSION_RELEASE_DATE"] = "platform_version_release_dates";
Endpoints["PLATFORM_WEBSITE"] = "platform_websites";
Endpoints["PLAYER_PERSPECTIVE"] = "player_perspectives";
Endpoints["RELEASE_DATE"] = "release_dates";
Endpoints["SCREENSHOT"] = "screenshots";
Endpoints["SEARCH"] = "search";
Endpoints["THEME"] = "themes";
Endpoints["WEBSITE"] = "websites";
})(Endpoints = exports.Endpoints || (exports.Endpoints = {}));
//# sourceMappingURL=index.js.map