Commit Graph
10 Commits
Author SHA1 Message Date
Hanno Zulla 760cec6851 Allow using custom JSON conversion class. (#15) 2016-10-20 20:02:02 +03:00
John Loehrer cdc0a3dc49 support for apns-expiration header https://developer.apple.com/library/tvos/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html 2016-06-20 09:35:25 -07:00
firkeuf 1c16d81e46 Update client.py
should add force_proto else get proto = None and crash

hyper/http20/connection.py", line 354
assert proto in H2_NPN_PROTOCOLS or proto == H2C_PROTOCOL
2016-05-13 14:08:55 +03:00
firkeuf 50c5920592 Update client.py
hyper > common > util > to_bytestring
can not convert INT to byte
and raise ValueError("Non string type.")
2016-05-13 12:02:10 +03:00
leovp 4fb9a5ec8f Use proper and more clear parameter name in APNsClient 2016-03-26 12:51:49 +03:00
Leonid R 413957fa59 Update client.py according to PEP8 2016-03-25 23:33:26 +04:00
Leonid R 09685404ea Fixed spelling in client.py 2016-03-25 23:30:01 +04:00
Sergey Petrov 515bf64ae4 Add priority option for sending notification 2016-02-09 16:51:42 +03:00
Sergey Petrov 3f61fac159 Add error handling for sending notifications 2016-02-09 16:45:43 +03:00
Sergey Petrov 29f818cf43 Add initial implementation for sending notifications 2016-02-01 13:02:19 +03:00