mercedes-benz / sechub

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

Create a ready to use java library for REST access #6

Open de-jcup opened 5 years ago

de-jcup commented 5 years ago

We got a go client which does read the sechub.json file and does all stuff.

But at some situations - e.g. when using SecHub from another software system - using REST API is necessary instead of using the native client.

Target: For java we could simply provide a nice, small and convenient java library for automation.

To think about How should we do the rest calls here? Should we use spring boot (so not small any more...) or maybe just provide a helper class to create URLs easier and some POJOs and the communication could be done by callers themself.

de-jcup commented 4 years ago

This becomes also very convenient when we support plugins (e.g. for eclipse, intellij, vscode...)

Jeeppler commented 3 years ago

See: #377

Jeeppler commented 3 years ago

See: #728