Skip to content

sbelzile-Coveo/coveo-client

Repository files navigation

Coveo Cloud JS Client

Javascript client for the Coveo Cloud platform.

Usage

Constructor

var client = new Coveo.Client({
    organizationId: "qadynamics",
    token: "[some API key]"
});

Sources

client.Sources.get()
    .then(sources => sources.map(source => console.log(source.name)));

Source

Get

client.Source.get("id");

Delete

client.Source.delete("id");

Create

client.Source.delete("id", {});

Rebuild

client.Source.rebuild("id");

Build

npm run build

About

Typescript client to play with the Coveo Cloud platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published