MCPcopy Create free account
hub / github.com/egg82/fetcharr / toString

Method toString

Lib/src/main/java/me/egg82/arr/radarr/RadarrV3API.java:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 @Override
55 public String toString() {
56 return "RadarrV3API{" +
57 "baseUrl='" + baseUrl + '\'' +
58 ", apiKey='" + apiKey + '\'' +
59 '}';
60 }
61}

Callers 1

validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected