Package org.springframework.restdocs.cli
package org.springframework.restdocs.cli
Documenting CLI commands required to make a request to a RESTful API.
-
ClassDescriptionStatic factory methods for documenting a RESTful API as if it were being driven using a command-line utility such as curl or HTTPie.Formatter for CLI commands such as those included in
CurlRequestSnippet
andHttpieRequestSnippet
.ASnippet
that documents the curl command for a request.ASnippet
that documents the HTTPie command for a request.