Skip to content

Conversation

@parkerduckworth
Copy link
Member

@parkerduckworth parkerduckworth commented Mar 24, 2023

Example:

import weaviate from 'weaviate-ts-client';

const client = weaviate.client({
  scheme: 'http',
  host: 'localhost:8080',
  apiKey: new weaviate.ApiKey('my-secret-key'),
});

await client.misc.metaGetter().do();

Closes #6

@parkerduckworth parkerduckworth requested a review from a team as a code owner March 24, 2023 21:34
@bobvanluijt
Copy link
Member

Following to see when it's merged

@parkerduckworth parkerduckworth merged commit 565b8bc into main Mar 27, 2023
@parkerduckworth parkerduckworth deleted the api-key-auth branch March 27, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for API keys

6 participants