3.5.1 • Published 10 months ago

@redbackracing/clients v3.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Redback Cloud JavaScript Client

Description

JavaScript client library for abstracting Redback backend micro-service APIs.

Installation

pnpm install

Build

pnpm build

Usage Examples

Note: the module must be installed before use and in tsconfig.json, moduleResolution should be set to node16.

import DataClient from '@redbackracing/clients/data';

let dataClient = new DataClient(DATA_SERVICE_URL);

await dataClient.createSession(
  carId,
  DataSourceType.PointMassSimulator,
  sessionId,
  {
    metadata: sessionMetadata,
  },
);
import { TrackDay } from '@redbackracing/clients/track';

interface State {
  trackDay: TrackDay;
}
3.5.1

10 months ago

3.5.0

10 months ago

1.0.0-abc86ee4fe2b

12 months ago

2.1.0

1 year ago

2.0.1

1 year ago

3.4.0

11 months ago

3.3.0

11 months ago

3.2.0

11 months ago

3.1.0

11 months ago

3.4.2

11 months ago

3.4.1

11 months ago

3.0.0

12 months ago

1.0.0-45268037a4f8

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

2.0.0

1 year ago

1.0.0-sdsda

3 years ago

0.1.0-test

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago