luckymarmot / API-Flow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser - Swagger - Migration TODO

JonathanMontane opened this issue · comments

TODO

  • Improve support for parameters of type array, as they behave very differently from other types
  • Improve path parameter support by saving them in environment variables
  • Remove schema field from Response, since it has been moved into parameters

Potential TODO

  • Support tags and operationId ?
  • Support ^x-.* patterns ?
  • Merge _extractResponseExternals and _extractExternals
  • Merge _extractResponseBodies and _extractBodies -- behaviors are somewhat different, not merged

Note: This list will be updated as we progress in the migration

We are now supporting the ^x- patterns that we generate with our serializer, which should help reduce the quantity of data loss.

implemented in commit 2fba116