Skip to content

VuedaRouter

Overview

A router that includes the functionality of IncludeAppInRouteNameRouter and allows actions to be marked as bulk.

get_routes

Augment self.routes with any dynamically generated routes.

Returns a list of the Route namedtuple.

Signature

get_routes(self, viewset)

Parameters

NameTypeRequiredDescription
selfyes
viewsetyes

Source

server/vueda/core/routers.py:79

routes

Source

server/vueda/core/routers.py:39

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2