UNPKG

atix-internetmarke

Version:

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

16 lines (11 loc) 223 B
/** * internetmarke * Copyright (c) 2018 Manuel Schächinger * MIT Licensed */ 'use strict'; class GalleryItem { constructor({ id, category, categoryId, categoryDescription}) { } } module.exports = GalleryItem;