Skip to content

Commit ad467eb

Browse files
authored
Update README.md
1 parent eab6273 commit ad467eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# OpenAPI Generator for Postman v2
22

33
## 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.
55

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).
77

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).
99

1010
## Usage
1111

1212
* [Run with Docker](#run-with-docker)
1313
* [Build from source](#run-from-source)
1414

15+
See the available [options](#config-options) to customise the generation.
16+
1517
### Run with Docker
1618

1719
Run with the pre-built image passing `-i` inputspec (path of the OpenAPI spec file) and `-o` output dir (location

0 commit comments

Comments
 (0)