File: README.Google-ProvisioningAPI

package info (click to toggle)
libvuser-google-api-perl 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 348 kB
  • sloc: perl: 3,176; makefile: 4
file content (46 lines) | stat: -rwxr-xr-x 1,317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
VUser-Google-ProvisioningAPI version 0.20
===================================

VUser::Google::ProvisioningAPI - module that implements the Google Apps for Your Domain Provisioning API

For a complete description of the Google API, see
http://code.google.com/apis/apps-for-your-domain/google_apps_provisioning_api_v1.0_reference.html

or 

http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_reference.html

VERSION
   v0.21 Fix bug in RetrieveAllUsers() and some i18n fixes.
   v0.20 Add support for Google Provisioning API 2.0. Moved into VUser:: to
         prevent conflicts with upstream releases.

   v0.11 is a small bug-fix and Google API changes release, see Changes for more
   v0.1 is the initial release

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  LWP::UserAgent
  HTTP::Request
  Encode
  XML::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2006 by Johan Reinalda
Copyright (C) 2007 by Randy Smith

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.5 or,
at your option, any later version of Perl 5 you may have available.