Skip to content

Commit d8f0e6b

Browse files
committed
Removed suspend github api functions: they should be added as a task
1 parent 3f02c64 commit d8f0e6b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/contributors/GitHubService.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ interface GitHubService {
2727
@Path("owner") owner: String,
2828
@Path("repo") repo: String
2929
): Call<List<User>>
30-
31-
@GET("orgs/{org}/repos?per_page=100")
32-
suspend fun getOrgRepos(
33-
@Path("org") org: String
34-
): Response<List<Repo>>
35-
36-
@GET("repos/{owner}/{repo}/contributors?per_page=100")
37-
suspend fun getRepoContributors(
38-
@Path("owner") owner: String,
39-
@Path("repo") repo: String
40-
): Response<List<User>>
4130
}
4231

4332
@JsonIgnoreProperties(ignoreUnknown = true)

0 commit comments

Comments
 (0)