0.0.60 • Published 9 days ago

chima v0.0.60

Weekly downloads
-
License
-
Repository
github
Last release
9 days ago

Chima Node.js Library

npm shield fern shield

The Chima Node.js library provides convenient access to the Chima API from JavaScript/TypeScript.

Documentation

API reference documentation is available here.

Installation

npm install --save chima
# or
yarn add chima

Usage

import { ChimaApi, ChimaApiClient } from "chima"

const chima = new ChimaApiClient({});

const searchResponse = await chima.search("groupId", {
    query: "Your query",
});

console.log(searchResponse);

Streaming

import { ChimaApi, ChimaApiClient } from "chima"

const chima = new ChimaApiClient({});

await chima.stream({
    level_context: "context"
},(data) => {
    console.log("Received a new data chunk", data);
});

Beta status

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your package.json file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributing

While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!

On the other hand, contributions to the README are always very welcome!

0.0.60

9 days ago

0.0.59

12 days ago

0.0.58

1 month ago

0.0.57

2 months ago

0.0.56

2 months ago

0.0.55

3 months ago

0.0.53

3 months ago

0.0.54

3 months ago

0.0.51

5 months ago

0.0.50

5 months ago

0.0.48

5 months ago

0.0.49

5 months ago

0.0.40

9 months ago

0.0.41

9 months ago

0.0.42

8 months ago

0.0.43

8 months ago

0.0.44

7 months ago

0.0.45

6 months ago

0.0.46

6 months ago

0.0.24

10 months ago

0.0.47

6 months ago

0.0.25

10 months ago

0.0.37

9 months ago

0.0.38

9 months ago

0.0.39

9 months ago

0.0.30

10 months ago

0.0.31

9 months ago

0.0.32

9 months ago

0.0.33

9 months ago

0.0.35

9 months ago

0.0.36

9 months ago

0.0.26

10 months ago

0.0.27

10 months ago

0.0.28

10 months ago

0.0.21

10 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago