Spring REST Docs 1.1.0.RC1
Following 1.1.0.M1, it's my pleasure to announce that Spring REST Docs 1.1.0.RC1 has been released and is available from https://repo.spring.io/milestone/.
What's new?
HTTPie request snippet
A new HTTPie request snippet has been introduced. Similar to the existing curl request snippet, the new snippet contains the HTTPie command for a request. My thanks to Raman Gupta who contributed this new feature.
Reusable snippets
Snippets can now be created once with some common configuration and then reused. This reduces repetition when documenting common parts on an API, such as self
links.