MCPcopy Index your code
hub / github.com/OpenFeign/feign / create

Method create

json/src/test/java/feign/json/JsonCodecTest.java:40–40  ·  view source on GitHub ↗
(
      @Param("owner") String owner, @Param("repo") String repo, JSONObject contributor)

Source from the content-addressed store, hash-verified

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}

Callers 15

createMethod · 0.65
mainMethod · 0.65
canonicalStringMethod · 0.65
applyMethod · 0.65
decodeMethod · 0.65
decoderMethod · 0.65
canonicalStringMethod · 0.65
applyMethod · 0.65
setUpMethod · 0.65
createMethod · 0.65

Calls

no outgoing calls

Tested by 12

canonicalStringMethod · 0.52
applyMethod · 0.52
canonicalStringMethod · 0.52
applyMethod · 0.52
setUpMethod · 0.52
canonicalStringMethod · 0.52
applyMethod · 0.52
verifyInvocationMethod · 0.52
verifyNoneMethod · 0.52
resetRequestsMethod · 0.52
encodesMethod · 0.52