Uses of Interface
org.springframework.restdocs.operation.Operation

Packages that use Operation
Package
Description
Documenting CLI commands required to make a request to a RESTful API.
Documenting the headers of a RESTful API's requests and responses.
Documenting the HTTP request sent to a RESTful API and the HTTP response that is returned.
Documenting a RESTful API that uses hypermedia.
Operation API that describes a request that was sent and the response that was received when calling a RESTful API.
Documenting the payload of a RESTful API's requests and responses.
Documenting query and path parameters of requests sent to a RESTful API.
Snippet generation.