0.3.1 • Published 16 days ago

definitive-ts v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
16 days ago

Definitive TS SDK

Install

npm i definitive-ts

Usage

import { DefinitiveApi } from "definitive-ts";

const api = new DefinitiveApi({
  HEADERS: { "api-key": "eyJhbGciOiJFUzI1..." },
});

api.default
  .getVaults()
  .then((res) => console.log(res))
  .catch((e) => console.error(e));
0.3.0

16 days ago

0.3.1

16 days ago

0.2.3

1 month ago

0.2.2

2 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.26

4 months ago

0.1.25

5 months ago

0.1.24

5 months ago

0.1.23

6 months ago

0.1.22

6 months ago

0.1.21

6 months ago

0.1.20

6 months ago

0.1.19

6 months ago

0.1.18

6 months ago

0.1.17

6 months ago

0.1.16

6 months ago

0.1.15

7 months ago

0.1.13

7 months ago

0.1.12

7 months ago

0.1.11

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago