kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

OpenApi Swagger modifications #190

Closed eriskooo closed 3 years ago

eriskooo commented 3 years ago

Hello,

we are using https://github.com/kumuluz/kumuluzee-openapi -> is there any chance to for example modify openapi definition, that custom javascript will be added to rendered UI (I would love to send with every post request one extra header with random value)

Thank you,

e.

urbim commented 3 years ago

For modifying OAS, you can use OASFilter. As for modifying UI itself, KumuluzEE uses Swagger UI, which is open-source. You can try modifying the code and hosting it yourself.

Also please use the respective extension repository when opening issues that only concern that extension. In this case it would be the repository you linked. This repository is meant for issues concerning the core KumuluzEE only.

eriskooo commented 3 years ago

thank you !