Open
Description
It would be great for better programming to have proper super classes for the model classes. For example, all WhatsApp model classes have fields like "from", "to", "messageId", "callbackData" and notfiyUrl (Inlcuding getters).
This also applies to the SendWhatsApp<...>Request classes and the object they return with the executeMethod.
For example, I want to have a method which sends the request to do some processing which is not dependent on the type of request, but using the current classes I have to do a lot of method overriding, duplicating code and e.g. using lamdas to send the requests instead of handling an abstract request.
Metadata
Metadata
Assignees
Labels
No labels