0.3.3 • Published 7 months ago

lorcana-api v0.3.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
7 months ago

npm version

LorcanaAPI.js

JavaScript / TypeScript client for https://lorcana-api.com/

Usage

While this is still in v0, the most up-to-date usages will be in LorcanaAPI.test.ts. But here's a couple examples that should be relatively stable:

import {LorcanaAPI} from "lorcana-api";

const api = new LorcanaAPI();

const allCards = await api.getCardsList();

const arielOnHumanLegs = await api.getCardByIDs(1, 1);

const someRandomCards = await api.getCardsByIDs([
  {setNum: 1, cardNum: 1},
  {setNum: 1, cardNum: 3},
  {setNum: 2, cardNum: 5},
  {setNum: 2, cardNum: 9},
]);
0.3.3

7 months ago

0.3.2

10 months ago

0.3.0

1 year ago

0.3.1

11 months ago

0.2.2

11 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago