Is your feature request related to a problem? Please describe.
It's understandable if a library is tuned to a specific programming style or paradigm, but it's never a good sign if a library restricts the end user in ways of achieving their goals.
A class API would solve the problem of a low compatibility of this library with the OOP-style.
Describe the solution you'd like
A class that utilizes event collections in order to encapsulate and combine the API.
Is your feature request related to a problem? Please describe. It's understandable if a library is tuned to a specific programming style or paradigm, but it's never a good sign if a library restricts the end user in ways of achieving their goals.
A class API would solve the problem of a low compatibility of this library with the OOP-style.
Describe the solution you'd like A class that utilizes event collections in order to encapsulate and combine the API.