4.1.4 • Published 7 months ago

@latitude-data/sdk v4.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Latitude SDK for Typescript & Javascript

npm install @latitude-data/sdk

Requires Node.js 20 or higher.

Go to the documentation to learn more.

Usage

import { Latitude, LatitudeOptions, RunPromptOptions } from '@latitude-data/sdk'

const sdk = new Latitude('my-api-key', {
  projectId: 'my-project-id',
  versionUuid: 'my-version-uuid',
})

await sdk.prompts.run('joke-teller', {
  parameters: { topic: 'Typescript' },
  onEvent: (event) => console.log(event),
  onFinished: (event) => console.log(event),
  onError: (error) => console.log(error),
  stream: true,
})

Find more examples.

Development

Requires npm 0.5.10 or higher.

  • Install dependencies: npm install
  • Add dev dependencies: npm install <package> [--save-dev]
  • Run linter: npm run lint
  • Run formatter: npm run format
  • Run tests: npm run test
  • Build package: npm run build

License

The SDK is licensed under the LGPL-3.0 License - read the LICENSE file for details.

1.0.1

1 year ago

1.0.0

1 year ago

2.2.1

9 months ago

2.0.3

10 months ago

2.2.0

9 months ago

2.0.2

10 months ago

2.2.2

9 months ago

2.0.1

10 months ago

2.0.0

11 months ago

3.0.3

8 months ago

3.0.2

8 months ago

3.0.1

8 months ago

3.0.0

8 months ago

1.0.0-beta.11

1 year ago

1.0.0-beta.12

1 year ago

1.0.0-beta.10

1 year ago

4.0.0

7 months ago

1.1.1

11 months ago

1.1.0

11 months ago

2.3.0

9 months ago

2.1.2

10 months ago

2.1.4

10 months ago

2.3.1

9 months ago

2.1.3

10 months ago

2.1.6

10 months ago

2.1.7

9 months ago

1.0.0-beta.4

1 year ago

1.0.0-beta.5

1 year ago

4.1.4

7 months ago

4.1.3

7 months ago

4.1.0

7 months ago

1.0.0-beta.6

1 year ago

1.0.0-beta.7

1 year ago

4.1.2

7 months ago

1.0.0-beta.8

1 year ago

4.1.1

7 months ago

1.0.0-beta.9

1 year ago

1.0.0-beta.0

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago