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

Method toString

Lib/src/main/java/me/egg82/arr/lidarr/LidarrV1API.java:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected