acacode / acacode/swagger-typescript-api
apiClassName can not be cutomized when modular is true
Aperta
bug
- Lingua principale
- TypeScript
- Stelle
- 4.1k
- Fork
- 436
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
It seems no option named "apiClassName" for the `generateApi` function, and I also try to set name to 'CustomizedAPI', and add a hook to alter the api class name,
```
hooks: {
onPrepareConfig: (currentConfiguration) => {
return {
...currentConfiguration,
config: {
...currentConfiguration.config,
apiClassName: 'CustomizedAPI'
}
}
},
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.