Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
refactor: rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Jul 29, 2020
1 parent 505a03c commit 3c6460e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Node.js CI
name: Build

on:
push:
branches: [ develop, master ]
pull_request:
branches: [ develop, master ]

jobs:
build:
Expand Down
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ Or in other words, transform [this specification](https://schema.getpostman.com/

[![build](https://github.com/joolfe/postman-to-openapi/workflows/Node.js%20CI/badge.svg)](https://github.com/joolfe/postman-to-openapi/actions)

## Features

- Postman Collection v2.1
- OpenApi 3.0

- POST request with JSON body.
- Allow extract the api version from a collection general `variable`.
- Customize general API information.
- Transform query and headers parameters.
- Automatic infer types from query and headers parameters.
- Support Json and Text body formats.
- Global Authentication and Authorization parse
- Basic
- Bearer
- Global Authentication and Authorization by configuration
## Documentation

All features, usage instructions and help can be found in the [Documentation page](https://joolfe.github.io/postman-to-openapi/)

## Development

Expand Down

0 comments on commit 3c6460e

Please sign in to comment.