Pagination not working as expected in branches API
Closed
Pagination not working as expected in branches API
Created by: Batons0
Changing pages in API doesn't change returned content. As far as i can see, error occurs only in branches API.
http://demo.gitlab.com/api/v3/projects/2/repository/branches?private_token=CPcomi7q3qyREs8wkpQz&page=1
http://demo.gitlab.com/api/v3/projects/2/repository/branches?private_token=CPcomi7q3qyREs8wkpQz&page=100
As you can see, results are same for both requests.
Please register or sign in to reply