Sha256: 9c8bc83b4cbad685c8519f6ccf607fa7655aa194965ff75eb69a4e580aaba2ce

Contents?: true

Size: 841 Bytes

Versions: 1

Compression:

Stored size: 841 Bytes

Contents

# :nodoc:
:contacts:
  :service: cp

  :headers:
    GData-Version: "2"

  :action_subs:
    :service: cl
    :auth: https://www.google.com
    :feed: https://www.google.com/m8/feeds/contacts
    
  :action_hash:
    :domain_login:
      :method: :post
      :path: ":auth:/accounts/ClientLogin"
      :format: :text
    :retrieve_all_contacts:
      :method: :get
      :path: ":feed:/:domain:/full"
      :feed: true
      :format: GoogleAppsApi::ContactEntity
    :retrieve_contact:
      :method: :get
      :path: ":feed:/:domain:/full/:contact:"
      :format: GoogleAppsApi::ContactEntity
    :create_contact:
      :method: :post
      :path: ":feed:/:domain:/full"
      :format: GoogleAppsApi::ContactEntity
    :remove_contact:
      :method: :delete
      :path: ":feed:/:domain:/full/:contact:"
      :format: :text
      
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google_apps_api-0.3.2 lib/config/contacts.yml