Is your feature request related to a problem? Please describe.
As for now we can't generate multiple services/models to one directory.
And can't generate services which would use dynamic basePath CORS endpoints
Describe the solution you'd like
As a solution we suggests
1) options aliasName that would be used in services/models filenames
2) global variable (e.g. gengenbasePathMap) with map of alias <-> basePath (e.g. { ['myalias']: 'https://myapibasepath.com/api' }
Is your feature request related to a problem? Please describe. As for now we can't generate multiple services/models to one directory. And can't generate services which would use dynamic basePath CORS endpoints
Describe the solution you'd like As a solution we suggests 1) options aliasName that would be used in services/models filenames 2) global variable (e.g. gengenbasePathMap) with map of alias <-> basePath (e.g. { ['myalias']: 'https://myapibasepath.com/api' }