evidenspace
v0.0.0-alpha7
Published
Client for simple evidenspace integration.
Readme
Evidenspance client readme
const client = EvidenspaceClient(); await client.init();
await client.deploy({ kind, … }, priority); await client.perform([{ kind, … }, { kind, … },...], priority); await client.api({ kind, … });
