acacode / acacode/swagger-typescript-api
apiClassName can not be cutomized when modular is true
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 4.1k
- Forks
- 436
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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'
}
}
},
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.