Hi all, is anyone have worked on standardisation o...
# server
b
Hi all, is anyone have worked on standardisation of rest API specifications, like - path conventions, request body conventions, variables, etc. I got one tool zally getting multiple issues while building the project. Any leads, suggestions will be highly appreciated as we have got to around 175+ micro-services for standardisation. #kotlin, #Groovy, #gradlew #jersey #rest
h
https://swagger.io/specification/ is a good JSON API documentation which many supporting libraries.
b
Hi Philip, thanks for the response. But the tool I'm looking for that should able to standardise (w.r.t path, variable, status naming convention, etc.) the json created from swagger or manual yaml/json files.
t
Are you looking something similar to this https://github.com/zalando/zally which validates your swagger or open api ??
b
Yes, exactly. But I find some issues while integration.