UNPKG

occasion-sdk

Version:

An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.

9 lines (6 loc) 216 B
Occasion.Modules.push(function(library) { library.Label = class Label extends library.Base {}; library.Label.className = 'Label'; library.Label.queryName = 'labels'; library.Label.belongsTo('product'); });