UNPKG

n8n-nodes-mallabe-barcodes

Version:

n8n community node that allows the generation & scanning of different barcodes, such as the popular QR code, UPC, EAN & others using Mallabe Barcodes

4 lines (3 loc) 521 B
import type { IHookFunctions, IExecuteFunctions, ILoadOptionsFunctions, IDataObject, IHttpRequestMethods } from 'n8n-workflow'; export declare function mallabeBarcodesRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, body?: IDataObject, qs?: IDataObject, url?: string, option?: IDataObject): Promise<any>; export declare function mallabeBarcodesCdnRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, url: string): Promise<any>;