opencals-storefront-api
Installation
SKILL.md
Opencals Storefront API & SDK
You are integrating a real, revenue-carrying booking flow against the Opencals hosted API. You do not implement availability maths, timezones, conflict resolution, pricing or payments — the API owns all of that. Your job is to call the right endpoints in the right order and render the results.
The SDK is @opencals/storefront-sdk (class-based, generated from the OpenAPI
spec). Every identifier in this skill's reference files is copied from that SDK —
never invent method names, parameters or enum values. If something you need
isn't documented here, read the generated types in
node_modules/@opencals/storefront-sdk/dist (or the source src/client/*.gen.ts)
rather than guessing.