night-api
Version:
Ce paquet Npm fourni une interface pour intéragir avec [Night-API](https://night-api.com)
41 lines • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Lists = exports.http = exports.Endpoints = void 0;
const Endpoints = {
TestToken: "/test-token",
Jokes: {
_: "/jokes",
},
Images: {
_: "/images",
Animals: { _: "/animals" },
SFW: { _: "/sfw" },
NSFW: { _: "/nsfw" },
Captcha: { _: "/captcha" },
QRcode: { _: "/qrcode", reader: "/reader" },
},
Games: {
_: "/game",
Minecraft: "/minecraft",
GarrysMod: "/garrysmod",
FiveM: "/fivem",
},
General: {
_: "/general",
IPinfo: "/ipinfo",
}
};
exports.Endpoints = Endpoints;
const http = {
api: 'https://api.night-api.com',
cdn: 'https://cdn.night-api.com',
};
exports.http = http;
const Lists = {
NSFWcategory: ["anal", "ass", "boobs", "gonewild", "hanal", "hass", "hboobs", "hentai", "hkitsune", "hmidriff", "hneko", "hthigh", "neko", "paizuri", "pgif", "pussy", "tentacle", "thigh", "yaoi"],
SFWcategory: ["coffee", "food", "holo", "kanna"],
JokesCategory: ["global", "dev", "dark", "limit", "beauf", "blondes"],
AnimalsCategoy: ["dog", "cat", "wolf", "fox", "giraffe", "kangaroo", "lion", "quokka", "lezard", "leopard", "singes", "paon", "hamster"]
};
exports.Lists = Lists;
//# sourceMappingURL=constants.js.map