Skip to content

@wpappointments/data

Data layer package providing React hooks, API functions, type registry, and utilities for building WP Appointments addons.

Installation

Terminal window
npm install @wpappointments/data

Exports

CategoryExports
HooksuseBookableEntities, useBookableEntity, useBookableVariants, useEffectiveAvailability, useSlideout
APIfetchBookables, createBookable, updateBookable, deleteBookable, fetchVariants, fetchVariantAvailability, fetchBookableTypes
RegistryregisterBookableType, getBookableType, getRegisteredBookableTypes
TypesBookableEntity, BookableVariant, BookableAttribute, AvailabilityData, BookableTypeInfo
UtilitiesapiFetch, toast, randomId, resolve, slideoutContent

Guides