Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahnlee/stamped
Swagger.json to Postman.json cli
https://github.com/hahnlee/stamped
cli go postman swagger
Last synced: 28 days ago
JSON representation
Swagger.json to Postman.json cli
- Host: GitHub
- URL: https://github.com/hahnlee/stamped
- Owner: hahnlee
- License: mit
- Created: 2019-04-21T17:37:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T17:52:49.000Z (over 5 years ago)
- Last Synced: 2024-08-01T13:31:34.560Z (3 months ago)
- Topics: cli, go, postman, swagger
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stamped
Swagger to Postman.json# Installation
```
brew tap hahnlee/brew
brew install stamped
```# Usage
```
stamped --config config.json --url YOUR_URL --out SAVE_FILE_NAME
```
OR
```
stamped --config config.json --file SWAGGER_JSON.json --out SAVE_FILE_NAME
```## Config file
```json
{
"swagger": {
"version": "2.0"
},
"postman": {
"version": "2.1",
"host": "HOST-URL"
}
}
```# License
[MIT](./LICENSE)