UNPKG

inventora-shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

32 lines (31 loc) 1.41 kB
"use strict"; 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.Options = exports.Interfaces = exports.Models = exports.Auth = exports.Infrastructure = exports.Enums = void 0; const Auth = require("./auth"); exports.Auth = Auth; const Enums = require("./enums"); exports.Enums = Enums; const Infrastructure = require("./infrastructure"); exports.Infrastructure = Infrastructure; const Models = require("./interfaces"); // deprecated use interfaces instead exports.Models = Models; const Interfaces = require("./interfaces"); exports.Interfaces = Interfaces; const Options = require("./options"); exports.Options = Options; // Export services at the top level __exportStar(require("./services"), exports);