(
@Param("owner") String owner, @Param("repo") String repo, JSONObject contributor)
| 38 | JSONArray contributors(@Param("owner") String owner, @Param("repo") String repo); |
| 39 | |
| 40 | @RequestLine("POST /repos/{owner}/{repo}/contributors") |
| 41 | JSONObject create( |
| 42 | @Param("owner") String owner, @Param("repo") String repo, JSONObject contributor); |
| 43 | } |
no outgoing calls