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

Fixed project search!

parent 877445e0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -101,7 +101,7 @@ interface GitLabService {
fun getProjects(@Url url: String): Single<Response<List<Project>>>
 
@GET(API_VERSION + "/projects")
fun searchAllProjects(@Query("query") query: String): Single<Response<List<Project>>>
fun searchAllProjects(@Query("search") query: String): Single<Response<List<Project>>>
 
@GET(API_VERSION + "/projects/{id}/members")
fun getProjectMembers(@Path("id") projectId: Long): Single<Response<List<Member>>>
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