We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64c30 commit 2af03f3Copy full SHA for 2af03f3
README.md
@@ -17,11 +17,11 @@ Convert REST API's JSON payload to Golang struct.
17
18
Arguments:
19
url URL (required)
20
- body HTTP request body. specify by json string or file(json|yml).
+ body HTTP request body. specify by json string or file.
21
22
Options:
23
-v, --version output the current version
24
- -H, --headers <string> http request headers. specify by json string or file(json|yml).
+ -H, --headers <string> http request headers. specify by json string or file.
25
-X, --method <string> specify request method to use.
26
--config <string> location of client config files. (default: "./.api-to-go.yml")
27
-D, --debug enable debug mode
0 commit comments