Help for this page

Select Code to Download


  1. or download this
    $self->REST_route(
        widgets => {
    ...
            POST => { ... },
        },
    );
    
  2. or download this
    # nothing in setup()
    
    ...
    {
        # implementation
    }