app.blueprints.roles.RolesSearchResource

class app.blueprints.roles.RolesSearchResource(api=None, *args, **kwargs)

Bases: app.blueprints.roles.RoleBaseResource

Attributes

RolesSearchResource.decorators

The canonical way to decorate class-based views is to decorate the return value of as_view().

RolesSearchResource.method_decorators

RolesSearchResource.methods

A list of methods this view can handle.

RolesSearchResource.provide_automatic_options

Setting this disables or force-enables the automatic options handling.

RolesSearchResource.representations

RolesSearchResource.role_serializer

RolesSearchResource.role_service

Methods

RolesSearchResource.__init__([api])

RolesSearchResource.as_view(name, ...)

Converts the class into an actual view function that can be used with the routing system.

RolesSearchResource.dispatch_request(*args, ...)

Subclasses have to override this method to implement the actual view function code.

RolesSearchResource.post()

RolesSearchResource.validate_payload(func)

Perform a payload validation on expected model if necessary