You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with GitHub paginated endpoints the next content URLs are sent back in the Link header.
For example curl --head https://api.github.com/repos/erezrokah/netlify-cms-reproductions/pulls will return:
Not sure if a feature or a bug.
See here decaporg/decap-cms#3135.
When working with GitHub paginated endpoints the next content URLs are sent back in the Link header.
For example
curl --head https://api.github.com/repos/erezrokah/netlify-cms-reproductions/pulls
will return:I think it makes sense for
git-gateway
to re-write them to make it easier for clients to follow.The text was updated successfully, but these errors were encountered: