You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where I'm generating model objects from an OpenAPI specification, and I don't want to mess with the generated code, but I was easily able to adapt it to use this library by defining extensions on my generated models.
I wasn't sure whether this would be possible, so I thought I'd post here in case anyone is looking specifically for this use case.
Thanks for making this library! I am quite happy to be getting rid of a bunch of String parameters all over my codebase, and I also welcome any feedback on my implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a project where I'm generating model objects from an
OpenAPI
specification, and I don't want to mess with the generated code, but I was easily able to adapt it to use this library by defining extensions on my generated models.I wasn't sure whether this would be possible, so I thought I'd post here in case anyone is looking specifically for this use case.
Thanks for making this library! I am quite happy to be getting rid of a bunch of
String
parameters all over my codebase, and I also welcome any feedback on my implementation.Beta Was this translation helpful? Give feedback.
All reactions