mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

Generate sechub client utility classes through openapi generator #3239

Open hamidonos opened 1 week ago

hamidonos commented 1 week ago

Situation

The current sechub client offers utility classes which offer convenience in using the client.

Wanted

We want to keep these utility functions and classes when we migrate to the new openapi generator.

Solution