ghasedak-python icon indicating copy to clipboard operation
ghasedak-python copied to clipboard

Wrong endpoint for bulk send a single message

Open mhsattarian opened this issue 6 years ago • 2 comments

You've mentioned in your documentation that for bulk send a single message to multiple receivers, /send/pair endpoint should be used, while in the ghasedak.py it's being sent to /send/bulk2:

https://github.com/ghasedakapi/ghasedak-python/blob/a11c958a45900d118fea2e1d329247a03617d770/ghasedak/ghasedak.py#L69

Also, PyPI package is not updated as the repo, and errors in methods other than send, because of not using self in Ghasedak class methods.

mhsattarian avatar Nov 24 '19 10:11 mhsattarian

Just got an idea, how about using Github actions to automatically deploy on PyPI?

mhsattarian avatar Nov 26 '19 20:11 mhsattarian

Hi @mhsattarian Thanks for your report. We're going to fix this issues as soon as possible. It's good idea to deploy automatically this repo on pypi.

dariubs avatar Nov 27 '19 07:11 dariubs