code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

handle incomplete lists for resumption tokens #54

Closed gcolson closed 2 years ago

gcolson commented 7 years ago

OAI-PMH specify that, when using resumption tokens, the response containing the incomplete list that completes the list must include an empty resumptionToken element http://www.openarchives.org/OAI/openarchivesprotocol.html#FlowControl

jrochkind commented 5 years ago

I now have privs on this project. I am happy to merge this PR if you are still interested -- but it probably needs a test, what do you think? Also take out the version bump from the gemspec.

jrochkind commented 4 years ago

One more try, I am now a committer/owner, and could find some time to review/merge this is you are still interested, but I think it probably needs a test to be merged. If I don't hear, I may close this as outdated/abandoned, to clean things up. @gcolson ?

barmintor commented 2 years ago

These changes are rebased and tested in #96 - this PR is closed in favor of that branch under consideration.