This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Logging In
Presently, only single-user login is supported, and is stored on the class. This means one signed-in user at a time. Log in as follows.
Garb::Session.login('username', 'password')
The login method now takes an options hash, which allows setting the account type like so (still defaults to HOSTED_OR_GOOGLE):
Garb::Session.login('username', 'password', :account_type => "GOOGLE")
You can now move on to getting Profiles and Building a Report.
SSL
Garb::Session.login('username', 'password', :secure => true)
Download http://curl.haxx.se/ca/cacert.pem into your application.
Point the constant:
CA_CERT_FILE at the file.







