@@ -27,7 +27,7 @@ import { DeleteApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
27
27
28
28
const sdk = new Speakeasy ({
29
29
security: {
30
- apiKey: " YOUR_API_KEY_HERE " ,
30
+ apiKey: " " ,
31
31
},
32
32
});
33
33
@@ -55,7 +55,7 @@ import { FindApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-typ
55
55
56
56
const sdk = new Speakeasy ({
57
57
security: {
58
- apiKey: " YOUR_API_KEY_HERE " ,
58
+ apiKey: " " ,
59
59
},
60
60
});
61
61
@@ -83,7 +83,7 @@ import { GenerateOpenApiSpecForApiEndpointResponse } from "@speakeasy-api/speake
83
83
84
84
const sdk = new Speakeasy ({
85
85
security: {
86
- apiKey: " YOUR_API_KEY_HERE " ,
86
+ apiKey: " " ,
87
87
},
88
88
});
89
89
@@ -110,7 +110,7 @@ import { GeneratePostmanCollectionForApiEndpointResponse } from "@speakeasy-api/
110
110
111
111
const sdk = new Speakeasy ({
112
112
security: {
113
- apiKey: " YOUR_API_KEY_HERE " ,
113
+ apiKey: " " ,
114
114
},
115
115
});
116
116
@@ -137,7 +137,7 @@ import { GetAllApiEndpointsResponse } from "@speakeasy-api/speakeasy-client-sdk-
137
137
138
138
const sdk = new Speakeasy ({
139
139
security: {
140
- apiKey: " YOUR_API_KEY_HERE " ,
140
+ apiKey: " " ,
141
141
},
142
142
});
143
143
@@ -162,7 +162,7 @@ import { GetAllForVersionApiEndpointsResponse } from "@speakeasy-api/speakeasy-c
162
162
163
163
const sdk = new Speakeasy ({
164
164
security: {
165
- apiKey: " YOUR_API_KEY_HERE " ,
165
+ apiKey: " " ,
166
166
},
167
167
});
168
168
@@ -188,7 +188,7 @@ import { GetApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-type
188
188
189
189
const sdk = new Speakeasy ({
190
190
security: {
191
- apiKey: " YOUR_API_KEY_HERE " ,
191
+ apiKey: " " ,
192
192
},
193
193
});
194
194
@@ -215,7 +215,7 @@ import { UpsertApiEndpointResponse } from "@speakeasy-api/speakeasy-client-sdk-t
215
215
216
216
const sdk = new Speakeasy ({
217
217
security: {
218
- apiKey: " YOUR_API_KEY_HERE " ,
218
+ apiKey: " " ,
219
219
},
220
220
});
221
221
0 commit comments