JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Support various JADNC controller types

Open maurei opened this issue 3 years ago • 0 comments

Currently the OpenApi integration only picks up on controllers that inherit from JsonApiController. This needs to be expanded so that the following are also picked up on:

  • JsonApiQueryController
  • JsonApiCommandController
  • Usages of HttpRestrictAttribute
  • Overrides of JsonApiController methods
  • Handling of [HttpHead]

maurei avatar Sep 01 '21 12:09 maurei