Add pagination headers to term collection response#1182
Conversation
|
@WP-API/amigos #reviewmerge |
There was a problem hiding this comment.
@danielbachhuber Many hosts limit the size of HTTP headers. I don't know if we ran into this issue with v1.0, but I believe @rmccue and I discussed moving these values into the collection response itself. @rmccue am I recalling correctly??
There was a problem hiding this comment.
I'd like to implement as headers for now, as it follows the existing implementation, and we can reformat at a later date in this milestone.
There was a problem hiding this comment.
I don't know if we ran into this issue with v1.0
We definitely did, WP Engine limits more aggressively than other hosts and we saw problems there. That was only because we sent one-link-per-item though.
Should be fine here (we do the same for posts) for now, I think the plan was to review when we look at the links-for-collections stuff
Add pagination headers to term collection response
|
Merged #1182 |
Fixes #534