0.1.0 • Published 6 months ago

@lagoni/blackbox-api-fetch-test v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

We highly recommend you do not modify this client in any way since it is build for you to re-generate it when your AsyncAPI document changes.

This service is in charge of handling the code gen flow

You can find the general information about the different aspects of this library by checking the documentation folder.

An API document have also been generated which contains all the possible configurations and usages this client supports.

Example

import * as GeneratedClient from "./nats-client";
const natsClient = new GeneratedClient.NatsAsyncApiClient();
natsClient.connect(...).catch((e) => {});
0.1.0

6 months ago