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 26 API-Flow issues
Sort by recently updated
recently updated
newest added

Paw extension version: 0.1.9 Error message: ``` JavaScript Exception: TypeError: undefined is not an object (evaluating 'ds.length') ({ column = 20; line = 2277; }) ```

when exporting the API's from POW to PostMan or swagger, groups get ignored,.

type:enhancement
priority:low
urgency:low
subject:serializers
status:frozen

requested by a user

type:enhancement
urgency:low
priority:med
subject:parsers
status:under-consideration

# WIP - [x] Update to Node 8.11.3 (LTS) - [x] Fix loading of `PostmanV2Parser` for Node.js - [x] Fix Paw Parser when a `DynamicString` is undefined - [x] Fix...

At the day job we're programmatically converting postman files found in various repos into OpenAPI. I can advise the teams to improve their Postman collections, but do not have direct...

Support both `example: foo` and `x-example: foo`, as `x-example` is a common vendor extension [used for Dredd](https://dredd.readthedocs.io/en/latest/how-to-guides.html#example-values-for-request-parameters).

Common convention is to use folders to group actions together, and OpenAPI generally use tags for that. **Postman** **OpenAPI (in Redoc)** When tags are involved, Redoc looks a little more...

If the description is missing, an empty string is perfectly valid. That seems a little funny I know, but you can confirm it for yourself in the Swagger Editor.

Using JSON Schema parser to validate that examples for postman collection are valid for its v2 schema. The main commit here is https://github.com/luckymarmot/API-Flow/pull/154/commits/d304d4b4758b6d668bf862e328ea40868f4b71d9, but I have a bunch of changes...

Tried adding examples and x-example to e2e tests, but they fail the e2e tests with some random green ------------ lines at the top of the expected/actual comparison. No idea what...