adobe-campaign 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7743a9a35f627c6563ff1bf3bf1b146e4fc8740
4
- data.tar.gz: 7672fa7f683da17085f6a52f0f49af1598297af9
3
+ metadata.gz: ce601a599a60f8d0c7f9a253a8efe1b4cb2b3afa
4
+ data.tar.gz: 9389e1187fdcd318e2227dad55ec768c3ed34eea
5
5
  SHA512:
6
- metadata.gz: 61648fb2ea5c7e383ad6a74f69b28f3ddbbff7e93c5c5944dcac2cd33929d9294a078ebbb3c93ffaf5143eaa161557ee79d2413210c153964eef9c5224245826
7
- data.tar.gz: abba9476f0850e1fccddb956827fb97369839a35f3749310788a6183ca3f1b7de68886bcb3a5d3013241321500af9d1d1f8a128e98d87ad72c46655f4aa48d96
6
+ metadata.gz: 207a5e0eb88cc95f59eed5b17092fb27c01f1b4d75643576722fe7147b87e7744c5c8f5847795a30c71924075053b313e76ebdbc42c13d40ce09c695763e28a2
7
+ data.tar.gz: 294531e2375c572881df5b9a7a8ff130204252b130630e9a1fcc0af962b32d8534aaa79602a2f37b945ab2dedbada156d2cbb80dc365fc81531cdfe69c597fd2
@@ -3,17 +3,13 @@ module Adobe
3
3
  module Campaign
4
4
  class Profile < Adobe::Campaign::Base
5
5
  def self.endpoint
6
- 'profileAndServices/profile'
6
+ 'profileAndServicesExt/profile'
7
7
  end
8
8
 
9
9
  def self.by_email(search_text)
10
10
  get_request("#{endpoint}/byEmail?email=#{search_text}")
11
11
  end
12
12
 
13
- def self.profile_subscriptions(person_pkey)
14
- get_request("#{endpoint}/#{person_pkey}/subscriptions/")
15
- end
16
-
17
13
  # Example Create Payload
18
14
  # {
19
15
  # "birthDate": '',
@@ -3,7 +3,7 @@ module Adobe
3
3
  module Campaign
4
4
  class Service < Adobe::Campaign::Base
5
5
  def self.endpoint
6
- 'profileAndServices/service'
6
+ 'profileAndServicesExt/service'
7
7
  end
8
8
 
9
9
  def self.post_subscription(service_subs_url, person_pkey)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Adobe
3
3
  module Campaign
4
- VERSION = '0.1.1'
4
+ VERSION = '0.2.0'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adobe-campaign
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spencer Oberstadt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-29 00:00:00.000000000 Z
11
+ date: 2017-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails