Léim go dtí an príomhábhar

SDKanna Oifigiúla

SDK Node atá TypeScript-first, móide Python agus PHP — tús tapa.

Idirmheánach· 4 nóiméad léite· Nuashonraithe: 2026-05-05· Fuair 19 duine é seo úsáideach
**Node.js / TypeScript** — eisithe. ```bash npm install @glanevo/sdk ``` ```ts import { Glanevo } from "@glanevo/sdk"; const glanevo = new Glanevo({ apiKey: process.env.GLANEVO_KEY! }); const appt = await glanevo.appointments.create({ customerId: "cus_xxx", serviceId: "svc_xxx", staffId: "stf_xxx", startAt: "2026-05-22T14:00:00Z", }); console.log(appt.id); ``` **Python** — i mbéite (ar an treochlár; gan dáta fógartha). ```bash pip install glanevo ``` ```py from glanevo import Glanevo g = Glanevo(api_key="sk_live_...") appt = g.appointments.create(customer_id="cus_x", service_id="svc_x", start_at="...") ``` **PHP** — in alfa (ar an treochlár; gan dáta fógartha). **Aon rud eile.** Oibríonn an REST API ó theanga ar bith; le haghaidh SDK pobail, oscail iarratas tarraingthe ar GitHub. 📦 Stór: [github.com/glanevo/sdk](https://github.com/glanevo/sdk).

Ar chabhraigh an t-alt seo leat?