Skip to content

RPC: Method to expose a list of RPC methods.

Nick Mathewson requested to merge nickm/arti:rpc-describe into main

This branch adds an unstable RPC method to list every RPC method, along with the types that it returns and expects, and the object types that it applies to.

I don't anticipate stabilizing this method for now; it's meant to be used to help generate documentation.

Merge request reports