You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use multiple opeapi schemes from different urls
To avoid duplicate ./src/api-generated/${scheme}/core directory for each api provider, I generate core separately
import type { CancelablePromise } from '../core/CancelablePromise';
import { OpenAPI } from '../core/OpenAPI';
import { request as __request } from '../core/request';
I would like to be able to specify the directory from which it will be imported, maybe with flag --importCorePath,
although we might also need to change the OpenAPI settings for a specific provider separately
The text was updated successfully, but these errors were encountered:
I use multiple opeapi schemes from different urls
To avoid duplicate
./src/api-generated/${scheme}/core
directory for each api provider, I generate core separatelybut In all generated services i get
I would like to be able to specify the directory from which it will be imported, maybe with flag --importCorePath,
although we might also need to change the OpenAPI settings for a specific provider separately
The text was updated successfully, but these errors were encountered: