Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
api-mocker-generator
Advanced tools
Generates config and test data for API Mocker node module using Swagger/OpenAPI Spec.
|Maintainability| |CircleCI|
API Mocker <https://github.com/gstroup/apimocker>
__ config and test
data generator based on Swagger/OpenAPI Spec.
.. code:: shell
$ pip install api-mocker-generator
::
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
::
$ python local_main.py --swagger http://localhost:8080/api-docs --output ./out
To turn on verbose output for debugging, set the --verbose
argument.
For the maintainer, increment the version number in api_mocker_generator.py and run the following:
.. code:: shell
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
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/c221df53ac279d0b767f/maintainability :target: https://codeclimate.com/github/namuan/api-mocker-generator/maintainability .. |CircleCI| image:: https://circleci.com/gh/namuan/fuzzy-swagger.svg?style=svg :target: https://circleci.com/gh/namuan/fuzzy-swagger
FAQs
Generates config and test data for API Mocker node module using Swagger/OpenAPI Spec.
We found that api-mocker-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.