3.0.ipv8.REST.root_endpoint =========================== .. py:module:: 3.0.ipv8.REST.root_endpoint Classes ------- .. autoapisummary:: 3.0.ipv8.REST.root_endpoint.RootEndpoint Module Contents --------------- .. py:class:: RootEndpoint Bases: :py:obj:`3.0.ipv8.REST.base_endpoint.BaseEndpoint` The root endpoint of the HTTP API is the root resource in the request tree. It will dispatch requests regarding torrents, channels, settings etc to the right child endpoint. .. py:method:: setup_routes() -> None Register the names to make this endpoint callable.