GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Blogger::Engine::Userland::metaWeblog(3) User Contributed Perl Documentation Net::Blogger::Engine::Userland::metaWeblog(3)

Net::Blogger::Engine::Userland::metaWeblog - UserLand metaWeblog API engine

 my $radio = Blogger->new(engine=>"radio");
 $radio->Proxy(PROXY);
 $radio->Username(USERNAME);
 $radio->Password(PASSWORD);

 $radio->metaWeblog()->newPost(
                               title=>"hello",
                               description=>"world",
                               publish=>1,
                              );

Implements the UserLand metaWeblog API functionality.

This package is meant to be subclassed. It should not be used on it's own.

Valid arguments are :
  • title

    String.

  • link
  • description

    String.

  • categories

    Array reference.

  • publish

    Boolean.

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns an int, or false.

Returns the most recent posts

Valid arguments are:

numberOfPosts
The maximum number of posts to return

Valid argument are :
  • file

    String. Path to the file you're trying to upload.

    If this argument is present the package will try to load MIME::Base64 for automagic encoding.

  • name

    String. "It may be used to determine the name of the file that stores the object, or to display it in a list of objects. It determines how the weblog refers to the object. If the name is the same as an existing object stored in the weblog, it replaces the existing object." [1]

    If a file argument is present and no name argument is defined, this property will be defined using the File::Basename::basename function.

  • type

    String. "It indicates the type of the object, it's a standard MIME type, like audio/mpeg or image/jpeg or video/quicktime." [1]

    If a file argument is present and no type argument is defined, the package will try setting this property using the File::MMagic package.

  • bits

    Base64-encoded binary value. The content of the object.

    If a file argument is present, the package will try setting this property using the MIME::Base64 package.

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns a hash reference, or undef.

  • postid

    Int. required

  • title

    String.

  • link
  • description

    String.

  • categories

    Array reference.

  • publish

    Boolean.

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns true or false.

Valid arguments are :
postid

Int. required

Releases prior to Net::Blogger 0.85 accepted a list of arguments rather than a reference. Version 0.85+ are backwards compatible.

Returns a hash reference or undef.

Returns an array reference or undef.

1.0

$Date: 2005/03/26 19:29:08 $

Aaron Straup Cope

http://www.xmlrpc.com/metaWeblogApi

http://groups.yahoo.com/group/weblog-devel/message/200

[1]
http://www.xmlrpc.com/discuss/msgReader$2393

Copyright (c) 2002-2005 Aaron Straup Cope. All Rights Reserved.

This is free software, you may use it and distribute it under the same terms as Perl itself.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.