TypeScript bindings for the TAPIS v3 API.
Install this package in your project with:
npm install --save @tapis/tapis-typescript
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.
Examples of how to configure and use the API can be found in the examples of the tapis-typescrip
GitHub Respository.