@@ -27,7 +27,7 @@ import { DeleteApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
2727
2828const sdk = new Speakeasy ({
2929 security: {
30- apiKey: " YOUR_API_KEY_HERE " ,
30+ apiKey: " " ,
3131 },
3232});
3333
@@ -55,7 +55,7 @@ import { FindApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-typ
5555
5656const sdk = new Speakeasy ({
5757 security: {
58- apiKey: " YOUR_API_KEY_HERE " ,
58+ apiKey: " " ,
5959 },
6060});
6161
@@ -83,7 +83,7 @@ import { GenerateOpenApiSpecForApiEndpointResponse } from "@speakeasy-api/speake
8383
8484const sdk = new Speakeasy ({
8585 security: {
86- apiKey: " YOUR_API_KEY_HERE " ,
86+ apiKey: " " ,
8787 },
8888});
8989
@@ -110,7 +110,7 @@ import { GeneratePostmanCollectionForApiEndpointResponse } from "@speakeasy-api/
110110
111111const sdk = new Speakeasy ({
112112 security: {
113- apiKey: " YOUR_API_KEY_HERE " ,
113+ apiKey: " " ,
114114 },
115115});
116116
@@ -137,7 +137,7 @@ import { GetAllApiEndpointsResponse } from "@speakeasy-api/speakeasy-client-sdk-
137137
138138const sdk = new Speakeasy ({
139139 security: {
140- apiKey: " YOUR_API_KEY_HERE " ,
140+ apiKey: " " ,
141141 },
142142});
143143
@@ -162,7 +162,7 @@ import { GetAllForVersionApiEndpointsResponse } from "@speakeasy-api/speakeasy-c
162162
163163const sdk = new Speakeasy ({
164164 security: {
165- apiKey: " YOUR_API_KEY_HERE " ,
165+ apiKey: " " ,
166166 },
167167});
168168
@@ -188,7 +188,7 @@ import { GetApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-type
188188
189189const sdk = new Speakeasy ({
190190 security: {
191- apiKey: " YOUR_API_KEY_HERE " ,
191+ apiKey: " " ,
192192 },
193193});
194194
@@ -215,7 +215,7 @@ import { UpsertApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
215215
216216const sdk = new Speakeasy ({
217217 security: {
218- apiKey: " YOUR_API_KEY_HERE " ,
218+ apiKey: " " ,
219219 },
220220});
221221
0 commit comments