The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Socialtext::Resting::TaggedPages - Utilities for finding pages with tags

SYNOPSIS

  use Socialtext::Resting::TaggedPages qw/tagged_pages/;
  my $untagged_pages = tagged_pages( rester => $r, notags => 1 );
  my $foo_pages      = tagged_pages( rester => $r, tags   => ['foo'] );

FUNCTIONS

tagged_pages

Return a list of tagged pages. See SYNOPSIS for usage.

AUTHOR

Luke Closs, <luke.closs at socialtext.com>

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.