Releases: parsariyahi/prsmsp
Releases · parsariyahi/prsmsp
v1.7.2
What's Changed
- Add
Panel
toprsmsp
main module, now you can useprsmsp
like this:from prsmsp import Panel p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")
- Add
Exceptions
for validating auth type for eachpanel
, should beusername and password
orapi_key
.
Full Changelog: v1.7.1...v1.7.2
Release v1.7.1
What's Changed
- Add
Panel
toprsmsp
main module, now you can useprsmsp
like this:from prsmsp import Panel p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")
- Add
Exceptions
for validating auth type for eachpanel
, should beusername and password
orapi_key
.
Full Changelog: v1.7.0...v1.7.1
v1.7.0
Panel Factory
now you can use a factory and call your panel like this
from prsmsp.panel import Panel
p = Panel("PANEL_NAME", username="USERNAME", password="PASSWORD")
p.send_sms(**args)
or for api key based you can use this
from prsmsp.panel import Panel
p = Panel("PANEL_NAME", api_key="API_KEY")
p.send_sms(**args)
What's Changed
- Add Panel Factory by @parsariyahi in #46
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
panels
- Sms1
What's Changed
- Add sms1 panel #25 by @parsariyahi in #42
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Panels
- niksms
What's Changed
- feature(panel): Add niksms panel by @parsariyahi in #41
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
- Add Panel: farazsms #21 by @parsariyahi in #40
New Panels
- FarazSms
Full Changelog: v1.2.2...v1.3.0
v1.2.2
Changes
- refactored the name of submodules (exeption, abctract).
- the names were wrong so I correct them into (exceptions, abstracts).
Full Changelog: v1.2.1...v1.2.2
- the names were wrong so I correct them into (exceptions, abstracts).