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::API::Core(3) User Contributed Perl Documentation Net::Blogger::API::Core(3)

Net::Blogger::API::Core - Blogger API methods

 It's very dark in here because this is a black box.

Net::Blogger::API::Core defined methods that correspond to the Blogger API.

It is inherited by Net::Blogger::Engine::Base.pm

Fetch the blogid, url and blogName for each of the Blogger blogs the current user is registered to.

Returns an array ref of hashes.

Add a new post to the Blogger server.

Valid arguments are :

  • postbody (required)

    Scalar ref.

  • publish

    Boolean.

If the length of postbody exceeds maximum length allowed by the Blogger servers -- 65,536 characters -- currently the text will be chunked into smaller pieces are each piece will be posted separately.

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

Returns an array containing one, or more, post ids.

Returns a hash ref, containing the following keys : userid, postid, content and dateCreated.

Fetch the latest (n) number of posts for a given blog. The most recent posts are returned first.

Valid arguments are

numposts

Int. If no argument is passed to the method, default is 1.

"NumberOfPosts is limited to 20 at this time. Let me know if this gets annoying. Letting this number get too high could result in some expensive db access, so I want to be careful with it." --Ev

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, followed by an array of hash refs. Each hash ref contains the following keys : postid,content,userid,dateCreated

Update the Blogger database. Set the body of entry $postid to $body.

Valid arguments are :

  • postbody (required)

    Scalar ref or a valid filehandle.

  • postid

    String. required

  • publish

    Boolean.

If the length of postbody exceeds maximum length allowed by the Blogger servers -- 65,536 characters -- currently the text will be chunked into smaller pieces are each piece will be posted separately.

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

Returns an array containing one, or more, post ids.

Delete a post from the Blogger server.

Valid arguments are

  • postid

    String. required

  • 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.

Set the body of the template matching type $type.

 <quote src = "ev">
  template is the HTML (XML, whatever -- Blogger can output any sort
  of text). Must contain opening and closing <Blogger> tags to be
  valid and accepted.
 </quote>

Valid arguments are

  • template

    Scalar ref. required

  • type

    String. required

    Valid types are "main" and "archiveIndex"

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.

Fetch the body of the template matching type $type.

Valid types are

type

String. required

Valid types are "main" and "archiveIndex"

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

Returns a string.

1.0

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

Aaron Straup Cope

Net::Blogger::Engine::Base

Net::Blogger::API::Extended

Copyright (c) 2001-2005 Aaron Straup Cope.

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.