@mlds/publicapi-client
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@mlds/publicapi-client

An official JavaScript SDK of MLDS (Machine Learning Distributed System).

Usage

import { getMldsClient } from '@mlds/publicapi-client';

const endpoint = 'https://mlds.example/api';
const token = 'mlds_user_xxxxxxxxxxxxx';

const client = getMldsClient(endpoint, token);

const { data } = await client.v1.v1Health();
console.log(data.ok);

Readme

Keywords

none

Package Sidebar

Install

npm i @mlds/publicapi-client

Weekly Downloads

3

Version

0.1.0

License

none

Unpacked Size

22.8 kB

Total Files

6

Last publish

Collaborators

  • nzws_me