openapi-mock icon indicating copy to clipboard operation
openapi-mock copied to clipboard

Start a mock server from an OpenAPI/Swagger spec file

Results 10 openapi-mock issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

we know we can generate server-side and client-side code from swagger-codegen, so what's the difference from this two? Thank you. Andes.

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

Hi, Loving openapi-mock! One thing I've noticed is that if you have an array at the depth of 2 then the response from the server will show `[Array]` instead of...

Awaiting: - [x] https://github.com/json-schema-faker/json-schema-faker/pull/360#issuecomment-364470410 release of json-schema-faker - [x] apigee-127/sway#174 failing tests with [email protected] - [x] apigee-127/sway#165 UNRESOLVABLE_REFERENCE for circular references - [x] apigee-127/sway#168 Add date and time format support...

Given the attached Swagger file I am unable to get example data from the mocked service. All I get is empty array or empty object [cba.txt](https://github.com/penx/openapi-mock/files/2141724/cba.txt)

Hello! I'm considering using openapi-mock as a test tool for client side API testing and wondering if there is any documentation or samples available? I'd like to create mock servers...

Hello! Are there any plans for openapi-mock to support OpenApi3.0 documents? Thanks Frank

Watch spec file and restart on change

enhancement