@mlhub/ts-sdk
v0.0.3
Published
Typescript SDK for the MLHub
Downloads
233
Readme
@mlhub/ts-sdk
TypeScript bindings for the MLHub APIs
Usage
Install this package in your project with:
npm install --save @mlhub/ts-sdkFetch Client
If your project is a Node project, you will need a node fetch client. You may install node-fetch:
npm install --save node-fetchOtherwise, the default client will be the browser's window object's fetch client.
