Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd pbGetPost function and modify .createPush for this #54
Conversation
|
Looks pretty straightforward and clean adding the new param at end to |
dbaa994
into
eddelbuettel:master
|
Can you think of a possible test? For now a few lines in simpleTests.R would do. |
|
Can you explain about simpleTests.R now? If it can check post count, will be great. I set test post count == 0 first, and test again end of test and check post count > 0. or maybe all case of test post count > 0 would be fine. |
|
Yes count changing from zero to greater than zero after we do one of the pushes should do. |
|
Made a minimal change to "plural" in the function name as multiple posts may get returned. |
add function to get post using pushbullet api https://docs.pushbullet.com/#list-pushes.
only add param limit first.