UNPKG

@getoccasion/sdk

Version:

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

7 lines (5 loc) 186 B
Occasion.Modules.push(function(library) { library.Country = class Country extends library.Base {} library.Country.className = 'Country' library.Country.queryName = 'countries' })