@up2tom/tom-clients
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

tom-clients

This package contains clients that can interact with the UP2TOM API

Usage

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

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

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

/@up2tom/tom-clients/

    Package Sidebar

    Install

    npm i @up2tom/tom-clients

    Homepage

    up2tom.com

    Weekly Downloads

    11

    Version

    1.0.5

    License

    UNLICENSED

    Unpacked Size

    8.23 kB

    Total Files

    10

    Last publish

    Collaborators

    • robgarden