# `@tapis/tapis-typescript`

TypeScript bindings for the [TAPIS v3 API](https://tapis.io/).

## 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](https://github.com/tapis-project/tapis-typescript/examples).