File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:18.299Z
6+ * Generated on 2024-05-27T10:54:46.817Z
77 *
88 */
99/** eslint-disable max-classes */
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:18.299Z
6+ * Generated on 2024-05-27T10:54:46.817Z
77 *
88 */
99import {
1010 RestServiceClient ,
11- createIsomorphicFetcher ,
11+ createIsomorphicNativeFetcher ,
1212 type RestServiceClientConfig ,
1313} from '@block65/rest-client' ;
1414import {
@@ -210,7 +210,7 @@ export class OpenAiApiRestClient extends RestServiceClient<
210210> {
211211 constructor (
212212 baseUrl = new URL ( 'https://api.openai.com/v1/' ) ,
213- fetcher = createIsomorphicFetcher ( ) ,
213+ fetcher = createIsomorphicNativeFetcher ( ) ,
214214 config ?: RestServiceClientConfig ,
215215 ) {
216216 super ( baseUrl , fetcher , config ) ;
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:18.299Z
6+ * Generated on 2024-05-27T10:54:46.817Z
77 *
88 */
99import type { Jsonifiable } from 'type-fest' ;
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:14.858Z
6+ * Generated on 2024-05-27T10:54:43.557Z
77 *
88 */
99/** eslint-disable max-classes */
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:14.858Z
6+ * Generated on 2024-05-27T10:54:43.557Z
77 *
88 */
99import {
1010 RestServiceClient ,
11- createIsomorphicFetcher ,
11+ createIsomorphicNativeFetcher ,
1212 type RestServiceClientConfig ,
1313} from '@block65/rest-client' ;
1414import {
@@ -32,7 +32,7 @@ export class SwaggerPetstoreRestClient extends RestServiceClient<
3232> {
3333 constructor (
3434 baseUrl = new URL ( 'http://petstore.swagger.io/api/' ) ,
35- fetcher = createIsomorphicFetcher ( ) ,
35+ fetcher = createIsomorphicNativeFetcher ( ) ,
3636 config ?: RestServiceClientConfig ,
3737 ) {
3838 super ( baseUrl , fetcher , config ) ;
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:14.858Z
6+ * Generated on 2024-05-27T10:54:43.557Z
77 *
88 */
99import type { Jsonifiable } from 'type-fest' ;
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:16.043Z
6+ * Generated on 2024-05-27T10:54:44.720Z
77 *
88 */
99/** eslint-disable max-classes */
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:16.043Z
6+ * Generated on 2024-05-27T10:54:44.720Z
77 *
88 */
99import {
1010 RestServiceClient ,
11- createIsomorphicFetcher ,
11+ createIsomorphicNativeFetcher ,
1212 type RestServiceClientConfig ,
1313} from '@block65/rest-client' ;
1414import {
@@ -79,7 +79,7 @@ export class BillingServiceRestApiRestClient extends RestServiceClient<
7979> {
8080 constructor (
8181 baseUrl = new URL ( 'https://api.example.com/' ) ,
82- fetcher = createIsomorphicFetcher ( ) ,
82+ fetcher = createIsomorphicNativeFetcher ( ) ,
8383 config ?: RestServiceClientConfig ,
8484 ) {
8585 super ( baseUrl , fetcher , config ) ;
Original file line number Diff line number Diff line change 33 *
44 * WARN: Do not edit directly.
55 *
6- * Generated on 2024-05-27T10:51:16.043Z
6+ * Generated on 2024-05-27T10:54:44.720Z
77 *
88 */
99import type { Jsonifiable } from 'type-fest' ;
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ export async function processOpenApiDocument(
607607 : undefined ;
608608
609609 const serviceClientClassName = 'RestServiceClient' ;
610- const fetcherName = 'createIsomorphicFetcher ' ;
610+ const fetcherName = 'createIsomorphicNativeFetcher ' ;
611611 const configType = 'RestServiceClientConfig' ;
612612
613613 clientFile . addImportDeclarations ( [
You can’t perform that action at this time.
0 commit comments