Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Oct 2, 2024
1 parent eab6273 commit ad467eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# OpenAPI Generator for Postman v2

## Overview
Implementation of the OpenAPI generator for Postman format v2.1.
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.

From an OpenAPI file it generates a Postman collection in the Postman V2 JSON format.
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).

See the available [options](#config-options) to customise the generation.
More on our blog [Effortless API Testing with the Adyen Postman collections](https://www.adyen.com/knowledge-hub/adyen-postman-collections).

## Usage

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

See the available [options](#config-options) to customise the generation.

### Run with Docker

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

0 comments on commit ad467eb

Please sign in to comment.