Keep Swagger documentation updated

Asked

Viewed 100 times

1

I am documenting an API with Swagger. I am not using annotations and the documentation is recorded in a JSON file.

The problem is that API is constantly changing and with each change you need to compare the file with the Java source code.

I wonder if there is any way to automate this task or if you would have any tips.

  • 1

    At some point the API will stop being modified, right? I think until that moment there is not much to do... The way is to update manually until the API arrives in a "stable version"

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.