penx / openapi-mock

Start a mock server from an OpenAPI/Swagger spec file
https://www.npmjs.com/package/openapi-mock
28 stars 7 forks source link

Documentation for openapi-mock #9

Open fjd1234 opened 6 years ago

fjd1234 commented 6 years ago

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 based on my OpenApi yamls and test positive and negative cases. The help screen indicates options for configuration and mock_dir and I assume those are where the input data/code for processing various requests would reside.

Any help using the tool would be greatly appreciated!

Thanks Frank

penx commented 6 years ago

Sure, I'll extend the docs at some point (or PRs are welcome). I'll keep this ticket open for now for people to suggest what documentation is needed.