Adds ordering to projects contributors in API
Allows ordering in GET api/v4/projects/:project_id/repository/contributors
through `order_by` and `sort` params.
The available `order_by` options are: name|email|commits.
The available `sort` options are: asc|desc.
Showing
spec/fixtures/api/schemas/contributor.json
0 → 100644
spec/fixtures/api/schemas/contributors.json
0 → 100644
Please
register
or
sign in
to comment