patreon 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +32 -0
- data/CHANGELOG.md +6 -0
- data/Rakefile +7 -0
- data/lib/patreon.rb +11 -2
- data/lib/patreon/api.rb +24 -20
- data/lib/patreon/oauth.rb +0 -3
- data/lib/patreon/utils/jsonapi/url_util.rb +13 -16
- data/lib/patreon/version.rb +1 -1
- data/patreon.gemspec +8 -1
- data/spec/api_spec.rb +74 -0
- data/spec/fixtures/current_user.json +1472 -0
- data/spec/fixtures/fetch_campaign.json +512 -0
- data/spec/spec_helper.rb +4 -0
- data/spec/util_spec.rb +33 -0
- metadata +86 -5
- data/lib/patreon/schemas.rb +0 -7
@@ -0,0 +1,512 @@
|
|
1
|
+
{
|
2
|
+
"data": [
|
3
|
+
{
|
4
|
+
"attributes": {
|
5
|
+
"created_at": "2013-05-10T13:27:42+00:00",
|
6
|
+
"creation_count": 313,
|
7
|
+
"creation_name": "an unforgettable high school experience",
|
8
|
+
"discord_server_id": "212633030584565760",
|
9
|
+
"display_patron_goals": false,
|
10
|
+
"earnings_visibility": "public",
|
11
|
+
"image_small_url": "https://c10.patreonusercontent.com/3/eyJoIjoxMjgwLCJ3IjoxMjgwfQ%3D%3D/patreon-user/emRRwJHsX35cz1UwteV54ujLO8uwAODyupEXjGmTxGzL6lqwKy7U7l7gRyPma1YX_large_2.png?token-time=2145916800&token-hash=gS_TpFC0rUd96S9gfvz6R022cDsjHm2qx9aWurJ6Atw%3D",
|
12
|
+
"image_url": "https://c10.patreonusercontent.com/3/eyJ3IjoxOTIwfQ%3D%3D/patreon-user/emRRwJHsX35cz1UwteV54ujLO8uwAODyupEXjGmTxGzL6lqwKy7U7l7gRyPma1YX_large_2.png?token-time=2145916800&token-hash=AA_oIRUUrcHpqD5e_17DzB7Ho6fGNuMtsfiaaKBzMos%3D",
|
13
|
+
"is_charged_immediately": false,
|
14
|
+
"is_monthly": false,
|
15
|
+
"is_nsfw": true,
|
16
|
+
"is_plural": true,
|
17
|
+
"main_video_embed": "",
|
18
|
+
"main_video_url": "",
|
19
|
+
"one_liner": "We're just some people trying to help artists make money and migrate from PHP to PYTHON while supporting an existing user base and their daily transactions",
|
20
|
+
"outstanding_payment_amount_cents": 0,
|
21
|
+
"patron_count": 12,
|
22
|
+
"pay_per_name": "creation",
|
23
|
+
"pledge_sum": 1349,
|
24
|
+
"pledge_url": "/bePatron?c=70261",
|
25
|
+
"published_at": "2016-09-10T22:25:16+00:00",
|
26
|
+
"summary": "<img src=\"http://s33.postimg.org/86d2ab33j/about_banner.png\"><br><h3>In my <em>small </em>country school I was very popular and the top student. Easily the most beautiful corgi in my grade, possibly my entire school. Most certainly in my class.\u00a0</h3><br>Since moving to a city I have encountered many challenges. The students at my school are much smarter, much faster, and can jump much much higher over the vault box. Indeed, it is my greatest shame. <span style=\"color: rgb(192, 80, 77);\"></span><span style=\"background-color: rgb(242, 220, 219);\"><span style=\"color: rgb(192, 80, 77);\">The vault box</span></span>.<br><br><img src=\"http://s33.postimg.org/4ekvvc5f3/vault_box_injustice.png\"><br><em>As you can see from this graphic, the vault box is an unjust physical education examination for a corgi. </em><strong><em>However</em></strong><em>, it is not in my nature to simply give up. I dream of setting the school record for highest vault jump and I will work very hard to achieve this dream.<br><br></em>With your help I hope to overcome my obstacles and achieve my dreams.<br><br><ol><li>Become the model student of my new school</li><li>Achieve the highest jump over the vault box.</li><li>Senpai notices me</li></ol>\n<br>In exchange you will receive many benefits:<br><ul><li>Digest of corgi news curated from\u00a0<a href=\"https://vine.co/tags/corgi\" rel=\"nofollow\">vine and other sources</a>.</li><li>A corgi's perspective of world events on my\u00a0<a href=\"http://twitter.com/a-corgi-dreams\" rel=\"nofollow\">twitter</a>.</li><li>...and much much more.</li></ul><br>\n<img src=\"http://media-cache-ec0.pinimg.com/736x/4d/35/bf/4d35bf1aa2a2240b06485809083f44de.jpg\"><br><br>no nofollow <a href=\"https://www.patreon.com/peterhollens\">https://www.patreon.com/peterhollens</a><br>yes nofollow\u00a0<a href=\"https://www.youtube.com/user/peterhollens\" rel=\"nofollow\">https://www.youtube.com/user/peterhollens</a>",
|
27
|
+
"thanks_embed": "",
|
28
|
+
"thanks_msg": "Hello<br>\n<br>\n<strong>You Are Not Alone</strong><br>\n<br>\nWe Will Fix All The Bugs\n<br>\n<br>\n<img src=\"http://i.imgur.com/NHgBO1t.jpg\">\n<ul>\n\t<li>Bugs Bugs Bugs</li>\n\t<li>I am just a doge</li>\n</ul>",
|
29
|
+
"thanks_video_url": "https://youtu.be/cyIeT_U4De4"
|
30
|
+
},
|
31
|
+
"id": "70261",
|
32
|
+
"relationships": {
|
33
|
+
"creator": {
|
34
|
+
"data": {
|
35
|
+
"id": "32187",
|
36
|
+
"type": "user"
|
37
|
+
},
|
38
|
+
"links": {
|
39
|
+
"related": "https://www.patreon.com/api/user/32187"
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"goals": {
|
43
|
+
"data": [
|
44
|
+
{
|
45
|
+
"id": "443028",
|
46
|
+
"type": "goal"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"id": "443029",
|
50
|
+
"type": "goal"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"id": "443100",
|
54
|
+
"type": "goal"
|
55
|
+
}
|
56
|
+
]
|
57
|
+
},
|
58
|
+
"rewards": {
|
59
|
+
"data": [
|
60
|
+
{
|
61
|
+
"id": "-1",
|
62
|
+
"type": "reward"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"id": "0",
|
66
|
+
"type": "reward"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"id": "1408001",
|
70
|
+
"type": "reward"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"id": "563244",
|
74
|
+
"type": "reward"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"id": "1385705",
|
78
|
+
"type": "reward"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"id": "563315",
|
82
|
+
"type": "reward"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"id": "1062816",
|
86
|
+
"type": "reward"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"id": "976979",
|
90
|
+
"type": "reward"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"id": "1385731",
|
94
|
+
"type": "reward"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"id": "1057802",
|
98
|
+
"type": "reward"
|
99
|
+
}
|
100
|
+
]
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"type": "campaign"
|
104
|
+
}
|
105
|
+
],
|
106
|
+
"included": [
|
107
|
+
{
|
108
|
+
"attributes": {
|
109
|
+
"about": "Heeeey booii",
|
110
|
+
"created": "2013-05-10T13:27:42+00:00",
|
111
|
+
"discord_id": null,
|
112
|
+
"email": "sam@ourspot.com",
|
113
|
+
"facebook": "https://www.facebook.com/foo",
|
114
|
+
"facebook_id": null,
|
115
|
+
"first_name": "Corgi",
|
116
|
+
"full_name": "Corgi Pager & Friends",
|
117
|
+
"gender": 0,
|
118
|
+
"has_password": true,
|
119
|
+
"image_url": "https://c10.patreonusercontent.com/3/eyJwIjoxLCJ2IjoiMSJ9/patreon-media/user/32187/d92af883a3fa4a3593fdec24a8baabb8?token-time=2145916800&token-hash=TC-rUQokZW9MvAGMwqtwHHInGXm3BnUqPCtQQYuzQvk%3D",
|
120
|
+
"is_deleted": false,
|
121
|
+
"is_email_verified": true,
|
122
|
+
"is_nuked": false,
|
123
|
+
"is_suspended": false,
|
124
|
+
"last_name": "Pager & Friends",
|
125
|
+
"social_connections": {
|
126
|
+
"deviantart": null,
|
127
|
+
"discord": null,
|
128
|
+
"facebook": {
|
129
|
+
"scopes": [
|
130
|
+
"user_likes",
|
131
|
+
"public_profile"
|
132
|
+
],
|
133
|
+
"user_id": "2849114461073"
|
134
|
+
},
|
135
|
+
"spotify": null,
|
136
|
+
"twitch": {
|
137
|
+
"scopes": [
|
138
|
+
"channel_subscriptions",
|
139
|
+
"channel_read",
|
140
|
+
"user_read",
|
141
|
+
"user_subscriptions"
|
142
|
+
],
|
143
|
+
"user_id": "13626948"
|
144
|
+
},
|
145
|
+
"twitter": null,
|
146
|
+
"youtube": null
|
147
|
+
},
|
148
|
+
"thumb_url": "https://c10.patreonusercontent.com/3/eyJoIjoxMDAsInYiOiIxIiwidyI6MTAwfQ%3D%3D/patreon-media/user/32187/d92af883a3fa4a3593fdec24a8baabb8?token-time=2145916800&token-hash=FGeBGK0gsdI10_xLCFRJqdnjUHdrPja2h45P08Am1MI%3D",
|
149
|
+
"twitch": "https://www.twitch.tv/foo",
|
150
|
+
"twitter": "",
|
151
|
+
"url": "https://www.patreon.com/corgi",
|
152
|
+
"vanity": "corgi",
|
153
|
+
"youtube": ""
|
154
|
+
},
|
155
|
+
"id": "32187",
|
156
|
+
"relationships": {
|
157
|
+
"campaign": {
|
158
|
+
"data": {
|
159
|
+
"id": "70261",
|
160
|
+
"type": "campaign"
|
161
|
+
},
|
162
|
+
"links": {
|
163
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
164
|
+
}
|
165
|
+
}
|
166
|
+
},
|
167
|
+
"type": "user"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"attributes": {
|
171
|
+
"amount": 0,
|
172
|
+
"amount_cents": 0,
|
173
|
+
"created_at": null,
|
174
|
+
"description": "Everyone",
|
175
|
+
"remaining": 0,
|
176
|
+
"requires_shipping": false,
|
177
|
+
"url": null,
|
178
|
+
"user_limit": null
|
179
|
+
},
|
180
|
+
"id": "-1",
|
181
|
+
"type": "reward"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"attributes": {
|
185
|
+
"amount": 1,
|
186
|
+
"amount_cents": 1,
|
187
|
+
"created_at": null,
|
188
|
+
"description": "Patrons Only",
|
189
|
+
"remaining": 0,
|
190
|
+
"requires_shipping": false,
|
191
|
+
"url": null,
|
192
|
+
"user_limit": null
|
193
|
+
},
|
194
|
+
"id": "0",
|
195
|
+
"type": "reward"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"attributes": {
|
199
|
+
"amount": 100,
|
200
|
+
"amount_cents": 100,
|
201
|
+
"created_at": "2017-02-15T19:54:50.018468+00:00",
|
202
|
+
"description": "Get a patron-only perspective.\n<p><br></p>\n<p><a href=\"https://www.google.com/wonkavite\" rel=\"nofollow noopener\" target=\"_blank\">https://www.google.com/wonkavite</a></p>\n<p><br>\n<strong>Includes</strong></p>\n<p><br>\nItem 1<br>\n\u2022 Item 2</p>\n<ul>\n<li>Behind-the-scenes pics and videos</li>\n<li>Inherited item</li>\n<li>Patron-only polls</li>\n<li>Sparkle Dust</li>\n</ul>",
|
203
|
+
"discord_role_ids": [
|
204
|
+
"215204880011231233"
|
205
|
+
],
|
206
|
+
"edited_at": "2017-12-04T23:46:34.270961+00:00",
|
207
|
+
"image_url": "https://c10.patreonusercontent.com/3/eyJwIjoxLCJ2IjoiMSJ9/patreon-media/reward/1408001/c7b8423af732423f855646dc389670d0?token-time=2145916800&token-hash=UxGHQ4QsZ_wA1JHKSm34kIbuRHe-UzeSmFR2hB3worE%3D",
|
208
|
+
"patron_count": 3,
|
209
|
+
"post_count": 21,
|
210
|
+
"published": false,
|
211
|
+
"published_at": null,
|
212
|
+
"remaining": null,
|
213
|
+
"requires_shipping": true,
|
214
|
+
"title": "Behind The Scene, but neil",
|
215
|
+
"unpublished_at": "2017-11-29T22:19:17.102667+00:00",
|
216
|
+
"url": "/bePatron?c=70261&rid=1408001",
|
217
|
+
"user_limit": null
|
218
|
+
},
|
219
|
+
"id": "1408001",
|
220
|
+
"relationships": {
|
221
|
+
"campaign": {
|
222
|
+
"data": {
|
223
|
+
"id": "70261",
|
224
|
+
"type": "campaign"
|
225
|
+
},
|
226
|
+
"links": {
|
227
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
228
|
+
}
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"type": "reward"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"attributes": {
|
235
|
+
"amount": 100,
|
236
|
+
"amount_cents": 100,
|
237
|
+
"created_at": "2016-11-21T22:31:11+00:00",
|
238
|
+
"description": "<img src=\"http://s33.postimg.org/mag6tm4bz/level_1.png\">I am so honored that you should choose to support a simple corgi in pursuit of a simple dream. Thanks so much for starting on this journey with me....<br>\n<br>\n<br><br><strong>Includes</strong><ul><li>Inherited item</li></ul>",
|
239
|
+
"discord_role_ids": null,
|
240
|
+
"edited_at": "2017-12-04T23:46:41.398657+00:00",
|
241
|
+
"image_url": null,
|
242
|
+
"patron_count": 2,
|
243
|
+
"post_count": 21,
|
244
|
+
"published": true,
|
245
|
+
"published_at": "2017-12-04T23:46:41.378030+00:00",
|
246
|
+
"remaining": null,
|
247
|
+
"requires_shipping": false,
|
248
|
+
"title": "Some patrons here",
|
249
|
+
"unpublished_at": null,
|
250
|
+
"url": "/bePatron?c=70261&rid=563244",
|
251
|
+
"user_limit": null
|
252
|
+
},
|
253
|
+
"id": "563244",
|
254
|
+
"relationships": {
|
255
|
+
"campaign": {
|
256
|
+
"data": {
|
257
|
+
"id": "70261",
|
258
|
+
"type": "campaign"
|
259
|
+
},
|
260
|
+
"links": {
|
261
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
262
|
+
}
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"type": "reward"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"attributes": {
|
269
|
+
"amount": 200,
|
270
|
+
"amount_cents": 200,
|
271
|
+
"created_at": "2017-02-08T18:06:45.708277+00:00",
|
272
|
+
"description": "Google handgout and lets chat about our next episode",
|
273
|
+
"discord_role_ids": null,
|
274
|
+
"edited_at": "2017-12-04T23:46:48.451490+00:00",
|
275
|
+
"image_url": null,
|
276
|
+
"patron_count": 0,
|
277
|
+
"post_count": null,
|
278
|
+
"published": true,
|
279
|
+
"published_at": "2017-12-04T23:46:48.419242+00:00",
|
280
|
+
"remaining": 15,
|
281
|
+
"requires_shipping": true,
|
282
|
+
"title": "Help me write my next podcast",
|
283
|
+
"unpublished_at": null,
|
284
|
+
"url": "/bePatron?c=70261&rid=1385705",
|
285
|
+
"user_limit": 15
|
286
|
+
},
|
287
|
+
"id": "1385705",
|
288
|
+
"relationships": {
|
289
|
+
"campaign": {
|
290
|
+
"data": {
|
291
|
+
"id": "70261",
|
292
|
+
"type": "campaign"
|
293
|
+
},
|
294
|
+
"links": {
|
295
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
296
|
+
}
|
297
|
+
}
|
298
|
+
},
|
299
|
+
"type": "reward"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"attributes": {
|
303
|
+
"amount": 500,
|
304
|
+
"amount_cents": 500,
|
305
|
+
"created_at": "2016-11-21T22:31:11+00:00",
|
306
|
+
"description": "<img src=\"http://s33.postimg.org/mg8am49db/level_2.png\"><br>A corgi needs two things in order to survive: love and desserts. At the parfait level you will help me purchase desserts at a very popular caf\u00e9 where I will be more likely to be noticed....<br>",
|
307
|
+
"discord_role_ids": null,
|
308
|
+
"edited_at": "2017-11-29T22:18:01.211742+00:00",
|
309
|
+
"image_url": null,
|
310
|
+
"patron_count": 0,
|
311
|
+
"post_count": 2,
|
312
|
+
"published": true,
|
313
|
+
"published_at": "2017-11-29T22:18:01.124391+00:00",
|
314
|
+
"remaining": null,
|
315
|
+
"requires_shipping": false,
|
316
|
+
"title": "BROKEN IMAGE",
|
317
|
+
"unpublished_at": null,
|
318
|
+
"url": "/bePatron?c=70261&rid=563315",
|
319
|
+
"user_limit": null
|
320
|
+
},
|
321
|
+
"id": "563315",
|
322
|
+
"relationships": {
|
323
|
+
"campaign": {
|
324
|
+
"data": {
|
325
|
+
"id": "70261",
|
326
|
+
"type": "campaign"
|
327
|
+
},
|
328
|
+
"links": {
|
329
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
330
|
+
}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"type": "reward"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"attributes": {
|
337
|
+
"amount": 1000,
|
338
|
+
"amount_cents": 1000,
|
339
|
+
"created_at": "2016-11-21T22:31:11+00:00",
|
340
|
+
"description": "<ul>\n<li>Personalized song/video message</li>\n<li>Plus all previous rewards\u00a0</li>\n</ul>",
|
341
|
+
"discord_role_ids": [
|
342
|
+
"258315221066579968"
|
343
|
+
],
|
344
|
+
"edited_at": "2017-12-06T22:58:00.164069+00:00",
|
345
|
+
"image_url": null,
|
346
|
+
"patron_count": 0,
|
347
|
+
"post_count": null,
|
348
|
+
"published": true,
|
349
|
+
"published_at": "2017-12-06T22:58:00.144545+00:00",
|
350
|
+
"remaining": 2,
|
351
|
+
"requires_shipping": true,
|
352
|
+
"title": "NEW",
|
353
|
+
"unpublished_at": null,
|
354
|
+
"url": "/bePatron?c=70261&rid=1062816",
|
355
|
+
"user_limit": 2
|
356
|
+
},
|
357
|
+
"id": "1062816",
|
358
|
+
"relationships": {
|
359
|
+
"campaign": {
|
360
|
+
"data": {
|
361
|
+
"id": "70261",
|
362
|
+
"type": "campaign"
|
363
|
+
},
|
364
|
+
"links": {
|
365
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
366
|
+
}
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"type": "reward"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"attributes": {
|
373
|
+
"amount": 1400,
|
374
|
+
"amount_cents": 1400,
|
375
|
+
"created_at": "2016-11-21T22:31:11+00:00",
|
376
|
+
"description": "<ul><li>Personalized song/video message</li><li>Plus all previous rewards</li></ul>",
|
377
|
+
"discord_role_ids": null,
|
378
|
+
"edited_at": "2017-12-04T23:44:44.449085+00:00",
|
379
|
+
"image_url": null,
|
380
|
+
"patron_count": 0,
|
381
|
+
"post_count": 5,
|
382
|
+
"published": false,
|
383
|
+
"published_at": null,
|
384
|
+
"remaining": null,
|
385
|
+
"requires_shipping": false,
|
386
|
+
"title": "a",
|
387
|
+
"unpublished_at": "2016-12-05T20:14:59+00:00",
|
388
|
+
"url": "/bePatron?c=70261&rid=976979",
|
389
|
+
"user_limit": null
|
390
|
+
},
|
391
|
+
"id": "976979",
|
392
|
+
"relationships": {
|
393
|
+
"campaign": {
|
394
|
+
"data": {
|
395
|
+
"id": "70261",
|
396
|
+
"type": "campaign"
|
397
|
+
},
|
398
|
+
"links": {
|
399
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
400
|
+
}
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"type": "reward"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"attributes": {
|
407
|
+
"amount": 2000,
|
408
|
+
"amount_cents": 2000,
|
409
|
+
"created_at": "2017-02-08T18:08:46.129090+00:00",
|
410
|
+
"description": "Learn more about how I play.<ul><li>See my strategies</li><li>Tutorials</li><li>Plus all previous rewards</li></ul>",
|
411
|
+
"discord_role_ids": [
|
412
|
+
"215204880011231233"
|
413
|
+
],
|
414
|
+
"edited_at": "2017-12-04T23:44:53.599041+00:00",
|
415
|
+
"image_url": "https://c10.patreonusercontent.com/3/eyJwIjoxLCJ2IjoiMSJ9/patreon-media/reward/1385731/59d7caf21a894b0290d3f24796da2aa4?token-time=2145916800&token-hash=fVKHIu_D6eK_PtntSiYJSK_z0jdtMJbpMTHym7oFMR4%3D",
|
416
|
+
"patron_count": 0,
|
417
|
+
"post_count": 9,
|
418
|
+
"published": true,
|
419
|
+
"published_at": "2017-12-04T23:44:53.571145+00:00",
|
420
|
+
"remaining": null,
|
421
|
+
"requires_shipping": false,
|
422
|
+
"title": "vidjastrats",
|
423
|
+
"unpublished_at": null,
|
424
|
+
"url": "/bePatron?c=70261&rid=1385731",
|
425
|
+
"user_limit": null
|
426
|
+
},
|
427
|
+
"id": "1385731",
|
428
|
+
"relationships": {
|
429
|
+
"campaign": {
|
430
|
+
"data": {
|
431
|
+
"id": "70261",
|
432
|
+
"type": "campaign"
|
433
|
+
},
|
434
|
+
"links": {
|
435
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
436
|
+
}
|
437
|
+
}
|
438
|
+
},
|
439
|
+
"type": "reward"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"attributes": {
|
443
|
+
"amount": 2000,
|
444
|
+
"amount_cents": 2000,
|
445
|
+
"created_at": "2016-11-21T22:31:11+00:00",
|
446
|
+
"description": "<ul><li>Early downloads of all releases</li><li>Your name in the credits of my videos</li><li>Plus all previous rewards</li></ul>",
|
447
|
+
"discord_role_ids": null,
|
448
|
+
"edited_at": "2017-11-29T22:33:15.231726+00:00",
|
449
|
+
"image_url": null,
|
450
|
+
"patron_count": 0,
|
451
|
+
"post_count": 9,
|
452
|
+
"published": false,
|
453
|
+
"published_at": null,
|
454
|
+
"remaining": null,
|
455
|
+
"requires_shipping": false,
|
456
|
+
"title": "Konalicious",
|
457
|
+
"unpublished_at": "2017-11-29T22:33:15.231726+00:00",
|
458
|
+
"url": "/bePatron?c=70261&rid=1057802",
|
459
|
+
"user_limit": null
|
460
|
+
},
|
461
|
+
"id": "1057802",
|
462
|
+
"relationships": {
|
463
|
+
"campaign": {
|
464
|
+
"data": {
|
465
|
+
"id": "70261",
|
466
|
+
"type": "campaign"
|
467
|
+
},
|
468
|
+
"links": {
|
469
|
+
"related": "https://www.patreon.com/api/campaigns/70261"
|
470
|
+
}
|
471
|
+
}
|
472
|
+
},
|
473
|
+
"type": "reward"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"attributes": {
|
477
|
+
"amount_cents": 150000,
|
478
|
+
"completed_percentage": 0,
|
479
|
+
"created_at": "2016-06-01T20:14:10+00:00",
|
480
|
+
"description": "Get senpai to notice me...",
|
481
|
+
"reached_at": null,
|
482
|
+
"title": ""
|
483
|
+
},
|
484
|
+
"id": "443028",
|
485
|
+
"type": "goal"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"attributes": {
|
489
|
+
"amount_cents": 200000,
|
490
|
+
"completed_percentage": 0,
|
491
|
+
"created_at": "2016-06-01T20:15:20+00:00",
|
492
|
+
"description": "<strong><em>Two</em></strong> senpais.",
|
493
|
+
"reached_at": null,
|
494
|
+
"title": ""
|
495
|
+
},
|
496
|
+
"id": "443029",
|
497
|
+
"type": "goal"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"attributes": {
|
501
|
+
"amount_cents": 300000,
|
502
|
+
"completed_percentage": 0,
|
503
|
+
"created_at": "2016-06-01T21:20:27+00:00",
|
504
|
+
"description": "I will be able to hire a coach to help my overcome the highly unjust vault box. This coach will have a special focus on helping vertically challenged dogs jump very <em>remarkable</em> heights. Sometimes <strong>olympic</strong> heights.",
|
505
|
+
"reached_at": null,
|
506
|
+
"title": ""
|
507
|
+
},
|
508
|
+
"id": "443100",
|
509
|
+
"type": "goal"
|
510
|
+
}
|
511
|
+
]
|
512
|
+
}
|