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
Is your feature request related to a problem? Please describe.
It will be much cleaner and helpful if we can separate out the enum classes from the BaseClient class.
The benefits are 1\ much cleaner code when you make the function call. 2\ SOC. 3\ when building wrappers client object can be hidden, otherwise always have to create hooks to expose the client.
Describe the solution you'd like
Separate out Enums in a different file and import it.
Describe alternatives you've considered
None Additional context
I have done the separation in my local environment and tested that client. I can contribute if you think this is reasonable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It will be much cleaner and helpful if we can separate out the enum classes from the BaseClient class.
The benefits are 1\ much cleaner code when you make the function call. 2\ SOC. 3\ when building wrappers client object can be hidden, otherwise always have to create hooks to expose the client.
Describe the solution you'd like
Separate out Enums in a different file and import it.
Describe alternatives you've considered
None
Additional context
I have done the separation in my local environment and tested that client. I can contribute if you think this is reasonable.
The text was updated successfully, but these errors were encountered: