File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222EXAMPLES:
2323 httpgenerator ./openapi.json
24- httpgenerator https://petstore3 .swagger.io/api/v3/openapi.yaml
24+ httpgenerator https://petstore .swagger.io/v2/swagger.json
2525 httpgenerator ./openapi.json --output ./
2626
2727ARGUMENTS:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ private static int Main(string[] args)
2828 . AddExample ( "./openapi.json" ) ;
2929
3030 configuration
31- . AddExample ( "https://petstore3 .swagger.io/api/v3/openapi.yaml " ) ;
31+ . AddExample ( "https://petstore .swagger.io/v2/swagger.json " ) ;
3232
3333 configuration
3434 . AddExample (
Original file line number Diff line number Diff line change 2121
2222EXAMPLES:
2323 httpgenerator ./openapi.json
24- httpgenerator https://petstore3 .swagger.io/api/v3/openapi.yaml
24+ httpgenerator https://petstore .swagger.io/v2/swagger.json
2525 httpgenerator ./openapi.json --output ./
2626
2727ARGUMENTS:
You can’t perform that action at this time.
0 commit comments