begriffs / clean_pagination

API pagination the way RFC7233 intended it
MIT License
33 stars 3 forks source link

Allow user code to handle empty responses #11

Closed begriffs closed 9 years ago

begriffs commented 9 years ago

This avoids special logic in the client for handling a blank body rather than JSON [].

stevenharman commented 9 years ago

Looks good from my angle. :shipit:

zacstewart commented 9 years ago

Big improvement :+1:

begriffs commented 9 years ago

Thanks for the nudge. Merged and pushed to rubygems.

zacstewart commented 9 years ago

🎉 Thank you!