UNPKG

shopware-admin-api-client

Version:
9 lines (6 loc) 215 B
import { create } from '../src/index.js'; async function test() { let api = await create('http://localhost', 'admin', 'shopware'); console.log(api.EntityDefinition.getRequiredFields('product')); } test();