IRequestAdapter should have sendEnum
and sendEnumCollection
methods
#199
Labels
area:abstractions
Focused on functional module of the product
area:http
breaking-change
enhancement
New feature or request
To align with other languages like go/java, IRequestAdapter should have
sendEnum
andsendEnumCollection
methods to handle APIs that return enums.At the moment this is mapped to
sendPrimitive
methods which does not align with other languages. This is a breaking change and should be resolved in the next major version of the lib.The text was updated successfully, but these errors were encountered: