Well, I need to know if the Keycloak administration REST API follows some specification or own specification?
It uses swagger-doclet -> swagger spec 1.2 -> OpenAPI v.1.2
You can look the whole build process here: https://github.com/keycloak/keycloak/blob/master/services/pom.xml
Hey there, I am not familiar with Java stack at all, so I am kind of lost where to start with this.
Do you have any references for generating the swagger?
Hi,
if you’re not familiar with a Java stack then it might be easier to take a look at https://github.com/ccouzens/keycloak-openapi/tree/master/keycloak
This contains the generated files ready to use
1 Like