4doom4 / python-voipms

Python client for v1 of voip.ms REST API
MIT License
23 stars 11 forks source link

Use 'date_from' instead of reserved word 'from' #18

Closed JohnMertz closed 3 months ago

JohnMertz commented 4 months ago

Applies to getSMS, getFaxMessages REST method.

The same would be necessary for getInvoice and getMMS, but these methods are not yet supported in the library.

'to' is also change to 'date_to' for standardization.

4doom4 commented 3 months ago

thanks @JohnMertz for that!