https://github.com/rai200890/swagger-stub-api
https://github.com/rai200890/swagger-stub-api
flask python swagger
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rai200890/swagger-stub-api
- Owner: rai200890
- Created: 2017-09-27T15:09:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:12:40.000Z (about 5 years ago)
- Last Synced: 2025-09-07T09:21:42.544Z (10 months ago)
- Topics: flask, python, swagger
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swagger-stub-api
[](https://travis-ci.org/rai200890/swagger-stub-api)
[](https://badge.fury.io/py/swagger-stub-api)
Command-line application that spins up a [Flask](https://github.com/pallets/flask) app for mocking APIs from [Swagger](https://swagger.io/) specification, using [swagger-parser](https://github.com/Trax-air/swagger-parser).
## Installation
```
pip install swagger-stub-api
```
## Usage
```
Usage: swagger-stub-api [OPTIONS] SWAGGER_PATH
Options:
--port INTEGER Port used when running application
--host TEXT Host used when running application
--help Show this message and exit.
```