Module: Cloudsponge
- Defined in:
- lib/cloudsponge/contact_importer.rb,
lib/cloudsponge/event.rb,
lib/cloudsponge/contact.rb,
lib/cloudsponge/utility.rb,
lib/cloudsponge/version.rb,
lib/cloudsponge/contact_base.rb,
lib/cloudsponge/cs_exception.rb
Overview
CloudSponge.com Ruby Library www.cloudsponge.com Copyright © 2010 Cloud Copy, Inc. Licensed under the MIT license: www.opensource.org/licenses/mit-license.php
Written by Graeme Rouse [email protected]
Defined Under Namespace
Classes: Contact, ContactBase, ContactImporter, CsException, Event, Utility
Constant Summary collapse
- EVENT_TYPES =
%w{ INITIALIZING GATHERING SUBMITTING COMPLETE ERROR}
- EVENT_STATUSES =
%w{ PENDING INPROGRESS COMPLETED ERROR }
- VERSION =
"0.10.0"- URL_BASE =
Constants
"https://api.cloudsponge.com/"- BEGIN_PATH =
"begin_import/"- CONSENT_PATH =
"user_consent/"- IMPORT_PATH =
"import/"- APPLET_PATH =
"desktop_applet/"- EVENTS_PATH =
"events/"- CONTACTS_PATH =
"contacts/"