0.4.8 • Published 6 years ago

@up2tom/browser-clients v0.4.8

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

6 years ago

0.4.7

6 years ago

0.4.5

6 years ago

0.4.6

6 years ago

0.4.4

6 years ago

0.4.0

6 years ago

0.3.3

6 years ago

0.2.1

6 years ago

0.3.2

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago