0.0.27 • Published 28 days ago

@tapis/tapis-typescript v0.0.27

Weekly downloads
-
License
ISC
Repository
github
Last release
28 days ago

@tapis/tapis-typescript

TypeScript bindings for the TAPIS v3 API.

Usage

Install this package in your project with:

npm install --save @tapis/tapis-typescript

Fetch Client

If your project is a Node project, you will need a node fetch client. You may install node-fetch:

npm install --save node-fetch

Otherwise, the default client will be the browser's window object's fetch client.

Using the API

Examples of how to configure and use the API can be found in the examples of the tapis-typescrip GitHub Respository.