swagger-codegen-generators icon indicating copy to clipboard operation
swagger-codegen-generators copied to clipboard

HTML clients seem to have "helloreverb" hardcoded as a fallback for missing info

Open yochannah opened this issue 6 years ago • 4 comments

Symptom: omit info > contact > email (or url) - This seems to validate in the swagger editor but if you generate an html client, it will be autofilled with helloreverb.com.

Affected templates: HTML and HTML2. Dynamic HTML I think is fine.

You can try reproducing it by comparing the output with and without lines 6-8 in this file

yochannah avatar Aug 02 '18 15:08 yochannah

This also happens on openapi 3.0.3 when generating html client.

DiegoVillalpandoTR avatar May 23 '22 18:05 DiegoVillalpandoTR

What is even the point of the code examples that are generated? They contain no models, but do refer to them...

bushwakko avatar Jan 17 '23 14:01 bushwakko

This is still a problem - happens when generating static html documentation from a spec file.

mattnedrich avatar Oct 13 '23 15:10 mattnedrich