Help for this page

Select Code to Download


  1. or download this
    sub request {
        my ($self, $request, @rest) = @_;
    ...
     
        return $self->{access_token};
    }
    
  2. or download this
    my $params = {
        'content'    => {
    ...
        print $res;
        exit 0;
    }