We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449272c commit ed45521Copy full SHA for ed45521
.stats.yml
@@ -1,4 +1,4 @@
1
configured_endpoints: 24
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lemma%2Flemma-7d37defa0f907862d7d3c807dd33259df967ddaa70601f91d4d771c9c02e4dec.yml
3
openapi_spec_hash: 357f9bb257a1f73b57bd4bd5f3018000
4
-config_hash: a9352eeefa4cb8079f275e3f783515a8
+config_hash: e876964de72aef22014f6698d3ab927b
README.md
@@ -29,7 +29,7 @@ const client = new Lemma({
29
apiKey: process.env['LEMMA_API_KEY'], // This is the default and can be omitted
30
});
31
32
-const dataset = await client.datasets.create({ name: 'name' });
+const dataset = await client.datasets.create({ name: '<NAME>' });
33
34
console.log(dataset.id);
35
```
0 commit comments