Bintray-API

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        name => '...',
        sha1 => '...',
        repo => '...',
    );

    # Search Users or Organizations
    @results = $search->users( name => '...' );



BUGS AND LIMITATIONS


Please report any bugs or feature requests at
https://github.com/mithun/perl-bintray-api/issues



AUTHOR


lib/Bintray/API.pm  view on Meta::CPAN

    # Search files
    @results = $search->files(
        name => '...',
        sha1 => '...',
        repo => '...',
    );

    # Search Users or Organizations
    @results = $search->users( name => '...' );

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests at
L<https://github.com/mithun/perl-bintray-api/issues>

=head1 AUTHOR

Mithun Ayachit C<mithun@cpan.org>

=head1 LICENSE AND COPYRIGHT



( run in 0.469 second using v1.01-cache-2.11-cpan-4d50c553e7e )