0.4.8 • Published 5 years ago

@up2tom/browser-clients v0.4.8

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 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

5 years ago

0.4.7

5 years ago

0.4.5

5 years ago

0.4.6

5 years ago

0.4.4

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.2.1

5 years ago

0.3.2

5 years ago

0.2.2

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago