Skip to content
Snippets Groups Projects
Unverified Commit 0a031ea7 authored by Noah Prail's avatar Noah Prail
Browse files

Changed label limit to 100

parent 45b5259d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -315,7 +315,7 @@ interface GitLabService {
* *
* @return all the labels within a project
*/
@GET("$API_VERSION/projects/{id}/labels")
@GET("$API_VERSION/projects/{id}/labels?per_page=$MAX_TREE_PER_PAGE")
fun getLabels(@Path("id") projectId: Long): Single<List<Label>>
 
/**
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment