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

0.2.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);

/@mlds/publicapi-client/

    Package Sidebar

    Install

    npm i @mlds/publicapi-client

    Weekly Downloads

    0

    Version

    0.2.0

    License

    none

    Unpacked Size

    22.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • nzws_me