Open ddrg opened 2 years ago
Turns out that your client.calls.get.cdr() function uses 'from_date' and 'to_date' while your client.voicemail.get.voicemail_messages() function uses 'date_from' and 'date_to'. It would be helpful to use the same naming for dates for all functions.
When you get a chance, can you verify that kwargs can be passed? I want to filter between from_date and to_date like you can for client.calls.get.cdr().
Thanks for your great work!