Changeset 366


Ignore:
Timestamp:
02/10/11 00:42:29 (13 years ago)
Author:
misc
Message:

document maintainers.bymaintainer XML RPC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Maintainers.pm

    r365 r366  
    7474} 
    7575 
     76=head2 maintainers.bymaintainer ( MAINT, [ DISTRIB ] ) 
     77 
     78Return the list of rpms for maintainer C<MAINT>. 
     79 
     80The optional C<DISTRIB> filter the result to this specific distribution. 
     81 
     82Result example: 
     83 
     84    [ 
     85        { 
     86            'rpm' => 'rpm package', 
     87            'distribution' => 'Mandriva' 
     88            'vendor' => 'Mandriva' 
     89        } 
     90    ]; 
     91 
     92=cut 
     93 
     94 
    7695sub bymaintainer : XMLRPC { 
    7796    my ($self, $c, $maint, $distrib) = @_; 
Note: See TracChangeset for help on using the changeset viewer.