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
WebService::GData::YouTube::StagingServer(3) User Contributed Perl Documentation WebService::GData::YouTube::StagingServer(3)

WebService::GData::YouTube::StagingServer - switch to the staging server.

    use WebService::GData::YouTube::StagingServer;
    use WebService::GData::YouTube;

    #all interaction will be done via the staging server
    #uncomment the use line to go back to live server
    
    my $yt = new WebService::GData::YouTube();

!DEVELOPER RELEASE! API may change, program may break or be under optimized.

This package is just a flag that forces all the youtube related packages to use the staging server urls instead of the live server.

You must use it before *any* YouTube::* related packages. Most of the time, the above SYNOPSYS will be all you have to do.

You should use this module on your own staging server (never on the live one!) to see if an upcoming API modifications could break your program.

See: <http://apiblog.youtube.com/2008/11/all-worlds-stage.html> for further information.

If you do me the favor to _use_ this module and find a bug, please email me i will try to do my best to fix it (patches welcome)!

shiriru <shirirulestheworld[arobas]gmail.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2011-04-10 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.