0.5.0 • Published 12 months ago

@brakbricks/rebrickable-api v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Brakbricks RebrickableAPI

A typescript library for Rebrickable API V3

See https://rebrickable.com/api/v3/docs/

Usage

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",
});

Documentation

See https://brakbricks.github.io/rebrickable-api/

Report bugs

See https://github.com/brakbricks/rebrickable-api/issues

0.5.0

12 months ago

0.1.2

12 months ago

0.1.0

12 months ago