• J
    Adds ordering to projects contributors in API · 55f32208
    Jacopo 提交于
    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.
    55f32208
repositories.rb 4.1 KB