Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

Documentation for batching and tokens authenticate #75

Closed adityavarma1234 closed 5 years ago

adityavarma1234 commented 5 years ago

Update examples for batching support and token based authentication.

Reason for updating the documentation - I had to search the source code to find that these functions exists. I almost rejected thinking that it doesn't support batching and token based authentication.

Pr0Ger commented 5 years ago

@adityavarma1234 Thanks for contribution