🔒
Type-safe
Fully typed with TypeScript for excellent IDE support and compile-time safety
A modern, fully-typed TypeScript SDK for the Roblox Open Cloud API
npm install @relatiohq/opencloudimport { OpenCloud } from "@relatiohq/opencloud";
const client = new OpenCloud({
apiKey: "your-api-key"
});
const user = await client.users.get("123456789");
console.log(user.displayName);