richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Handle multiple pages of returned results when getting channels #128

Closed aaknitt closed 3 years ago

aaknitt commented 6 years ago

Modified _get_data and _load_channels to accommodate getting multiple pages' worth of results back when retrieving the channel list.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 58.837% when pulling f251e93366b535aff7cf8c273ed653b75d941653 on aaknitt:master into 90a0845fb9b67c3bb6efec162f113f799ab24c6f on randomchars:master.

kovacsbalu commented 6 years ago

Hi @aaknitt, thanks for you patch. Can you please add some test for this functionality?