SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-WebService-BambooHR rpm build for : OpenSuSE. For other distributions click perl-WebService-BambooHR.

Name : perl-WebService-BambooHR
Version : 0.07 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 17:26:47
Group : Development/Libraries/Perl Source RPM : perl-WebService-BambooHR-0.07-lp154.1.1.src.rpm
Size : 0.06 MB
Packager : https://www_suse_com/
Summary : Interface to the Api for Bamboohr.Com
Description :
*NOTE:* this is very much an alpha release. The interface is likely to
change from release to release. Suggestions for improving the interface are
welcome.

*WebService::BambooHR* provides an interface to a subset of the
functionality in the API for BambooHR (a commercial online HR system: lets
a company manage employee information, handle time off, etc).

To talk to BambooHR you must first create an instance of this module:

my $bamboo = WebService::BambooHR->new(
company => \'mycompany\',
api_key => $api_key,
);

The *company* field is the domain name that you use to access BambooHR. For
example, the above company would be accessed via \'mycompany.bamboohr.com\'.
You also need an API key. See the section below on how to create one.

Having created an instance, you can use the public methods that are
described below. For example, to display a list of all employees:

AATTemployees = $bamboo->employee_list();
foreach my $employee (AATTemployees) {
printf \"Hi %s %s\
\", $employee->firstName,
$employee->lastName;
}

Note that the \'print\' statement could more succinctly have been written as:

print \"Hi $employee\
\";

The employee class overloads string-context rendering to display the
employee\'s name.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-WebService-BambooHR-0.07-lp154.1.1.noarch.rpm
     

Provides :
perl(WebService::BambooHR)
perl(WebService::BambooHR::Employee)
perl(WebService::BambooHR::EmployeeChange)
perl(WebService::BambooHR::Exception)
perl(WebService::BambooHR::UserAgent)
perl-WebService-BambooHR

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(HTTP::Tiny) >= 0.045
perl(JSON::MaybeXS) >= 1.003003
perl(Moo) >= 2.000000
perl(Moo::Role)
perl(Throwable)
perl(Try::Tiny) >= 0.13
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/WebService
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR.pm
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR/Employee.pm
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR/EmployeeChange.pm
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR/Exception.pm
/usr/lib/perl5/vendor_perl/5.26.1/WebService/BambooHR/UserAgent.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-WebService-BambooHR
/usr/share/doc/packages/perl-WebService-BambooHR/Changes
/usr/share/doc/packages/perl-WebService-BambooHR/LICENSE
/usr/share/doc/packages/perl-WebService-BambooHR/README
/usr/share/doc/packages/perl-WebService-BambooHR/TODO.md
/usr/share/man/man3/WebService::BambooHR.3pm.gz
/usr/share/man/man3/WebService::BambooHR::Employee.3pm.gz
/usr/share/man/man3/WebService::BambooHR::EmployeeChange.3pm.gz
/usr/share/man/man3/WebService::BambooHR::Exception.3pm.gz
/usr/share/man/man3/WebService::BambooHR::UserAgent.3pm.gz

 
ICM