0
#1440
Replies: 1 comment
-
The split was made to have a separation of concerns between interacting with the API and processing updates. This separation should be reflected in your code. Components that require you to talk to the API need an API client. There's nothing stopping you from having multiple API clients in your program, but it's much better to use patterns like dependency injection or singletons to manage the instance. If you have concerns about the API of the library other than "they ruined it" feel free to bring them up and we can improve the API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions