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

Ghasedak sms webservice Python package

Results 5 ghasedak-python issues
Sort by recently updated
recently updated
newest added

کد های موجود در این گیت روی جنگو نصب شد اما کار نکرد و ارور زیر مشاهده شد. HTTPSConnectionPool(host='api.ghasedak.io', port=443): Max retries exceeded with url: /v2/sms/send/simple (Caused by NewConnectionError(': Failed...

The url "https://api.ghasedak.io/v2/" does not work anymore (as if it has ever!). It should be changed to "https://api.ghasedak.me/v2/".

receptor as a string raise this error : {"result":{"code":419,"message":"error! ArrayLengthError"},"items":[4]} use it as list.

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...