contentful-management 0.0.1.pre → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +17 -18
- data/README.md +10 -19
- data/examples/blog.rb +2 -0
- data/examples/create_space.rb +1 -1
- data/lib/contentful/management.rb +0 -8
- data/lib/contentful/management/asset.rb +41 -38
- data/lib/contentful/management/client.rb +8 -1
- data/lib/contentful/management/content_type.rb +44 -6
- data/lib/contentful/management/entry.rb +61 -29
- data/lib/contentful/management/field.rb +1 -1
- data/lib/contentful/management/file.rb +1 -0
- data/lib/contentful/management/link.rb +1 -1
- data/lib/contentful/management/locale.rb +24 -8
- data/lib/contentful/management/location.rb +1 -1
- data/lib/contentful/management/resource/asset_fields.rb +17 -0
- data/lib/contentful/management/resource/entry_fields.rb +13 -0
- data/lib/contentful/management/resource/fields.rb +1 -0
- data/lib/contentful/management/resource_builder.rb +0 -1
- data/lib/contentful/management/space.rb +38 -10
- data/lib/contentful/management/support.rb +3 -1
- data/lib/contentful/management/version.rb +1 -1
- data/spec/fixtures/vcr_cassettes/asset/publish_after_create.yml +268 -0
- data/spec/fixtures/vcr_cassettes/content_type/entry/all.yml +777 -0
- data/spec/fixtures/vcr_cassettes/entry/content_type_entires.yml +156 -0
- data/spec/fixtures/vcr_cassettes/entry/create_with_custom_id.yml +287 -0
- data/spec/fixtures/vcr_cassettes/space/{asset/assets.yml → entry/content_type_entires.yml} +369 -367
- data/spec/lib/contentful/management/asset_spec.rb +32 -23
- data/spec/lib/contentful/management/content_type_spec.rb +31 -6
- data/spec/lib/contentful/management/entry_spec.rb +21 -3
- data/spec/lib/contentful/management/space_spec.rb +26 -37
- metadata +22 -17
- data/spec/fixtures/vcr_cassettes/asset/image_url.yml +0 -133
- data/spec/fixtures/vcr_cassettes/space/content_type/content_types.yml +0 -341
- data/spec/fixtures/vcr_cassettes/space/entry/entries.yml +0 -498
- data/spec/fixtures/vcr_cassettes/space/locale/locales.yml +0 -480
@@ -1,480 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- RubyContenfulManagementGem/0.0.1
|
12
|
-
Authorization:
|
13
|
-
- Bearer <ACCESS_TOKEN>
|
14
|
-
Content-Type:
|
15
|
-
- application/vnd.contentful.management.v1+json
|
16
|
-
Content-Length:
|
17
|
-
- '0'
|
18
|
-
Host:
|
19
|
-
- api.contentful.com
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Server:
|
26
|
-
- nginx
|
27
|
-
Date:
|
28
|
-
- Thu, 31 Jul 2014 07:08:41 GMT
|
29
|
-
Content-Type:
|
30
|
-
- application/vnd.contentful.management.v1+json
|
31
|
-
Content-Length:
|
32
|
-
- '453'
|
33
|
-
Connection:
|
34
|
-
- keep-alive
|
35
|
-
Status:
|
36
|
-
- 200 OK
|
37
|
-
X-Contentful-Request-Id:
|
38
|
-
- 85f-1334431460
|
39
|
-
Etag:
|
40
|
-
- '"cbeabcb3476920c3f3a426f8cf41795d"'
|
41
|
-
Accept-Ranges:
|
42
|
-
- bytes
|
43
|
-
Cache-Control:
|
44
|
-
- max-age=0
|
45
|
-
Access-Control-Allow-Origin:
|
46
|
-
- "*"
|
47
|
-
Access-Control-Allow-Headers:
|
48
|
-
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
49
|
-
Access-Control-Allow-Methods:
|
50
|
-
- DELETE,GET,HEAD,POST,PUT,OPTIONS
|
51
|
-
"^access-Control-Expose-Headers":
|
52
|
-
- Etag
|
53
|
-
Access-Control-Max-Age:
|
54
|
-
- '1728000'
|
55
|
-
body:
|
56
|
-
encoding: UTF-8
|
57
|
-
string: |
|
58
|
-
{
|
59
|
-
"sys":{
|
60
|
-
"type":"Space",
|
61
|
-
"id":"yr5m0jky5hsh",
|
62
|
-
"version":8,
|
63
|
-
"createdBy":{
|
64
|
-
"sys":{
|
65
|
-
"type":"Link",
|
66
|
-
"linkType":"User",
|
67
|
-
"id":"0fn5fOWn4WsKFyYla1gI5h"
|
68
|
-
}
|
69
|
-
},
|
70
|
-
"createdAt":"2014-07-30T07:46:19Z",
|
71
|
-
"updatedBy":{
|
72
|
-
"sys":{
|
73
|
-
"type":"Link",
|
74
|
-
"linkType":"User",
|
75
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
76
|
-
}
|
77
|
-
},
|
78
|
-
"updatedAt":"2014-07-31T07:04:29Z"
|
79
|
-
},
|
80
|
-
"name":"NewNameSpace"}
|
81
|
-
http_version:
|
82
|
-
recorded_at: Thu, 31 Jul 2014 07:08:41 GMT
|
83
|
-
- request:
|
84
|
-
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
86
|
-
body:
|
87
|
-
encoding: US-ASCII
|
88
|
-
string: ''
|
89
|
-
headers:
|
90
|
-
User-Agent:
|
91
|
-
- RubyContenfulManagementGem/0.0.1
|
92
|
-
Authorization:
|
93
|
-
- Bearer <ACCESS_TOKEN>
|
94
|
-
Content-Type:
|
95
|
-
- application/vnd.contentful.management.v1+json
|
96
|
-
Content-Length:
|
97
|
-
- '0'
|
98
|
-
Host:
|
99
|
-
- api.contentful.com
|
100
|
-
response:
|
101
|
-
status:
|
102
|
-
code: 200
|
103
|
-
message: OK
|
104
|
-
headers:
|
105
|
-
Server:
|
106
|
-
- nginx
|
107
|
-
Date:
|
108
|
-
- Thu, 31 Jul 2014 07:08:42 GMT
|
109
|
-
Content-Type:
|
110
|
-
- application/vnd.contentful.management.v1+json
|
111
|
-
Content-Length:
|
112
|
-
- '3054'
|
113
|
-
Connection:
|
114
|
-
- keep-alive
|
115
|
-
X-Powered-By:
|
116
|
-
- Express
|
117
|
-
Cf-Space-Id:
|
118
|
-
- yr5m0jky5hsh
|
119
|
-
Etag:
|
120
|
-
- '"4c43b6e34924f7e65971295370191384"'
|
121
|
-
Access-Control-Allow-Origin:
|
122
|
-
- "*"
|
123
|
-
Access-Control-Allow-Headers:
|
124
|
-
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
125
|
-
Access-Control-Allow-Methods:
|
126
|
-
- DELETE,GET,HEAD,POST,PUT,OPTIONS
|
127
|
-
"^access-Control-Expose-Headers":
|
128
|
-
- Etag
|
129
|
-
Access-Control-Max-Age:
|
130
|
-
- '1728000'
|
131
|
-
body:
|
132
|
-
encoding: UTF-8
|
133
|
-
string: |
|
134
|
-
{
|
135
|
-
"sys": {
|
136
|
-
"type": "Array"
|
137
|
-
},
|
138
|
-
"total": 1,
|
139
|
-
"skip": 0,
|
140
|
-
"limit": 100,
|
141
|
-
"items": [
|
142
|
-
{
|
143
|
-
"fields": [
|
144
|
-
{
|
145
|
-
"name": "name",
|
146
|
-
"id": "name",
|
147
|
-
"type": "Text",
|
148
|
-
"uiid": "3fflnrplhc0",
|
149
|
-
"localized": true
|
150
|
-
},
|
151
|
-
{
|
152
|
-
"name": "age",
|
153
|
-
"id": "age",
|
154
|
-
"uiid": "2t5blkc7u2o",
|
155
|
-
"type": "Integer",
|
156
|
-
"localized": true
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"name": "city",
|
160
|
-
"id": "city",
|
161
|
-
"type": "Location",
|
162
|
-
"uiid": "4fzl5jkm1a8",
|
163
|
-
"localized": false
|
164
|
-
},
|
165
|
-
{
|
166
|
-
"name": "assets",
|
167
|
-
"id": "assets",
|
168
|
-
"uiid": "3aqrgdyesxs",
|
169
|
-
"type": "Array",
|
170
|
-
"items": {
|
171
|
-
"type": "Link",
|
172
|
-
"linkType": "Asset"
|
173
|
-
},
|
174
|
-
"localized": true
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"name": "entries",
|
178
|
-
"id": "entries",
|
179
|
-
"type": "Array",
|
180
|
-
"uiid": "3xi486kbchs",
|
181
|
-
"items": {
|
182
|
-
"type": "Link",
|
183
|
-
"linkType": "Entry"
|
184
|
-
}
|
185
|
-
},
|
186
|
-
{
|
187
|
-
"name": "entry",
|
188
|
-
"id": "entry",
|
189
|
-
"type": "Link",
|
190
|
-
"uiid": "3uxjdd1n5ds",
|
191
|
-
"linkType": "Entry"
|
192
|
-
},
|
193
|
-
{
|
194
|
-
"name": "asset",
|
195
|
-
"id": "asset",
|
196
|
-
"type": "Link",
|
197
|
-
"uiid": "40ilp8h1xc0",
|
198
|
-
"linkType": "Asset"
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"name": "bool",
|
202
|
-
"id": "bool",
|
203
|
-
"type": "Boolean",
|
204
|
-
"uiid": "2i1bgmn2dj4",
|
205
|
-
"localized": true
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"name": "symbols",
|
209
|
-
"id": "symbols",
|
210
|
-
"type": "Array",
|
211
|
-
"uiid": "38rbncxmzuo",
|
212
|
-
"items": {
|
213
|
-
"type": "Symbol"
|
214
|
-
}
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"name": "birthday",
|
218
|
-
"id": "birthday",
|
219
|
-
"type": "Date",
|
220
|
-
"uiid": "41bdwbk06bk"
|
221
|
-
}
|
222
|
-
],
|
223
|
-
"name": "Author",
|
224
|
-
"sys": {
|
225
|
-
"id": "5DSpuKrl04eMAGQoQckeIq",
|
226
|
-
"type": "ContentType",
|
227
|
-
"createdAt": "2014-07-30T12:35:01.110Z",
|
228
|
-
"createdBy": {
|
229
|
-
"sys": {
|
230
|
-
"type": "Link",
|
231
|
-
"linkType": "User",
|
232
|
-
"id": "1E7acJL8I5XUXAMHQt9Grs"
|
233
|
-
}
|
234
|
-
},
|
235
|
-
"space": {
|
236
|
-
"sys": {
|
237
|
-
"type": "Link",
|
238
|
-
"linkType": "Space",
|
239
|
-
"id": "yr5m0jky5hsh"
|
240
|
-
}
|
241
|
-
},
|
242
|
-
"firstPublishedAt": "2014-07-30T12:37:42.035Z",
|
243
|
-
"publishedCounter": 6,
|
244
|
-
"publishedAt": "2014-07-30T14:58:40.786Z",
|
245
|
-
"publishedBy": {
|
246
|
-
"sys": {
|
247
|
-
"type": "Link",
|
248
|
-
"linkType": "User",
|
249
|
-
"id": "1E7acJL8I5XUXAMHQt9Grs"
|
250
|
-
}
|
251
|
-
},
|
252
|
-
"publishedVersion": 177,
|
253
|
-
"version": 178,
|
254
|
-
"updatedAt": "2014-07-30T14:58:40.796Z",
|
255
|
-
"updatedBy": {
|
256
|
-
"sys": {
|
257
|
-
"type": "Link",
|
258
|
-
"linkType": "User",
|
259
|
-
"id": "1E7acJL8I5XUXAMHQt9Grs"
|
260
|
-
}
|
261
|
-
}
|
262
|
-
},
|
263
|
-
"description": null,
|
264
|
-
"displayField": "name"
|
265
|
-
}
|
266
|
-
]
|
267
|
-
}
|
268
|
-
http_version:
|
269
|
-
recorded_at: Thu, 31 Jul 2014 07:08:42 GMT
|
270
|
-
- request:
|
271
|
-
method: get
|
272
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/locales
|
273
|
-
body:
|
274
|
-
encoding: US-ASCII
|
275
|
-
string: ''
|
276
|
-
headers:
|
277
|
-
User-Agent:
|
278
|
-
- RubyContenfulManagementGem/0.0.1
|
279
|
-
Authorization:
|
280
|
-
- Bearer <ACCESS_TOKEN>
|
281
|
-
Content-Type:
|
282
|
-
- application/vnd.contentful.management.v1+json
|
283
|
-
Content-Length:
|
284
|
-
- '0'
|
285
|
-
Host:
|
286
|
-
- api.contentful.com
|
287
|
-
response:
|
288
|
-
status:
|
289
|
-
code: 200
|
290
|
-
message: OK
|
291
|
-
headers:
|
292
|
-
Server:
|
293
|
-
- nginx
|
294
|
-
Date:
|
295
|
-
- Thu, 31 Jul 2014 07:08:43 GMT
|
296
|
-
Content-Type:
|
297
|
-
- application/vnd.contentful.management.v1+json
|
298
|
-
Content-Length:
|
299
|
-
- '3463'
|
300
|
-
Connection:
|
301
|
-
- keep-alive
|
302
|
-
Status:
|
303
|
-
- 200 OK
|
304
|
-
X-Contentful-Request-Id:
|
305
|
-
- 85f-1334431462
|
306
|
-
Etag:
|
307
|
-
- '"39640635b4519a9604d27cb6b3a979b3"'
|
308
|
-
Accept-Ranges:
|
309
|
-
- bytes
|
310
|
-
Cache-Control:
|
311
|
-
- max-age=0
|
312
|
-
Access-Control-Allow-Origin:
|
313
|
-
- "*"
|
314
|
-
Access-Control-Allow-Headers:
|
315
|
-
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
316
|
-
Access-Control-Allow-Methods:
|
317
|
-
- DELETE,GET,HEAD,POST,PUT,OPTIONS
|
318
|
-
"^access-Control-Expose-Headers":
|
319
|
-
- Etag
|
320
|
-
Access-Control-Max-Age:
|
321
|
-
- '1728000'
|
322
|
-
body:
|
323
|
-
encoding: UTF-8
|
324
|
-
string: |
|
325
|
-
{
|
326
|
-
"sys":{
|
327
|
-
"type":"Array"
|
328
|
-
},
|
329
|
-
"items":[
|
330
|
-
{
|
331
|
-
"sys":{
|
332
|
-
"type":"Locale",
|
333
|
-
"id":"42irhRZ5uMrRc9SZ1PyDRk",
|
334
|
-
"version":0,
|
335
|
-
"space":{
|
336
|
-
"sys":{
|
337
|
-
"type":"Link",
|
338
|
-
"linkType":"Space",
|
339
|
-
"id":"yr5m0jky5hsh"
|
340
|
-
}
|
341
|
-
},
|
342
|
-
"createdBy":{
|
343
|
-
"sys":{
|
344
|
-
"type":"Link",
|
345
|
-
"linkType":"User",
|
346
|
-
"id":"0fn5fOWn4WsKFyYla1gI5h"
|
347
|
-
}
|
348
|
-
},
|
349
|
-
"createdAt":"2014-07-30T07:46:19Z",
|
350
|
-
"updatedBy":{
|
351
|
-
"sys":{
|
352
|
-
"type":"Link",
|
353
|
-
"linkType":"User",
|
354
|
-
"id":"0fn5fOWn4WsKFyYla1gI5h"
|
355
|
-
}
|
356
|
-
},
|
357
|
-
"updatedAt":"2014-07-30T07:46:19Z"
|
358
|
-
},
|
359
|
-
"name":"U.S. English",
|
360
|
-
"code":"en-US",
|
361
|
-
"default":true,
|
362
|
-
"contentManagementApi":true,
|
363
|
-
"publish":true,
|
364
|
-
"contentDeliveryApi":true
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"sys":{
|
368
|
-
"type":"Locale",
|
369
|
-
"id":"3QwNQbA5IApftHq2TqWzbw",
|
370
|
-
"version":1,
|
371
|
-
"space":{
|
372
|
-
"sys":{
|
373
|
-
"type":"Link",
|
374
|
-
"linkType":"Space",
|
375
|
-
"id":"yr5m0jky5hsh"
|
376
|
-
}
|
377
|
-
},
|
378
|
-
"createdBy":{
|
379
|
-
"sys":{
|
380
|
-
"type":"Link",
|
381
|
-
"linkType":"User",
|
382
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
383
|
-
}
|
384
|
-
},
|
385
|
-
"createdAt":"2014-07-30T11:56:41Z",
|
386
|
-
"updatedBy":{
|
387
|
-
"sys":{
|
388
|
-
"type":"Link",
|
389
|
-
"linkType":"User",
|
390
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
391
|
-
}
|
392
|
-
},
|
393
|
-
"updatedAt":"2014-07-30T12:05:44Z"
|
394
|
-
},
|
395
|
-
"name":"Polish - PL",
|
396
|
-
"code":"pl-PL",
|
397
|
-
"default":false,
|
398
|
-
"contentManagementApi":true,
|
399
|
-
"publish":true,
|
400
|
-
"contentDeliveryApi":true
|
401
|
-
},
|
402
|
-
{
|
403
|
-
"sys":{
|
404
|
-
"type":"Locale",
|
405
|
-
"id":"3V5DI3HspzHXRhUuNNW8x8",
|
406
|
-
"version":0,
|
407
|
-
"space":{
|
408
|
-
"sys":{
|
409
|
-
"type":"Link",
|
410
|
-
"linkType":"Space",
|
411
|
-
"id":"yr5m0jky5hsh"
|
412
|
-
}
|
413
|
-
},
|
414
|
-
"createdBy":{
|
415
|
-
"sys":{
|
416
|
-
"type":"Link",
|
417
|
-
"linkType":"User",
|
418
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
419
|
-
}
|
420
|
-
},
|
421
|
-
"createdAt":"2014-07-30T11:56:45Z",
|
422
|
-
"updatedBy":{
|
423
|
-
"sys":{
|
424
|
-
"type":"Link",
|
425
|
-
"linkType":"User",
|
426
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
427
|
-
}
|
428
|
-
},
|
429
|
-
"updatedAt":"2014-07-30T11:56:45Z"
|
430
|
-
},
|
431
|
-
"name":"Polish",
|
432
|
-
"code":"pl",
|
433
|
-
"default":false,
|
434
|
-
"contentManagementApi":true,
|
435
|
-
"publish":true,
|
436
|
-
"contentDeliveryApi":true
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"sys":{
|
440
|
-
"type":"Locale",
|
441
|
-
"id":"7E40Gt0Du4KBPwfw7pPw2O",
|
442
|
-
"version":0,
|
443
|
-
"space":{
|
444
|
-
"sys":{
|
445
|
-
"type":"Link",
|
446
|
-
"linkType":"Space",
|
447
|
-
"id":"yr5m0jky5hsh"
|
448
|
-
}
|
449
|
-
},
|
450
|
-
"createdBy":{
|
451
|
-
"sys":{
|
452
|
-
"type":"Link",
|
453
|
-
"linkType":"User",
|
454
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
455
|
-
}
|
456
|
-
},
|
457
|
-
"createdAt":"2014-07-30T12:07:20Z",
|
458
|
-
"updatedBy":{
|
459
|
-
"sys":{
|
460
|
-
"type":"Link",
|
461
|
-
"linkType":"User",
|
462
|
-
"id":"1E7acJL8I5XUXAMHQt9Grs"
|
463
|
-
}
|
464
|
-
},
|
465
|
-
"updatedAt":"2014-07-30T12:07:20Z"
|
466
|
-
},
|
467
|
-
"name":"Belgium",
|
468
|
-
"code":"bl-BL",
|
469
|
-
"default":false,
|
470
|
-
"contentManagementApi":true,
|
471
|
-
"publish":true,
|
472
|
-
"contentDeliveryApi":true
|
473
|
-
}
|
474
|
-
],
|
475
|
-
"total":4,
|
476
|
-
"limit":25,
|
477
|
-
"skip":0}
|
478
|
-
http_version:
|
479
|
-
recorded_at: Thu, 31 Jul 2014 07:08:43 GMT
|
480
|
-
recorded_with: VCR 2.9.2
|