webapi icon indicating copy to clipboard operation
webapi copied to clipboard

Webapi-Swagger : Conditional Imports of Global Type Modules

Open kahlil29 opened this issue 5 years ago • 0 comments

There are 3 (possible) Global Types modules that could be generated.

  1. Definitions
  2. Responses
  3. Params

All 3 could be potentially empty (most likely Responses and/or Params) If they are empty (module would not be generated) OR if the local Types module does not need or use any Type(s) defined in these Global modules then there is no need to import them.

kahlil29 avatar Apr 04 '19 07:04 kahlil29