chubasaweber 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. data/.document +5 -0
  2. data/.gitignore +21 -0
  3. data/Gemfile +2 -0
  4. data/LICENSE +20 -0
  5. data/README.rdoc +17 -0
  6. data/README.textile +65 -0
  7. data/Rakefile +53 -0
  8. data/VERSION +1 -0
  9. data/aweber.gemspec +53 -0
  10. data/chubasaweber.gemspec +144 -0
  11. data/examples/with_access_token.rb +17 -0
  12. data/examples/your_account.rb +26 -0
  13. data/lib/aweber.rb +66 -0
  14. data/lib/aweber/base.rb +57 -0
  15. data/lib/aweber/collection.rb +110 -0
  16. data/lib/aweber/oauth.rb +69 -0
  17. data/lib/aweber/resource.rb +131 -0
  18. data/lib/aweber/resources.rb +14 -0
  19. data/lib/aweber/resources/account.rb +14 -0
  20. data/lib/aweber/resources/broadcast.rb +29 -0
  21. data/lib/aweber/resources/click.rb +13 -0
  22. data/lib/aweber/resources/followup.rb +24 -0
  23. data/lib/aweber/resources/integration.rb +8 -0
  24. data/lib/aweber/resources/link.rb +12 -0
  25. data/lib/aweber/resources/list.rb +86 -0
  26. data/lib/aweber/resources/message.rb +20 -0
  27. data/lib/aweber/resources/open.rb +10 -0
  28. data/lib/aweber/resources/subscriber.rb +28 -0
  29. data/lib/aweber/resources/tracked_event.rb +13 -0
  30. data/lib/aweber/resources/web_form.rb +14 -0
  31. data/lib/aweber/resources/web_form_split_test.rb +11 -0
  32. data/lib/aweber/resources/web_form_split_test_component.rb +20 -0
  33. data/lib/chubasaweber.rb +66 -0
  34. data/spec/base_spec.rb +23 -0
  35. data/spec/collection_spec.rb +40 -0
  36. data/spec/fixtures/account.json +8 -0
  37. data/spec/fixtures/accounts.json +13 -0
  38. data/spec/fixtures/campaign.json +23 -0
  39. data/spec/fixtures/campaigns.json +106 -0
  40. data/spec/fixtures/click.json +9 -0
  41. data/spec/fixtures/clicks.json +14 -0
  42. data/spec/fixtures/integration.json +8 -0
  43. data/spec/fixtures/integrations.json +45 -0
  44. data/spec/fixtures/link.json +10 -0
  45. data/spec/fixtures/links.json +75 -0
  46. data/spec/fixtures/list.json +11 -0
  47. data/spec/fixtures/lists.json +38 -0
  48. data/spec/fixtures/message.json +12 -0
  49. data/spec/fixtures/messages.json +29 -0
  50. data/spec/fixtures/open.json +8 -0
  51. data/spec/fixtures/opens.json +21 -0
  52. data/spec/fixtures/subscriber.json +16 -0
  53. data/spec/fixtures/subscribers.json +69 -0
  54. data/spec/fixtures/tracked_event.json +8 -0
  55. data/spec/fixtures/tracked_events.json +21 -0
  56. data/spec/fixtures/web_form.json +14 -0
  57. data/spec/fixtures/web_form_split_test.json +9 -0
  58. data/spec/fixtures/web_form_split_test_component.json +16 -0
  59. data/spec/fixtures/web_form_split_test_components.json +37 -0
  60. data/spec/fixtures/web_form_split_tests.json +41 -0
  61. data/spec/fixtures/web_forms.json +229 -0
  62. data/spec/oauth_spec.rb +96 -0
  63. data/spec/resource_spec.rb +80 -0
  64. data/spec/resources/account_spec.rb +13 -0
  65. data/spec/resources/campaign_spec.rb +14 -0
  66. data/spec/resources/click_spec.rb +14 -0
  67. data/spec/resources/integration_spec.rb +13 -0
  68. data/spec/resources/link_spec.rb +15 -0
  69. data/spec/resources/list_spec.rb +26 -0
  70. data/spec/resources/message_spec.rb +17 -0
  71. data/spec/resources/open_spec.rb +13 -0
  72. data/spec/resources/subscriber_spec.rb +33 -0
  73. data/spec/resources/tracked_event_spec.rb +14 -0
  74. data/spec/resources/web_form_spec.rb +19 -0
  75. data/spec/resources/web_form_split_test_component_spec.rb +20 -0
  76. data/spec/resources/web_form_split_test_spec.rb +14 -0
  77. data/spec/spec_helper.rb +52 -0
  78. data/test/helper.rb +10 -0
  79. data/test/test_chubasaweber.rb +7 -0
  80. metadata +181 -0
@@ -0,0 +1,106 @@
1
+ {
2
+ "total_size": 5,
3
+ "start": 0,
4
+ "next_collection_link": "http://api.aweber.com/1.0/accounts/1/lists/1/campaigns?ws.start=100&ws.size=100",
5
+ "resource_type_link": "https://api.aweber.com/1.0/#campaign-page-resource",
6
+ "entries": [{
7
+ "click_tracking_enabled": true,
8
+ "total_spam_complaints": 0,
9
+ "total_opens": 0,
10
+ "spam_assassin_score": 2.8999999999999999,
11
+ "total_sent": 13,
12
+ "message_interval": 0,
13
+ "links_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1/campaigns/f4125891/links",
14
+ "total_clicks": 0,
15
+ "id": 50000047,
16
+ "http_etag": "\"5b89a250c79f444d5d8b0a33333569cb7ba5bf12-e3f601ab748eb9ac953ad5fe426f204f460b721e\"",
17
+ "messages_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1/campaigns/f4125891/messages",
18
+ "content_type": "Text",
19
+ "total_unsubscribes": 0,
20
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/1/campaigns/f4125891",
21
+ "total_undelivered": null,
22
+ "resource_type_link": "https://api.aweber.com/1.0/#followup_campaign",
23
+ "message_number": 1,
24
+ "subject": "subject"
25
+ },
26
+ {
27
+ "click_tracking_enabled": true,
28
+ "total_spam_complaints": 0,
29
+ "total_opens": 1,
30
+ "spam_assassin_score": 2.2999999999999998,
31
+ "total_sent": 41,
32
+ "message_interval": 1,
33
+ "links_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967848/links",
34
+ "total_clicks": 0,
35
+ "id": 1967848,
36
+ "http_etag": "\"783551829f8c707d634ffdc642c4d27a98fd40f2-731c9d0c70ef77f5919d7ad4ec7a26b1c53eef50\"",
37
+ "messages_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967848/messages",
38
+ "content_type": "Text/HTML",
39
+ "total_unsubscribes": 0,
40
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967848",
41
+ "total_undelivered": null,
42
+ "resource_type_link": "https://api.aweber.com/1.0/#followup_campaign",
43
+ "message_number": 2,
44
+ "subject": "{!firstname_fix}, Followup Test #5"
45
+ },
46
+ {
47
+ "click_tracking_enabled": true,
48
+ "total_spam_complaints": 0,
49
+ "total_opens": 319,
50
+ "spam_assassin_score": 8.1999999999999993,
51
+ "total_sent": 71,
52
+ "message_interval": 0,
53
+ "links_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f664656/links",
54
+ "total_clicks": 526,
55
+ "id": 664656,
56
+ "http_etag": "\"c98b377b2455745c2c2e54b7540dcabbea5b119d-90db636542d1250b74d31c9eee656f44a9ace3e0\"",
57
+ "messages_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f664656/messages",
58
+ "content_type": "HTML",
59
+ "total_unsubscribes": 0,
60
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f664656",
61
+ "total_undelivered": null,
62
+ "resource_type_link": "https://api.aweber.com/1.0/#followup_campaign",
63
+ "message_number": 3,
64
+ "subject": "{!firstname_fix}, Followup Test #1"
65
+ },
66
+ {
67
+ "click_tracking_enabled": true,
68
+ "total_spam_complaints": 0,
69
+ "total_opens": 0,
70
+ "spam_assassin_score": 6.2000000000000002,
71
+ "total_sent": 54,
72
+ "message_interval": 0,
73
+ "links_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967845/links",
74
+ "total_clicks": 0,
75
+ "id": 1967845,
76
+ "http_etag": "\"e36ea7ee44a4b3df8eeb97168a665592ab90d1e9-8ce8a07752e3f7e39b01b646fa0309a11333b8aa\"",
77
+ "messages_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967845/messages",
78
+ "content_type": "Text",
79
+ "total_unsubscribes": 0,
80
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967845",
81
+ "total_undelivered": null,
82
+ "resource_type_link": "https://api.aweber.com/1.0/#followup_campaign",
83
+ "message_number": 4,
84
+ "subject": "{!firstname_fix}, Followup Test #3"
85
+ },
86
+ {
87
+ "click_tracking_enabled": true,
88
+ "total_spam_complaints": 0,
89
+ "total_opens": 4,
90
+ "spam_assassin_score": 1.3999999999999999,
91
+ "total_sent": 40,
92
+ "message_interval": 0,
93
+ "links_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967847/links",
94
+ "total_clicks": 0,
95
+ "id": 1967847,
96
+ "http_etag": "\"144f7d228d30e9828d502288ade2c949da1efe87-9b3bb8002ba3262d0a9d534446e09b4179dec06b\"",
97
+ "messages_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967847/messages",
98
+ "content_type": "Text/HTML",
99
+ "total_unsubscribes": 1,
100
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967847",
101
+ "total_undelivered": null,
102
+ "resource_type_link": "https://api.aweber.com/1.0/#followup_campaign",
103
+ "message_number": 5,
104
+ "subject": "{!firstname_fix}, Followup Test #4"
105
+ }]
106
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "event_time": "2010-10-14 10:30:18-04:00",
3
+ "is_earliest": true,
4
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-ef8d485378f5a2367bc355fff4e690226c6a4f1d\"",
5
+ "subscriber_link": null,
6
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339/clicks/129530",
7
+ "resource_type_link": "https://api.aweber.com/1.0/#click",
8
+ "id": 129530
9
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "total_size": 1,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#click-page-resource",
5
+ "entries": [{
6
+ "event_time": "2010-10-14 10:30:18-04:00",
7
+ "is_earliest": true,
8
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-ef8d485378f5a2367bc355fff4e690226c6a4f1d\"",
9
+ "subscriber_link": null,
10
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339/clicks/129530",
11
+ "resource_type_link": "https://api.aweber.com/1.0/#click",
12
+ "id": 129530
13
+ }]
14
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "service_name": "twitter.com",
3
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-925fb7bb9664ca49d0e5288ff490ffbcc2c60382\"",
4
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/8076",
5
+ "login": "foobarman",
6
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
7
+ "id": 8076
8
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "total_size": 5,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#integration-page-resource",
5
+ "entries": [{
6
+ "service_name": "twitter.com",
7
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-925fb7bb9664ca49d0e5288ff490ffbcc2c60382\"",
8
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/8076",
9
+ "login": "gfdasgfdsgdfg",
10
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
11
+ "id": 8076
12
+ },
13
+ {
14
+ "service_name": "twitter",
15
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-731086070ed3c506637854f4f1d1936ca5605bd6\"",
16
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/53404",
17
+ "login": "asdasd",
18
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
19
+ "id": 53404
20
+ },
21
+ {
22
+ "service_name": "facebook",
23
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-2b86e7850e6b64b69a621b513ac56b820d6ff189\"",
24
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/67642",
25
+ "login": "asdasdasd",
26
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
27
+ "id": 67642
28
+ },
29
+ {
30
+ "service_name": "facebook",
31
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-bfbbfcb776c98a0d974cd1cc9db29d7d8bd0121f\"",
32
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/67641",
33
+ "login": "hjkgvfgds",
34
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
35
+ "id": 67641
36
+ },
37
+ {
38
+ "service_name": "facebook",
39
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-c61ee9044fbb1157100957a5f5b7c92d1d62efad\"",
40
+ "self_link": "https://api.aweber.com/1.0/accounts/1/integrations/19870",
41
+ "login": "adshkjashdlas",
42
+ "resource_type_link": "https://api.aweber.com/1.0/#integration",
43
+ "id": 19870
44
+ }]
45
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "total_unique_clicks": 1,
3
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339/clicks",
4
+ "url": "http://www.slashdot.org",
5
+ "total_clicks": 1,
6
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-cccdd5ecf8154208783cc346a6d1a1277915c554\"",
7
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339",
8
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
9
+ "id": 136339
10
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "total_size": 7,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#link-page-resource",
5
+ "entries": [{
6
+ "total_unique_clicks": 0,
7
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136340/clicks",
8
+ "url": "http://www.facebook.com",
9
+ "total_clicks": 0,
10
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-4da936abdffce1783e329689bbbe1cbe93c228ed\"",
11
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136340",
12
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
13
+ "id": 136340
14
+ },
15
+ {
16
+ "total_unique_clicks": 1,
17
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339/clicks",
18
+ "url": "http://www.slashdot.org",
19
+ "total_clicks": 1,
20
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-cccdd5ecf8154208783cc346a6d1a1277915c554\"",
21
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136339",
22
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
23
+ "id": 136339
24
+ },
25
+ {
26
+ "total_unique_clicks": 1,
27
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136338/clicks",
28
+ "url": "http://www.google.com",
29
+ "total_clicks": 1,
30
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-ebef59d35b76065b619cfb172b95e2f00f2ebc64\"",
31
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136338",
32
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
33
+ "id": 136338
34
+ },
35
+ {
36
+ "total_unique_clicks": 0,
37
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136337/clicks",
38
+ "url": "http://www.digg.com",
39
+ "total_clicks": 0,
40
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-abbd9d1589c6f18c3f955757036576a47f2bf51c\"",
41
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136337",
42
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
43
+ "id": 136337
44
+ },
45
+ {
46
+ "total_unique_clicks": 0,
47
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136336/clicks",
48
+ "url": "http://www.redhat.com",
49
+ "total_clicks": 0,
50
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-3a81205b8f21776f29b34bbeea2e99a5ef5ca6a3\"",
51
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136336",
52
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
53
+ "id": 136336
54
+ },
55
+ {
56
+ "total_unique_clicks": 1,
57
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136335/clicks",
58
+ "url": "http://www.google.com",
59
+ "total_clicks": 1,
60
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-f355087308415e5c965c6eb99747ec666498bd96\"",
61
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136335",
62
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
63
+ "id": 136335
64
+ },
65
+ {
66
+ "total_unique_clicks": 0,
67
+ "clicks_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136334/clicks",
68
+ "url": "http://www.yahoo.com",
69
+ "total_clicks": 0,
70
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-012b4796ddb206859b20d20e0c7f326b28a3b35e\"",
71
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b8051119/links/136334",
72
+ "resource_type_link": "https://api.aweber.com/1.0/#link",
73
+ "id": 136334
74
+ }]
75
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "campaigns_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/campaigns",
3
+ "name": "default1550679",
4
+ "web_form_split_tests_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/web_form_split_tests",
5
+ "subscribers_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/subscribers",
6
+ "id": 1550679,
7
+ "http_etag": "\"0aaa38a50287df08ccb74c7f13fca8679aab688a-ca5feee2b7fbb6febfca8af5541541ea960aaedb\"",
8
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679",
9
+ "resource_type_link": "https://api.aweber.com/1.0/#list",
10
+ "web_forms_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/web_forms"
11
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "total_size": 3,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#list-page-resource",
5
+ "entries": [{
6
+ "campaigns_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1553018/campaigns",
7
+ "name": "default1553018",
8
+ "web_form_split_tests_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1553018/web_form_split_tests",
9
+ "subscribers_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1553018/subscribers",
10
+ "id": 1,
11
+ "http_etag": "\"4ab41e60d14ea138a4522b3d2896942b7335c13c - ca5feee2b7fbb6febfca8af5541541ea960aaedb\"",
12
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/1553018",
13
+ "resource_type_link": "https://api.aweber.com/1.0/#list",
14
+ "web_forms_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1553018/web_forms"
15
+ },
16
+ {
17
+ "campaigns_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550685/campaigns",
18
+ "name": "default1550685",
19
+ "web_form_split_tests_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550685/web_form_split_tests",
20
+ "subscribers_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550685/subscribers",
21
+ "id": 1550685,
22
+ "http_etag": "\"685c00e3983add5e4efb5ca3bc7294e247f6e9fe - ca5feee2b7fbb6febfca8af5541541ea960aaedb\"",
23
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/1550685",
24
+ "resource_type_link": "https://api.aweber.com/1.0/#list",
25
+ "web_forms_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550685/web_forms"
26
+ },
27
+ {
28
+ "campaigns_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/campaigns",
29
+ "name": "default1550679",
30
+ "web_form_split_tests_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/web_form_split_tests",
31
+ "subscribers_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/subscribers",
32
+ "id": 1550679,
33
+ "http_etag": "\"0aaa38a50287df08ccb74c7f13fca8679aab688a - ca5feee2b7fbb6febfca8af5541541ea960aaedb\"",
34
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679",
35
+ "resource_type_link": "https://api.aweber.com/1.0/#list",
36
+ "web_forms_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/1550679/web_forms"
37
+ }]
38
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "last_opened": null,
3
+ "opens_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/9142/opens",
4
+ "event_time": "2009-08-19 02:54:05-04:00",
5
+ "tracked_events_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/9142/tracked_events",
6
+ "total_opens": 0,
7
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-77eed10e05be496c8d60274b74bd65b8a13c0b3d\"",
8
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/38713899",
9
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/9142",
10
+ "resource_type_link": "https://api.aweber.com/1.0/#message",
11
+ "id": 9142
12
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "total_size": 2,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#message-page-resource",
5
+ "entries": [{
6
+ "last_opened": null,
7
+ "opens_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11839/opens",
8
+ "event_time": "2009-11-06 00:05:44-05:00",
9
+ "tracked_events_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11839/tracked_events",
10
+ "total_opens": 0,
11
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-6a4a4fd5c7d79cc2f03a65e572b6a5f1af60f1b3\"",
12
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/49223256",
13
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11839",
14
+ "resource_type_link": "https://api.aweber.com/1.0/#message",
15
+ "id": 11839
16
+ },
17
+ {
18
+ "last_opened": null,
19
+ "opens_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11911/opens",
20
+ "event_time": "2009-11-20 00:05:39-05:00",
21
+ "tracked_events_collection_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11911/tracked_events",
22
+ "total_opens": 0,
23
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-37115b6a3e4f8ddb2079560b833e020bcfb79aac\"",
24
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/49252965",
25
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891/messages/11911",
26
+ "resource_type_link": "https://api.aweber.com/1.0/#message",
27
+ "id": 11911
28
+ }]
29
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "event_time": "2010-07-21 10:20:41-04:00",
3
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-b74efa4fe831acf81185148c9d2056aede7964f7\"",
4
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50320921",
5
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b7394854/messages/13304/opens/11720",
6
+ "resource_type_link": "https://api.aweber.com/1.0/#open",
7
+ "id": 11720
8
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "total_size": 2,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#open-page-resource",
5
+ "entries": [{
6
+ "event_time": "2010-07-21 10:20:41-04:00",
7
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-b74efa4fe831acf81185148c9d2056aede7964f7\"",
8
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50320921",
9
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b7394854/messages/13304/opens/11720",
10
+ "resource_type_link": "https://api.aweber.com/1.0/#open",
11
+ "id": 11720
12
+ },
13
+ {
14
+ "event_time": "2010-07-21 10:40:07-04:00",
15
+ "http_etag": "\"da39a3ee5e6b4b0d3255bfef95601890afd80709-276bc5c08f32f6b3133a7694e0a43613df27909d\"",
16
+ "subscriber_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50320921",
17
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/b7394854/messages/13304/opens/11721",
18
+ "resource_type_link": "https://api.aweber.com/1.0/#open",
19
+ "id": 11721
20
+ }]
21
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "status": "subscribed",
3
+ "last_followup_sent_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967848",
4
+ "subscription_method": "webform opt-in",
5
+ "http_etag": "\"90163941d8522d790a3362e7b112b1f674ee4a89-a8f828fc3824bb5714a2488d0b86fccfeb960873\"",
6
+ "subscribed_at": "2010-11-22 09:23:17-05:00",
7
+ "ad_tracking": "control panel",
8
+ "unsubscribed_at": null,
9
+ "verified_at": "2010-11-22 09:24:54",
10
+ "last_followup_sent_at": "2010-11-23 12:31:58.159050-05:00",
11
+ "subscription_url": "https://www.aweber.com/users/leads/add",
12
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50723026",
13
+ "is_verified": true,
14
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber",
15
+ "id": 50723026
16
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "total_size": 47,
3
+ "start": 0,
4
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber-page-resource",
5
+ "entries": [{
6
+ "status": "subscribed",
7
+ "last_followup_sent_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967848",
8
+ "subscription_method": "webform opt-in",
9
+ "http_etag": "\"90163941d8522d790a3362e7b112b1f674ee4a89-a8f828fc3824bb5714a2488d0b86fccfeb960873\"",
10
+ "subscribed_at": "2010-11-22 09:23:17-05:00",
11
+ "ad_tracking": "control panel",
12
+ "unsubscribed_at": null,
13
+ "verified_at": "2010-11-22 09:24:54",
14
+ "last_followup_sent_at": "2010-11-23 12:31:58.159050-05:00",
15
+ "subscription_url": "https://www.aweber.com/users/leads/add",
16
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50723026",
17
+ "is_verified": true,
18
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber",
19
+ "id": 50723026
20
+ },
21
+ {
22
+ "status": "unsubscribed",
23
+ "last_followup_sent_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f4125891",
24
+ "subscription_method": "webform opt-in",
25
+ "http_etag": "\"6c8510f09a73b15f6cbf7ff21d9d7ac44d5963a8-79f7a093bff7afa309210426ac724819e867668f\"",
26
+ "subscribed_at": "2010-11-22 09:42:55-05:00",
27
+ "ad_tracking": "control panel",
28
+ "unsubscribed_at": "2010-11-22 10:05:02.478404-05:00",
29
+ "verified_at": null,
30
+ "last_followup_sent_at": null,
31
+ "subscription_url": "https://www.aweber.com/users/leads/add",
32
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/50723102",
33
+ "is_verified": false,
34
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber",
35
+ "id": 50723102
36
+ },
37
+ {
38
+ "status": "subscribed",
39
+ "last_followup_sent_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f7721444",
40
+ "subscription_method": "webform opt-in",
41
+ "http_etag": "\"0c53b124c6e64d05eca8e02321656dbf4b615606-7e0b3f5e45bc0e7569106588a88589e194d0646d\"",
42
+ "subscribed_at": "2009-09-09 15:26:39-04:00",
43
+ "ad_tracking": "664656",
44
+ "unsubscribed_at": null,
45
+ "verified_at": "2009-09-09 15:27:18",
46
+ "last_followup_sent_at": "2009-09-22 15:36:19.385357-04:00",
47
+ "subscription_url": "https://www.aweber.com/users/leads/add",
48
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/49111092",
49
+ "is_verified": true,
50
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber",
51
+ "id": 49111092
52
+ },
53
+ {
54
+ "status": "unsubscribed",
55
+ "last_followup_sent_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/campaigns/f1967847",
56
+ "subscription_method": "webform opt-in",
57
+ "http_etag": "\"58e737434a3cdcfe12b733295fbaeff7814dce90-9cd094a2071219a3f36cccaa132900604a40214c\"",
58
+ "subscribed_at": "2008-01-22 13:41:21.990989-05:00",
59
+ "ad_tracking": "control panel",
60
+ "unsubscribed_at": "2009-01-16 15:22:16.371249-05:00",
61
+ "verified_at": "2008-01-23 09:20:52.812966",
62
+ "last_followup_sent_at": "2008-09-16 20:26:17.681356-04:00",
63
+ "subscription_url": "https://www.aweber.com/users/leads/add?success=1",
64
+ "self_link": "https://api.aweber.com/1.0/accounts/1/lists/406860/subscribers/39000034",
65
+ "is_verified": true,
66
+ "resource_type_link": "https://api.aweber.com/1.0/#subscriber",
67
+ "id": 39000034
68
+ }]
69
+ }