Installing
- npm
- yarn
- pnpm
Terminal
Make the first connection
index.js
camelCase vs. snake_caseOur API (and docs) is built around
snake_case. Still, our TS SDK currently
converts this into camelCase to match JS/TS conventions. Modern IDEs will
suggest the camelCase parameters automatically thanks to strong typing, but
keep in mind the difference when flipping between code & docs.We plan to add a toggle for this down the road, letting you opt into
snake_case even in TypeScript so it maps more directly onto our documentation
and the API’s own design.