gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

getBranchs() sort

Open skiray opened this issue 3 years ago • 1 comments

image

api doc have not provider sort by commit but web provided , i found api also could sort such as :

GET /projects/:id/repository/branches? search=xx&sort=updated_desc
GET /projects/:id/repository/branches? search=xx&sort=updated_asc
GET /projects/:id/repository/branches? search=xx&sort=name_desc

skiray avatar Apr 13 '22 07:04 skiray

but web provided , i found api also could sort

@jabby not sure what is the project's take on unofficial features of the API

mccartney avatar Oct 15 '22 17:10 mccartney