latest.ipv8.REST.root_endpoint

Module Contents

Classes

RootEndpoint

The root endpoint of the HTTP API is the root resource in the request tree.

class latest.ipv8.REST.root_endpoint.RootEndpoint

Bases: latest.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.

setup_routes() None

Register the names to make this endpoint callable.