You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
# OpenAPI Generator for Postman v2
2
2
3
3
## Overview
4
-
Implementation of the OpenAPI generator for Postman format v2.1.
4
+
Implementation of the OpenAPI generator for Postman format v2.1: from the [Adyen OpenAPI files](https://github.com/Adyen/adyen-openapi/) it generates the Postman collections in the Postman V2 JSON format.
5
5
6
-
From an OpenAPI file it generates a Postman collection in the Postman V2 JSON format.
6
+
The collections are available on the [AdyenDev Postman space](https://www.postman.com/adyendev) as well as in the [Adyen Postman GitHub repository](https://github.com/Adyen/adyen-postman/tree/main/postman).
7
7
8
-
See the available [options](#config-options) to customise the generation.
8
+
More on our blog [Effortless API Testing with the Adyen Postman collections](https://www.adyen.com/knowledge-hub/adyen-postman-collections).
9
9
10
10
## Usage
11
11
12
12
*[Run with Docker](#run-with-docker)
13
13
*[Build from source](#run-from-source)
14
14
15
+
See the available [options](#config-options) to customise the generation.
16
+
15
17
### Run with Docker
16
18
17
19
Run with the pre-built image passing `-i` inputspec (path of the OpenAPI spec file) and `-o` output dir (location
0 commit comments