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 was very pleased to find this library as it does a nice job of generating flow types from an OpenApi schema.
One thing that is missing for me is being able to change the name of the flow type to include a prefix or suffix (different projects I have worked on use one or the other).
ie. changing a schema definition named User:
with a type prefix like TUser
with a type suffix like UserT
I think this would be covered by adding two additional arguments to the program to take a string and modify the name in all definitions & "$ref" positions.
Are you be open to a PR that addresses this?
The text was updated successfully, but these errors were encountered:
I was very pleased to find this library as it does a nice job of generating flow types from an OpenApi schema.
One thing that is missing for me is being able to change the name of the flow type to include a prefix or suffix (different projects I have worked on use one or the other).
ie. changing a schema definition named
User
:TUser
UserT
I think this would be covered by adding two additional arguments to the
program
to take a string and modify the name in all definitions & "$ref" positions.Are you be open to a PR that addresses this?
The text was updated successfully, but these errors were encountered: