Purpose#
This page is an entry point for the Noir client-side Services SDK.The Services SDK is a theme-level JavaScript layer that wraps HTTP calls and coordinates UI state updates (typically via Alpine stores).Implementation#
Reusable folder: Reusables/Services/
JavaScript entry: Reusables/Services/Default.js
Reference documentation#
See the full API reference:Noir/3. Reusables/Services.md
Usage pattern (high-level)#
Components and reusables call methods on servicesreusabledefault.
The services layer performs API calls and updates Alpine stores and/or returns results for the caller to handle.
Modified at 2026-04-14 13:18:56