Simple way to identify changes in the REST API #1713
-
Beyond reviewing the release notes for each release of Shlink, is there an easy way to identify what changes are made in its REST API? I vibe the swagger 'manifest' might help me here, but I know zero about swagger to know if there's worthwhile chasing as an idea or not. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In the end, I ended up comparing the .json files of the swagger specification. Pretty painful. However, I did see this Java tool which looks cool: https://github.com/Sayi/swagger-diff |
Beta Was this translation helpful? Give feedback.
-
Yeah, right now the only option is following the changelog, but I admit it's not ideal if you need to compare noon-consecutive versions. |
Beta Was this translation helpful? Give feedback.
In the end, I ended up comparing the .json files of the swagger specification. Pretty painful. However, I did see this Java tool which looks cool: https://github.com/Sayi/swagger-diff