A typescript library for Rebrickable API V3
See https://rebrickable.com/api/v3/docs/
import { RebrickableApiClient } from "@brakbricks/rebrickable-api";
const client = new RebrickableApiClient("your-super-secret-api-key");
//Search for some sets
const sets = await client.getSets({
search: "Lambo",
});