0.4.8 • Published 4 years ago

@up2tom/browser-clients v0.4.8

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 years ago

browser-clients

This package contains browser-based clients that can interact with the UP2TOM API

Usage

import { RestClient } from "@up2tom/browser-clients";

const token = "some-api-token"
const client = new RestClient(token);

client.models()
  .then(models => console.log(models))
  .catch(e) => console.err(e));
0.4.8

4 years ago

0.4.7

4 years ago

0.4.5

4 years ago

0.4.6

4 years ago

0.4.4

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.2.1

4 years ago

0.3.2

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago