App-wp-xmlrpc

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


    API reference: https://codex.wordpress.org/XML-RPC_WordPress_API

    Other WordPress API modules on CPAN: WordPress::XMLRPC by Leo Charre (a
    thin wrapper over XMLRPC::Lite), WordPress::API by Leo Charre (an OO
    wrapper over WordPress::XMLRPC, but at time of this writing the module
    has not been updated since 2008/WordPress 2.7 era), WP::API by Dave
    Rolsky (OO interface, incomplete).

    Other WordPress API CLI on CPAN: wordpress-info,
    wordpress-upload-media, wordpress-upload-post (from WordPress::CLI
    distribution, also by Leo Charre).

    XMLRPC::Lite

bin/wp-xmlrpc  view on Meta::CPAN

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=App-wp-xmlrpc>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 SEE ALSO

API reference: L<https://codex.wordpress.org/XML-RPC_WordPress_API>

L<wordpress-info>, L<wordpress-upload-media>, L<wordpress-upload-post> from
the L<WordPress::CLI> distribution.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2016 by perlancar@cpan.org.

lib/App/wp/xmlrpc.pm  view on Meta::CPAN

    'wp.getMediaItem' => {
        args => [
            ['attachment_id*', {schema=>'posint*'}],
        ],
    },
    'wp.getMediaLibrary' => {
        args => [
            ['filter', {schema=>'str*'}],
        ],
    },
    # TODO: wp.uploadFile

    # Comments
    'wp.getCommentCount' => {
        args => [
            ['post_id*', {schema=>'posint*'}],
        ],
    },
    'wp.getComment' => {
        args => [
            ['comment_id*', {schema=>'posint*'}],

lib/App/wp/xmlrpc.pm  view on Meta::CPAN

=head1 SEE ALSO

API reference: L<https://codex.wordpress.org/XML-RPC_WordPress_API>

Other WordPress API modules on CPAN: L<WordPress::XMLRPC> by Leo Charre (a thin
wrapper over L<XMLRPC::Lite>), L<WordPress::API> by Leo Charre (an OO wrapper
over WordPress::XMLRPC, but at time of this writing the module has not been
updated since 2008/WordPress 2.7 era), L<WP::API> by Dave Rolsky (OO interface,
incomplete).

Other WordPress API CLI on CPAN: L<wordpress-info>, L<wordpress-upload-media>,
L<wordpress-upload-post> (from L<WordPress::CLI> distribution, also by Leo
Charre).

L<XMLRPC::Lite>

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE



( run in 1.837 second using v1.01-cache-2.11-cpan-b16cb0d3907 )