MCPcopy Create free account
hub / github.com/crossoverJie/feign-plus / Github

Interface Github

src/test/java/top/crossoverjie/feign/test/Github.java:17–23  ·  view source on GitHub ↗

Function: @author crossoverJie Date: 2020/7/25 02:54 @since JDK 11

Source from the content-addressed store, hash-verified

15 * @since JDK 11
16 */
17@FeignPlusClient(name = "github", url = "${github.url}", port = "${github.port}")
18public interface Github {
19
20 @GetMapping("/repos/{owner}/{repo}/contributors")
21 @Headers("Content-Type: application/json")
22 List<GitHubRes> contributors(@PathVariable("owner") String owner, @PathVariable("repo") String repo);
23}

Callers 1

test1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected