API-Flow icon indicating copy to clipboard operation
API-Flow copied to clipboard

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)

Results 3 API-Flow issues
Sort by recently updated
recently updated
newest added

OS: Ubuntu 18.04 Steps: ```sh git clone https://github.com/luckymarmot/API-Flow.git cd API-Flow yarn install make make runners TARGET="node web webworker" ``` Result: ERROR in ./configs/webworker/api-flow-config.js Module not found: Error: Can't resolve '../../src/loaders/postman/v2.0/Parser'...

To repeat: ```sh npm install philsturgeon/API-flow --save-dev ``` ```js const ApiFlow = require('api-flow').default; // if from yarn/npm const path = require('path'); const options = { source: { format: 'swagger', version:...

Lots of swagger users are writing example values in v2.0, even when the spec does not allow for it, as ReDoc and similar support it. Example values are the most...