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