Quickstart
Get up and running in under five minutes.
Get up and running in under five minutes.
A brief end-to-end walkthrough so a new user can see your product working. Replace this with the equivalent for your product.
npm install your-packageimport { YourClient } from 'your-package';
const client = new YourClient({
apiKey: process.env.API_KEY,
});const result = await client.things.list();
console.log(result);