kinta-lib / com.dailymotion.kinta.integration.gitlab.internal / GitlabService / getBranches
getBranches
@GET("projects/{projectId}/repository/branches") abstract fun getBranches(@Path("projectId") projectId:String): Call<List<Branch>>
kinta-lib / com.dailymotion.kinta.integration.gitlab.internal / GitlabService / getBranches
@GET("projects/{projectId}/repository/branches") abstract fun getBranches(@Path("projectId") projectId:String): Call<List<Branch>>