microsoft / kiota

OpenAPI based HTTP Client code generator
https://aka.ms/kiota/docs
MIT License
2.98k stars 208 forks source link

Support for Duration, Date only, and Time only in Ruby #1644

Closed baywet closed 2 years ago

baywet commented 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

baywet commented 2 years ago

example of work in the refiner https://github.com/microsoft/kiota/blob/5050e5d6ce1da55d0d87d8b1d50662cb80370a7b/src/Kiota.Builder/Refiners/GoRefiner.cs#L285

baywet commented 2 years ago

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