AutoWrapper
AutoWrapper copied to clipboard
Dynamic Api Version per endpoint possible?
Would it be possible to enhance AutoWrapper to dynamically show the Api Version of each endpoint (they can all theoretically be different)? I'm assuming the ApiVersion option is currently a static global version for the entire api.
The ApiResponse
object has an overload that allows you to pass in the API version. Have you tried that?
Yes, I saw that, but was wondering if AutoWrapper could support a way to do this without explicitly doing anything in the controller endpoints. In other words, detect the api version of the method executing.