0.5.0 • Published 1 year ago

@brakbricks/rebrickable-api v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago