aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS.rst
AgeCommit message (Collapse)Author
2017-12-28added command line arguments for retry and expire. Both are required on ↵copart
priority 2 messages.
2016-12-30Version bumpv0.3Thibaut Horel
2014-10-26Fix consistency in MessageRequest.pollFilip Lundborg
The help, example and actual code had different opinions on how the function should behave. This commit make them agree. poll() will return the base Request object until the receipt has expired, been acknowledged or called_back upon. Once one of those three things has occurred it returns None. The example now has expire=120 and retry=60 since without those arguments it is unable to send a message with priority=2. The expired_at does not exist, it is called expires_at in the Pushover API. This is fixed as well. The values of expires_at, acknowledged_at and called_back_at can be found as attributes in the MessageRequest object like before.
2014-08-16Add AUTHORS.rst update setup.pyThibaut Horel