Help for this page

Select Code to Download


  1. or download this
    =head2 project_rewards
    
    ...
    
    The argument may be the project's numerical id (as returned by L<C<< $
    +project->id >>|WWW::Kickstarter::Data::Project/id>) or
    its "slug" (as returned by L<C<< $project->slug >>|WWW::Kickstarter::D
    +ata::Project/slug>).
    
  2. or download this
    my @rewards = $ks->project_rewards($project_id);
    my @rewards = $ks->project_rewards($project_slug);