-
-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from knuckleswtf/overrides
Added support for overriding parts of the generated Postman collection or OpenAPI spec
- 5.1.0
- 5.0.1
- 5.0.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.2
- 4.37.1
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.1
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.1
- 4.23.0
- 4.22.0
- 4.21.2
- 4.21.1
- 4.21.0
- 4.20.0
- 4.19.1
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.1
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.37.2
- 3.37.1
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.2
- 3.33.1
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.1
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.1
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.1
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.1
- 3.14.0
- 3.13.0
- 3.12.1
- 3.12.0
- 3.11.1
- 3.11.0
- 3.10.3
- 3.10.2
- 3.10.1
- 3.10.0
- 3.9.1
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.7.10
- 2.7.9
- 2.7.8
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta.1
- 2.0.0-beta
- 2.0.0-alpha
- 1.9.1
- 1.9.0
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
Showing
9 changed files
with
545 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
{ | ||
"variables": [], | ||
"info": { | ||
"name": "Custom API", | ||
"_postman_id": "", | ||
"description": "", | ||
"schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json", | ||
"version": "3.9.9" | ||
}, | ||
"item": [ | ||
{ | ||
"name": "Group A", | ||
"description": "", | ||
"item": [ | ||
{ | ||
"name": "Example title.", | ||
"request": { | ||
"url": { | ||
"protocol": "http", | ||
"host": "localhost", | ||
"path": "api\/withDescription", | ||
"query": [], | ||
"raw": "http:\/\/localhost\/api\/withDescription" | ||
}, | ||
"method": "GET", | ||
"header": [ | ||
{ | ||
"key": "Content-Type", | ||
"value": "application\/json" | ||
}, | ||
{ | ||
"key": "Accept", | ||
"value": "application\/json" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "[]", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
} | ||
} | ||
}, | ||
"description": "This will be the long description.\nIt can also be multiple lines long.", | ||
"response": [] | ||
} | ||
}, | ||
{ | ||
"name": "api\/withResponseTag", | ||
"request": { | ||
"url": { | ||
"protocol": "http", | ||
"host": "localhost", | ||
"path": "api\/withResponseTag", | ||
"query": [], | ||
"raw": "http:\/\/localhost\/api\/withResponseTag" | ||
}, | ||
"method": "GET", | ||
"header": [ | ||
{ | ||
"key": "Content-Type", | ||
"value": "application\/json" | ||
}, | ||
{ | ||
"key": "Accept", | ||
"value": "application\/json" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "[]", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
} | ||
} | ||
}, | ||
"description": "", | ||
"response": [] | ||
} | ||
}, | ||
{ | ||
"name": "Endpoint with body parameters.", | ||
"request": { | ||
"url": { | ||
"protocol": "http", | ||
"host": "localhost", | ||
"path": "api\/withBodyParameters", | ||
"query": [], | ||
"raw": "http:\/\/localhost\/api\/withBodyParameters" | ||
}, | ||
"method": "POST", | ||
"header": [ | ||
{ | ||
"key": "Content-Type", | ||
"value": "application\/json" | ||
}, | ||
{ | ||
"key": "Accept", | ||
"value": "application\/json" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "{\n \"user_id\": 9,\n \"room_id\": \"consequatur\",\n \"forever\": false,\n \"another_one\": 11613.31890586,\n \"yet_another_param\": {\n \"name\": \"consequatur\"\n },\n \"even_more_param\": [\n 11613.31890586\n ],\n \"book\": {\n \"name\": \"consequatur\",\n \"author_id\": 17,\n \"pages_count\": 17\n },\n \"ids\": [\n 17\n ],\n \"users\": [\n {\n \"first_name\": \"John\",\n \"last_name\": \"Doe\"\n }\n ]\n}", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
} | ||
} | ||
}, | ||
"description": "", | ||
"response": [] | ||
} | ||
}, | ||
{ | ||
"name": "api\/withQueryParameters", | ||
"request": { | ||
"url": { | ||
"protocol": "http", | ||
"host": "localhost", | ||
"path": "api\/withQueryParameters", | ||
"query": [ | ||
{ | ||
"key": "location_id", | ||
"value": "consequatur", | ||
"description": "The id of the location.", | ||
"disabled": false | ||
}, | ||
{ | ||
"key": "user_id", | ||
"value": "me", | ||
"description": "The id of the user.", | ||
"disabled": false | ||
}, | ||
{ | ||
"key": "page", | ||
"value": "4", | ||
"description": "The page number.", | ||
"disabled": false | ||
}, | ||
{ | ||
"key": "filters", | ||
"value": "consequatur", | ||
"description": "The filters.", | ||
"disabled": false | ||
}, | ||
{ | ||
"key": "url_encoded", | ||
"value": "%2B+%5B%5D%26%3D", | ||
"description": "Used for testing that URL parameters will be URL-encoded where needed.", | ||
"disabled": false | ||
} | ||
], | ||
"raw": "http:\/\/localhost\/api\/withQueryParameters?location_id=consequatur&user_id=me&page=4&filters=consequatur&url_encoded=%2B+%5B%5D%26%3D" | ||
}, | ||
"method": "GET", | ||
"header": [ | ||
{ | ||
"key": "Content-Type", | ||
"value": "application\/json" | ||
}, | ||
{ | ||
"key": "Accept", | ||
"value": "application\/json" | ||
} | ||
], | ||
"body": { | ||
"mode": "raw", | ||
"raw": "[]", | ||
"options": { | ||
"raw": { | ||
"language": "json" | ||
} | ||
} | ||
}, | ||
"description": "", | ||
"response": [] | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.