I can kind of guess what they do by reading the endpoint documentation, then swh/graph/server/app.py, and matching them with swh/graph/backend.py, but it adds several layers of indirection between the code and the documentation; and is not exhaustive.
Description
Description
Related Objects
Related Objects
- Mentioned Here
- D6676: Move SWHID<->node ID conversion in the Java backend
Event Timeline
Comment Actions
Since D6676 the specialized methods of swh/graph/backend.py have all been removed and replaced by a generic proxy layer that calls all the methods in a completely transparent fashion, so this specific issue appears to be obsolete now.