0.3.1 • Published 1 year ago

definitive-ts v0.3.1

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

1 year ago

0.3.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago