Skip to main content

Generates config and test data for API Mocker node module using Swagger/OpenAPI Spec.

Project description

Maintainability CircleCI

API Mocker config and test data generator based on Swagger/OpenAPI Spec.

Installation

$ pip install api-mocker-generator

Usage

usage: local_main.py [-h] --swagger SWAGGER --output OUTPUT [--verbose]

optional arguments:
  -h, --help         show this help message and exit
  --swagger SWAGGER  Location of swagger document. Could be HTTP endpoint or
                     local file system
  --output OUTPUT    Output directory for configuration and mocked responses
  --verbose

Example command

$ api-mocker-generator --swagger http://localhost:8080/api-docs --output ./out

Running locally during development

$ python local_main.py --swagger http://localhost:8080/api-docs --output ./out

Verbose debugging

To turn on verbose output for debugging, set the --verbose argument.

Publishing Updates to PyPi

For the maintainer, increment the version number in api_mocker_generator.py and run the following:

docker build -f ./Dockerfile.buildenv -t namuan/api_mocker_generator:build .
docker run --rm -it --entrypoint python namuan/api_mocker_generator:build setup.py publish

Enter the username and password for pypi.org repo when prompted

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

api-mocker-generator-0.0.6.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file api-mocker-generator-0.0.6.tar.gz.

File metadata

  • Download URL: api-mocker-generator-0.0.6.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/2.7.15

File hashes

Hashes for api-mocker-generator-0.0.6.tar.gz
Algorithm Hash digest
SHA256 32e1e8c9ff9d64f8617ee5c3d173a66278f2e0b2de8c66dd45c28d0e82eb4cb9
MD5 a0279ec4a0d6088d0dd29ae7e2bc918e
BLAKE2b-256 a52642e013933cc97039b09c26bd8b12e8e404e034087cbfa41e63f27c947d18

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page