Ad Reijngoudt
Ad Reijngoudt
wel, the entry and name index.html are in the .angular-cli.json. Also, the cli can inject the base href using the --base-href switch
Hi @thorgod, can you create a PR for this? I have very limited time o look into this at the moment
Unfortuntly, this is not supported. You should name your enums uniquely Op vr 28 sep. 2018 om 11:22 schreef Matze5590 : > i have in swagger multiple enums named "kind"....
Hi Martin, On the server the all enums are likely to have there own typename. If you switch to OpenAPI (Swagger) 2.0, enums have there own type definition in swagger.json....
Hi Martin, Which backend language / framework is used? Regards, Ad > Op 19 mrt. 2019 om 12:44 heeft Martin Bohgard het volgende geschreven: > > Hi Ad > >...
For java we use a post process to alter the swagger.json and convert the enum values to there own enum type definitions. But this software is propriatory to the company...
I just pushed a new version with changes to the model generator class. Can you please merge your changes into this new version and push another PR?
I would also have a good use for more levels! Could it be considered?
Hi Cheeken, This does not solve my problem. I'm retreiving an image (.jpg) file. requestAPI leaves the function on line: 53 if (stream && !buffer) return cb(null, res) So the...