Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/egg82/fetcharr
/ APIObject
Interface
APIObject
Lib/src/main/java/me/egg82/arr/common/APIObject.java:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import
java.time.Duration;
7
8
public
interface
APIObject {
9
@NotNull JSONObject obj();
10
}
Callers
nothing calls this directly
Implementers
1
AbstractAPIObject
Lib/src/main/java/me/egg82/arr/common/
Calls
no outgoing calls
Tested by
no test coverage detected