Closed baywet closed 2 years ago
OpenAPI describes and uses types that are generally not part of the standard types for the language runtime:
For those type we should:
more details #1004 and associated PR
example of work in the refiner https://github.com/microsoft/kiota/blob/5050e5d6ce1da55d0d87d8b1d50662cb80370a7b/src/Kiota.Builder/Refiners/GoRefiner.cs#L285
example of types in Go (only if the native runtime doesn't support it and we need to bring a library onboard) https://github.com/microsoft/kiota-abstractions-go/tree/main/serialization
OpenAPI describes and uses types that are generally not part of the standard types for the language runtime:
For those type we should:
more details #1004 and associated PR