UNPKG

atix-internetmarke

Version:

A node wrapper for the Internetmarke web service of the Deutsche Post.

23 lines (20 loc) 460 B
/** * internetmarke * Copyright (c) 2018 Manuel Schächinger * MIT Licensed */ 'use strict'; module.exports = { OUTPUT_FORMATS: { PNG: 'PNG', PDF: 'PDF' }, LAYOUT_ZONES: { FRANKING: 'FrankingZone', ADDRESS: 'AddressZone' }, WSDL: { ONECLICKFORAPP: 'https://internetmarke.deutschepost.de/OneClickForAppV3/OneClickForAppServiceV3?wsdl', PRODUCT: 'https://prodws.deutschepost.de:8443/ProdWSProvider_1_1/prodws?wsdl' } };