Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'count' to replay request params #29

Merged
merged 1 commit into from
Aug 21, 2015
Merged

Add 'count' to replay request params #29

merged 1 commit into from
Aug 21, 2015

Conversation

shwanton
Copy link
Contributor

closes #28

@@ -179,6 +180,10 @@ def replay(url, id = nil, opts = {}, &blk)

request['hub.mode'] = 'replay'

if opts[:count]
request['count'] = opts[:count]
end
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure what the default count was when nothing was passed in so I don't send the param if none was passed in.

julien51 added a commit that referenced this pull request Aug 21, 2015
Add 'count' to replay request params
@julien51 julien51 merged commit 9c69798 into superfeedr:master Aug 21, 2015
@julien51
Copy link
Member

Thanks! I'll release and updated gem in the coming days...

@shamess
Copy link

shamess commented May 5, 2020

Hey everyone. Any chance we could get the gem updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Replay count parameter sent to API
3 participants