jirafe 0.3.0 → 0.5.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.
- data/fixtures/responses/callback_event_post_event.yml +3 -3
- data/fixtures/responses/callback_event_post_event_fetch_token.yml +1412 -12
- data/fixtures/responses/sync_reset_with_app_token.yml +38 -0
- data/lib/jirafe.rb +3 -0
- data/lib/jirafe/callback/event.rb +4 -5
- data/lib/jirafe/callback/events/data_helper.rb +25 -0
- data/lib/jirafe/callback/events/item.rb +21 -0
- data/lib/jirafe/callback/events/order.rb +7 -6
- data/lib/jirafe/callback/events/refund.rb +7 -6
- data/lib/jirafe/callback/jirafe_callback.rb +2 -23
- data/lib/jirafe/resource/jirafe_resource.rb +2 -21
- data/lib/jirafe/response_parser.rb +30 -0
- data/lib/jirafe/version.rb +1 -1
- data/spec/jirafe/callback/event_spec.rb +56 -24
- data/spec/jirafe/callback/events/data_helper_spec.rb +49 -0
- data/spec/jirafe/resource/resources_spec.rb +7 -0
- data/spec/spec_helper.rb +15 -5
- metadata +8 -2
@@ -1967,7 +1967,7 @@ http_interactions:
|
|
1967
1967
|
uri: http://data.jirafe.dev/events
|
1968
1968
|
body:
|
1969
1969
|
encoding: US-ASCII
|
1970
|
-
string: siteId=
|
1970
|
+
string: siteId=69&token=vvvjgmwdpnxjgnfv×tamp=1347484581&events=%5B%7B%22v%22%3A1%2C%22a%22%3A%22orderCreate%22%2C%22d%22%3A%7B%22orderId%22%3A1%2C%22status%22%3Anull%2C%22customerHash%22%3Anull%2C%22vistorId%22%3Anull%2C%22time%22%3A1347484581%2C%22grandTotal%22%3A%22100.0000%22%2C%22subTotal%22%3A%2280.0000%22%2C%22taxAmount%22%3A%2220.0000%22%2C%22shippingAmount%22%3Anull%2C%22discountAmount%22%3A%220.0000%22%2C%22items%22%3A%5B%7B%22sku%22%3A%221234%22%2C%22name%22%3A%22Widget%22%2C%22price%22%3A%2240.0000%22%2C%22quantity%22%3A2%2C%22category%22%3A%22Things%22%7D%5D%7D%7D%2C%7B%22v%22%3A2%2C%22a%22%3A%22orderUpdate%22%2C%22d%22%3A%7B%22orderId%22%3A1%2C%22status%22%3A%22complete%22%2C%22customerHash%22%3Anull%2C%22vistorId%22%3Anull%2C%22time%22%3A1347484581%2C%22grandTotal%22%3A%22100.0000%22%2C%22subTotal%22%3A%2280.0000%22%2C%22taxAmount%22%3A%2220.0000%22%2C%22shippingAmount%22%3Anull%2C%22discountAmount%22%3A%2210.0000%22%2C%22items%22%3A%5B%7B%22sku%22%3A%221234%22%2C%22name%22%3A%22Widget%22%2C%22price%22%3A%2240.0000%22%2C%22quantity%22%3A2%2C%22category%22%3A%22Things%22%7D%5D%7D%7D%5D
|
1971
1971
|
headers: {}
|
1972
1972
|
response:
|
1973
1973
|
status:
|
@@ -1977,7 +1977,7 @@ http_interactions:
|
|
1977
1977
|
Server:
|
1978
1978
|
- nginx/1.2.2
|
1979
1979
|
Date:
|
1980
|
-
- Wed,
|
1980
|
+
- Wed, 12 Sep 2012 21:16:21 GMT
|
1981
1981
|
Content-Type:
|
1982
1982
|
- text/html
|
1983
1983
|
Transfer-Encoding:
|
@@ -1996,5 +1996,5 @@ http_interactions:
|
|
1996
1996
|
encoding: US-ASCII
|
1997
1997
|
string: OK
|
1998
1998
|
http_version:
|
1999
|
-
recorded_at: Wed,
|
1999
|
+
recorded_at: Wed, 12 Sep 2012 21:16:21 GMT
|
2000
2000
|
recorded_with: VCR 2.2.4
|
@@ -1365,6 +1365,1406 @@ http_interactions:
|
|
1365
1365
|
string: ! '{"site_id":66,"app_id":264,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1366
1366
|
http_version:
|
1367
1367
|
recorded_at: Wed, 05 Sep 2012 21:10:47 GMT
|
1368
|
+
- request:
|
1369
|
+
method: post
|
1370
|
+
uri: http://api.jirafe.dev/v1/applications/265/sites?token=74bda1e0eee6f04743b5f3646a0ac9c5
|
1371
|
+
body:
|
1372
|
+
encoding: US-ASCII
|
1373
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1374
|
+
headers: {}
|
1375
|
+
response:
|
1376
|
+
status:
|
1377
|
+
code: 200
|
1378
|
+
message: OK
|
1379
|
+
headers:
|
1380
|
+
Server:
|
1381
|
+
- nginx/1.2.2
|
1382
|
+
Content-Type:
|
1383
|
+
- application/json
|
1384
|
+
Transfer-Encoding:
|
1385
|
+
- chunked
|
1386
|
+
Connection:
|
1387
|
+
- keep-alive
|
1388
|
+
Keep-Alive:
|
1389
|
+
- timeout=10
|
1390
|
+
X-Powered-By:
|
1391
|
+
- PHP/5.3.15
|
1392
|
+
Cache-Control:
|
1393
|
+
- no-cache
|
1394
|
+
Date:
|
1395
|
+
- Wed, 05 Sep 2012 22:44:10 GMT
|
1396
|
+
X-Debug-Token:
|
1397
|
+
- 5047d5baee8de
|
1398
|
+
body:
|
1399
|
+
encoding: US-ASCII
|
1400
|
+
string: ! '{"site_id":67,"app_id":265,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1401
|
+
http_version:
|
1402
|
+
recorded_at: Wed, 05 Sep 2012 22:44:10 GMT
|
1403
|
+
- request:
|
1404
|
+
method: post
|
1405
|
+
uri: http://api.jirafe.dev/v1/applications/34/sites?token=50ab14ee14e2b480036111af7fe8a4e3
|
1406
|
+
body:
|
1407
|
+
encoding: US-ASCII
|
1408
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1409
|
+
headers: {}
|
1410
|
+
response:
|
1411
|
+
status:
|
1412
|
+
code: 200
|
1413
|
+
message: OK
|
1414
|
+
headers:
|
1415
|
+
Server:
|
1416
|
+
- nginx/1.2.2
|
1417
|
+
Content-Type:
|
1418
|
+
- application/json
|
1419
|
+
Transfer-Encoding:
|
1420
|
+
- chunked
|
1421
|
+
Connection:
|
1422
|
+
- keep-alive
|
1423
|
+
Keep-Alive:
|
1424
|
+
- timeout=10
|
1425
|
+
X-Powered-By:
|
1426
|
+
- PHP/5.3.15
|
1427
|
+
Cache-Control:
|
1428
|
+
- no-cache
|
1429
|
+
Date:
|
1430
|
+
- Wed, 12 Sep 2012 21:07:07 GMT
|
1431
|
+
X-Debug-Token:
|
1432
|
+
- 5050f97bd13cd
|
1433
|
+
body:
|
1434
|
+
encoding: US-ASCII
|
1435
|
+
string: ! '{"site_id":14,"app_id":34,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1436
|
+
http_version:
|
1437
|
+
recorded_at: Wed, 12 Sep 2012 21:07:07 GMT
|
1438
|
+
- request:
|
1439
|
+
method: post
|
1440
|
+
uri: http://api.jirafe.dev/v1/applications/45/sites?token=a2caf1d5b93827ac59d627ca1c8836cd
|
1441
|
+
body:
|
1442
|
+
encoding: US-ASCII
|
1443
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1444
|
+
headers: {}
|
1445
|
+
response:
|
1446
|
+
status:
|
1447
|
+
code: 200
|
1448
|
+
message: OK
|
1449
|
+
headers:
|
1450
|
+
Server:
|
1451
|
+
- nginx/1.2.2
|
1452
|
+
Content-Type:
|
1453
|
+
- application/json
|
1454
|
+
Transfer-Encoding:
|
1455
|
+
- chunked
|
1456
|
+
Connection:
|
1457
|
+
- keep-alive
|
1458
|
+
Keep-Alive:
|
1459
|
+
- timeout=10
|
1460
|
+
X-Powered-By:
|
1461
|
+
- PHP/5.3.15
|
1462
|
+
Cache-Control:
|
1463
|
+
- no-cache
|
1464
|
+
Date:
|
1465
|
+
- Wed, 12 Sep 2012 21:08:02 GMT
|
1466
|
+
X-Debug-Token:
|
1467
|
+
- 5050f9b2e306d
|
1468
|
+
body:
|
1469
|
+
encoding: US-ASCII
|
1470
|
+
string: ! '{"site_id":19,"app_id":45,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1471
|
+
http_version:
|
1472
|
+
recorded_at: Wed, 12 Sep 2012 21:08:02 GMT
|
1473
|
+
- request:
|
1474
|
+
method: post
|
1475
|
+
uri: http://api.jirafe.dev/v1/applications/60/sites?token=e0c6b055678db854dafc5fa70530aa51
|
1476
|
+
body:
|
1477
|
+
encoding: US-ASCII
|
1478
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1479
|
+
headers: {}
|
1480
|
+
response:
|
1481
|
+
status:
|
1482
|
+
code: 200
|
1483
|
+
message: OK
|
1484
|
+
headers:
|
1485
|
+
Server:
|
1486
|
+
- nginx/1.2.2
|
1487
|
+
Content-Type:
|
1488
|
+
- application/json
|
1489
|
+
Transfer-Encoding:
|
1490
|
+
- chunked
|
1491
|
+
Connection:
|
1492
|
+
- keep-alive
|
1493
|
+
Keep-Alive:
|
1494
|
+
- timeout=10
|
1495
|
+
X-Powered-By:
|
1496
|
+
- PHP/5.3.15
|
1497
|
+
Cache-Control:
|
1498
|
+
- no-cache
|
1499
|
+
Date:
|
1500
|
+
- Wed, 12 Sep 2012 21:08:49 GMT
|
1501
|
+
X-Debug-Token:
|
1502
|
+
- 5050f9e1c49c7
|
1503
|
+
body:
|
1504
|
+
encoding: US-ASCII
|
1505
|
+
string: ! '{"site_id":24,"app_id":60,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1506
|
+
http_version:
|
1507
|
+
recorded_at: Wed, 12 Sep 2012 21:08:49 GMT
|
1508
|
+
- request:
|
1509
|
+
method: post
|
1510
|
+
uri: http://api.jirafe.dev/v1/applications/61/sites?token=93900f4258aa526187b374f976b6002c
|
1511
|
+
body:
|
1512
|
+
encoding: US-ASCII
|
1513
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1514
|
+
headers: {}
|
1515
|
+
response:
|
1516
|
+
status:
|
1517
|
+
code: 200
|
1518
|
+
message: OK
|
1519
|
+
headers:
|
1520
|
+
Server:
|
1521
|
+
- nginx/1.2.2
|
1522
|
+
Content-Type:
|
1523
|
+
- application/json
|
1524
|
+
Transfer-Encoding:
|
1525
|
+
- chunked
|
1526
|
+
Connection:
|
1527
|
+
- keep-alive
|
1528
|
+
Keep-Alive:
|
1529
|
+
- timeout=10
|
1530
|
+
X-Powered-By:
|
1531
|
+
- PHP/5.3.15
|
1532
|
+
Cache-Control:
|
1533
|
+
- no-cache
|
1534
|
+
Date:
|
1535
|
+
- Wed, 12 Sep 2012 21:08:50 GMT
|
1536
|
+
X-Debug-Token:
|
1537
|
+
- 5050f9e2535dd
|
1538
|
+
body:
|
1539
|
+
encoding: US-ASCII
|
1540
|
+
string: ! '{"site_id":25,"app_id":61,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1541
|
+
http_version:
|
1542
|
+
recorded_at: Wed, 12 Sep 2012 21:08:50 GMT
|
1543
|
+
- request:
|
1544
|
+
method: post
|
1545
|
+
uri: http://api.jirafe.dev/v1/applications/62/sites?token=ba7e28b5df64f44370409aec1d842866
|
1546
|
+
body:
|
1547
|
+
encoding: US-ASCII
|
1548
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1549
|
+
headers: {}
|
1550
|
+
response:
|
1551
|
+
status:
|
1552
|
+
code: 200
|
1553
|
+
message: OK
|
1554
|
+
headers:
|
1555
|
+
Server:
|
1556
|
+
- nginx/1.2.2
|
1557
|
+
Content-Type:
|
1558
|
+
- application/json
|
1559
|
+
Transfer-Encoding:
|
1560
|
+
- chunked
|
1561
|
+
Connection:
|
1562
|
+
- keep-alive
|
1563
|
+
Keep-Alive:
|
1564
|
+
- timeout=10
|
1565
|
+
X-Powered-By:
|
1566
|
+
- PHP/5.3.15
|
1567
|
+
Cache-Control:
|
1568
|
+
- no-cache
|
1569
|
+
Date:
|
1570
|
+
- Wed, 12 Sep 2012 21:08:50 GMT
|
1571
|
+
X-Debug-Token:
|
1572
|
+
- 5050f9e28c79f
|
1573
|
+
body:
|
1574
|
+
encoding: US-ASCII
|
1575
|
+
string: ! '{"site_id":26,"app_id":62,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1576
|
+
http_version:
|
1577
|
+
recorded_at: Wed, 12 Sep 2012 21:08:50 GMT
|
1578
|
+
- request:
|
1579
|
+
method: post
|
1580
|
+
uri: http://api.jirafe.dev/v1/applications/77/sites?token=8256fe403609fa323ac40ac7dbe072c6
|
1581
|
+
body:
|
1582
|
+
encoding: US-ASCII
|
1583
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1584
|
+
headers: {}
|
1585
|
+
response:
|
1586
|
+
status:
|
1587
|
+
code: 200
|
1588
|
+
message: OK
|
1589
|
+
headers:
|
1590
|
+
Server:
|
1591
|
+
- nginx/1.2.2
|
1592
|
+
Content-Type:
|
1593
|
+
- application/json
|
1594
|
+
Transfer-Encoding:
|
1595
|
+
- chunked
|
1596
|
+
Connection:
|
1597
|
+
- keep-alive
|
1598
|
+
Keep-Alive:
|
1599
|
+
- timeout=10
|
1600
|
+
X-Powered-By:
|
1601
|
+
- PHP/5.3.15
|
1602
|
+
Cache-Control:
|
1603
|
+
- no-cache
|
1604
|
+
Date:
|
1605
|
+
- Wed, 12 Sep 2012 21:09:26 GMT
|
1606
|
+
X-Debug-Token:
|
1607
|
+
- 5050fa062806c
|
1608
|
+
body:
|
1609
|
+
encoding: US-ASCII
|
1610
|
+
string: ! '{"site_id":31,"app_id":77,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1611
|
+
http_version:
|
1612
|
+
recorded_at: Wed, 12 Sep 2012 21:09:26 GMT
|
1613
|
+
- request:
|
1614
|
+
method: post
|
1615
|
+
uri: http://api.jirafe.dev/v1/applications/78/sites?token=b85451da2e1926e71408c1c1a0194f64
|
1616
|
+
body:
|
1617
|
+
encoding: US-ASCII
|
1618
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1619
|
+
headers: {}
|
1620
|
+
response:
|
1621
|
+
status:
|
1622
|
+
code: 200
|
1623
|
+
message: OK
|
1624
|
+
headers:
|
1625
|
+
Server:
|
1626
|
+
- nginx/1.2.2
|
1627
|
+
Content-Type:
|
1628
|
+
- application/json
|
1629
|
+
Transfer-Encoding:
|
1630
|
+
- chunked
|
1631
|
+
Connection:
|
1632
|
+
- keep-alive
|
1633
|
+
Keep-Alive:
|
1634
|
+
- timeout=10
|
1635
|
+
X-Powered-By:
|
1636
|
+
- PHP/5.3.15
|
1637
|
+
Cache-Control:
|
1638
|
+
- no-cache
|
1639
|
+
Date:
|
1640
|
+
- Wed, 12 Sep 2012 21:09:26 GMT
|
1641
|
+
X-Debug-Token:
|
1642
|
+
- 5050fa06e6cb0
|
1643
|
+
body:
|
1644
|
+
encoding: US-ASCII
|
1645
|
+
string: ! '{"site_id":32,"app_id":78,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1646
|
+
http_version:
|
1647
|
+
recorded_at: Wed, 12 Sep 2012 21:09:26 GMT
|
1648
|
+
- request:
|
1649
|
+
method: post
|
1650
|
+
uri: http://api.jirafe.dev/v1/applications/79/sites?token=70eca356bf77b4171602cabe27875561
|
1651
|
+
body:
|
1652
|
+
encoding: US-ASCII
|
1653
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1654
|
+
headers: {}
|
1655
|
+
response:
|
1656
|
+
status:
|
1657
|
+
code: 200
|
1658
|
+
message: OK
|
1659
|
+
headers:
|
1660
|
+
Server:
|
1661
|
+
- nginx/1.2.2
|
1662
|
+
Content-Type:
|
1663
|
+
- application/json
|
1664
|
+
Transfer-Encoding:
|
1665
|
+
- chunked
|
1666
|
+
Connection:
|
1667
|
+
- keep-alive
|
1668
|
+
Keep-Alive:
|
1669
|
+
- timeout=10
|
1670
|
+
X-Powered-By:
|
1671
|
+
- PHP/5.3.15
|
1672
|
+
Cache-Control:
|
1673
|
+
- no-cache
|
1674
|
+
Date:
|
1675
|
+
- Wed, 12 Sep 2012 21:09:27 GMT
|
1676
|
+
X-Debug-Token:
|
1677
|
+
- 5050fa0730805
|
1678
|
+
body:
|
1679
|
+
encoding: US-ASCII
|
1680
|
+
string: ! '{"site_id":33,"app_id":79,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1681
|
+
http_version:
|
1682
|
+
recorded_at: Wed, 12 Sep 2012 21:09:27 GMT
|
1683
|
+
- request:
|
1684
|
+
method: post
|
1685
|
+
uri: http://api.jirafe.dev/v1/applications/94/sites?token=9174ccaa5043e8acf8cc3caddce5335c
|
1686
|
+
body:
|
1687
|
+
encoding: US-ASCII
|
1688
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1689
|
+
headers: {}
|
1690
|
+
response:
|
1691
|
+
status:
|
1692
|
+
code: 200
|
1693
|
+
message: OK
|
1694
|
+
headers:
|
1695
|
+
Server:
|
1696
|
+
- nginx/1.2.2
|
1697
|
+
Content-Type:
|
1698
|
+
- application/json
|
1699
|
+
Transfer-Encoding:
|
1700
|
+
- chunked
|
1701
|
+
Connection:
|
1702
|
+
- keep-alive
|
1703
|
+
Keep-Alive:
|
1704
|
+
- timeout=10
|
1705
|
+
X-Powered-By:
|
1706
|
+
- PHP/5.3.15
|
1707
|
+
Cache-Control:
|
1708
|
+
- no-cache
|
1709
|
+
Date:
|
1710
|
+
- Wed, 12 Sep 2012 21:09:57 GMT
|
1711
|
+
X-Debug-Token:
|
1712
|
+
- 5050fa2573e06
|
1713
|
+
body:
|
1714
|
+
encoding: US-ASCII
|
1715
|
+
string: ! '{"site_id":38,"app_id":94,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1716
|
+
http_version:
|
1717
|
+
recorded_at: Wed, 12 Sep 2012 21:09:57 GMT
|
1718
|
+
- request:
|
1719
|
+
method: post
|
1720
|
+
uri: http://api.jirafe.dev/v1/applications/95/sites?token=50442d5ddfced91f31536e2b7c404fa9
|
1721
|
+
body:
|
1722
|
+
encoding: US-ASCII
|
1723
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1724
|
+
headers: {}
|
1725
|
+
response:
|
1726
|
+
status:
|
1727
|
+
code: 200
|
1728
|
+
message: OK
|
1729
|
+
headers:
|
1730
|
+
Server:
|
1731
|
+
- nginx/1.2.2
|
1732
|
+
Content-Type:
|
1733
|
+
- application/json
|
1734
|
+
Transfer-Encoding:
|
1735
|
+
- chunked
|
1736
|
+
Connection:
|
1737
|
+
- keep-alive
|
1738
|
+
Keep-Alive:
|
1739
|
+
- timeout=10
|
1740
|
+
X-Powered-By:
|
1741
|
+
- PHP/5.3.15
|
1742
|
+
Cache-Control:
|
1743
|
+
- no-cache
|
1744
|
+
Date:
|
1745
|
+
- Wed, 12 Sep 2012 21:09:58 GMT
|
1746
|
+
X-Debug-Token:
|
1747
|
+
- 5050fa2627c2a
|
1748
|
+
body:
|
1749
|
+
encoding: US-ASCII
|
1750
|
+
string: ! '{"site_id":39,"app_id":95,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1751
|
+
http_version:
|
1752
|
+
recorded_at: Wed, 12 Sep 2012 21:09:58 GMT
|
1753
|
+
- request:
|
1754
|
+
method: post
|
1755
|
+
uri: http://api.jirafe.dev/v1/applications/96/sites?token=a29d4de46ee1c61ac44f52be2b411cf6
|
1756
|
+
body:
|
1757
|
+
encoding: US-ASCII
|
1758
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1759
|
+
headers: {}
|
1760
|
+
response:
|
1761
|
+
status:
|
1762
|
+
code: 200
|
1763
|
+
message: OK
|
1764
|
+
headers:
|
1765
|
+
Server:
|
1766
|
+
- nginx/1.2.2
|
1767
|
+
Content-Type:
|
1768
|
+
- application/json
|
1769
|
+
Transfer-Encoding:
|
1770
|
+
- chunked
|
1771
|
+
Connection:
|
1772
|
+
- keep-alive
|
1773
|
+
Keep-Alive:
|
1774
|
+
- timeout=10
|
1775
|
+
X-Powered-By:
|
1776
|
+
- PHP/5.3.15
|
1777
|
+
Cache-Control:
|
1778
|
+
- no-cache
|
1779
|
+
Date:
|
1780
|
+
- Wed, 12 Sep 2012 21:09:58 GMT
|
1781
|
+
X-Debug-Token:
|
1782
|
+
- 5050fa2661e65
|
1783
|
+
body:
|
1784
|
+
encoding: US-ASCII
|
1785
|
+
string: ! '{"site_id":40,"app_id":96,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1786
|
+
http_version:
|
1787
|
+
recorded_at: Wed, 12 Sep 2012 21:09:58 GMT
|
1788
|
+
- request:
|
1789
|
+
method: post
|
1790
|
+
uri: http://api.jirafe.dev/v1/applications/97/sites?token=b258207b9f74857baa5966dfbed1be31
|
1791
|
+
body:
|
1792
|
+
encoding: US-ASCII
|
1793
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1794
|
+
headers: {}
|
1795
|
+
response:
|
1796
|
+
status:
|
1797
|
+
code: 200
|
1798
|
+
message: OK
|
1799
|
+
headers:
|
1800
|
+
Server:
|
1801
|
+
- nginx/1.2.2
|
1802
|
+
Content-Type:
|
1803
|
+
- application/json
|
1804
|
+
Transfer-Encoding:
|
1805
|
+
- chunked
|
1806
|
+
Connection:
|
1807
|
+
- keep-alive
|
1808
|
+
Keep-Alive:
|
1809
|
+
- timeout=10
|
1810
|
+
X-Powered-By:
|
1811
|
+
- PHP/5.3.15
|
1812
|
+
Cache-Control:
|
1813
|
+
- no-cache
|
1814
|
+
Date:
|
1815
|
+
- Wed, 12 Sep 2012 21:10:16 GMT
|
1816
|
+
X-Debug-Token:
|
1817
|
+
- 5050fa3849679
|
1818
|
+
body:
|
1819
|
+
encoding: US-ASCII
|
1820
|
+
string: ! '{"site_id":41,"app_id":97,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1821
|
+
http_version:
|
1822
|
+
recorded_at: Wed, 12 Sep 2012 21:10:16 GMT
|
1823
|
+
- request:
|
1824
|
+
method: post
|
1825
|
+
uri: http://api.jirafe.dev/v1/applications/98/sites?token=3f906dcd5827a4e9b48b91ea6bf5292d
|
1826
|
+
body:
|
1827
|
+
encoding: US-ASCII
|
1828
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1829
|
+
headers: {}
|
1830
|
+
response:
|
1831
|
+
status:
|
1832
|
+
code: 200
|
1833
|
+
message: OK
|
1834
|
+
headers:
|
1835
|
+
Server:
|
1836
|
+
- nginx/1.2.2
|
1837
|
+
Content-Type:
|
1838
|
+
- application/json
|
1839
|
+
Transfer-Encoding:
|
1840
|
+
- chunked
|
1841
|
+
Connection:
|
1842
|
+
- keep-alive
|
1843
|
+
Keep-Alive:
|
1844
|
+
- timeout=10
|
1845
|
+
X-Powered-By:
|
1846
|
+
- PHP/5.3.15
|
1847
|
+
Cache-Control:
|
1848
|
+
- no-cache
|
1849
|
+
Date:
|
1850
|
+
- Wed, 12 Sep 2012 21:10:17 GMT
|
1851
|
+
X-Debug-Token:
|
1852
|
+
- 5050fa391aeed
|
1853
|
+
body:
|
1854
|
+
encoding: US-ASCII
|
1855
|
+
string: ! '{"site_id":42,"app_id":98,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1856
|
+
http_version:
|
1857
|
+
recorded_at: Wed, 12 Sep 2012 21:10:17 GMT
|
1858
|
+
- request:
|
1859
|
+
method: post
|
1860
|
+
uri: http://api.jirafe.dev/v1/applications/99/sites?token=e5b42183290329db97563eb237fd47d0
|
1861
|
+
body:
|
1862
|
+
encoding: US-ASCII
|
1863
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1864
|
+
headers: {}
|
1865
|
+
response:
|
1866
|
+
status:
|
1867
|
+
code: 200
|
1868
|
+
message: OK
|
1869
|
+
headers:
|
1870
|
+
Server:
|
1871
|
+
- nginx/1.2.2
|
1872
|
+
Content-Type:
|
1873
|
+
- application/json
|
1874
|
+
Transfer-Encoding:
|
1875
|
+
- chunked
|
1876
|
+
Connection:
|
1877
|
+
- keep-alive
|
1878
|
+
Keep-Alive:
|
1879
|
+
- timeout=10
|
1880
|
+
X-Powered-By:
|
1881
|
+
- PHP/5.3.15
|
1882
|
+
Cache-Control:
|
1883
|
+
- no-cache
|
1884
|
+
Date:
|
1885
|
+
- Wed, 12 Sep 2012 21:10:17 GMT
|
1886
|
+
X-Debug-Token:
|
1887
|
+
- 5050fa3960c02
|
1888
|
+
body:
|
1889
|
+
encoding: US-ASCII
|
1890
|
+
string: ! '{"site_id":43,"app_id":99,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1891
|
+
http_version:
|
1892
|
+
recorded_at: Wed, 12 Sep 2012 21:10:17 GMT
|
1893
|
+
- request:
|
1894
|
+
method: post
|
1895
|
+
uri: http://api.jirafe.dev/v1/applications/100/sites?token=538f0676a98c03bc27a741a62709dc8e
|
1896
|
+
body:
|
1897
|
+
encoding: US-ASCII
|
1898
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1899
|
+
headers: {}
|
1900
|
+
response:
|
1901
|
+
status:
|
1902
|
+
code: 200
|
1903
|
+
message: OK
|
1904
|
+
headers:
|
1905
|
+
Server:
|
1906
|
+
- nginx/1.2.2
|
1907
|
+
Content-Type:
|
1908
|
+
- application/json
|
1909
|
+
Transfer-Encoding:
|
1910
|
+
- chunked
|
1911
|
+
Connection:
|
1912
|
+
- keep-alive
|
1913
|
+
Keep-Alive:
|
1914
|
+
- timeout=10
|
1915
|
+
X-Powered-By:
|
1916
|
+
- PHP/5.3.15
|
1917
|
+
Cache-Control:
|
1918
|
+
- no-cache
|
1919
|
+
Date:
|
1920
|
+
- Wed, 12 Sep 2012 21:10:49 GMT
|
1921
|
+
X-Debug-Token:
|
1922
|
+
- 5050fa5947483
|
1923
|
+
body:
|
1924
|
+
encoding: US-ASCII
|
1925
|
+
string: ! '{"site_id":44,"app_id":100,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1926
|
+
http_version:
|
1927
|
+
recorded_at: Wed, 12 Sep 2012 21:10:49 GMT
|
1928
|
+
- request:
|
1929
|
+
method: post
|
1930
|
+
uri: http://api.jirafe.dev/v1/applications/101/sites?token=b25216b43c3cbab910209bf9f1c1a3f9
|
1931
|
+
body:
|
1932
|
+
encoding: US-ASCII
|
1933
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1934
|
+
headers: {}
|
1935
|
+
response:
|
1936
|
+
status:
|
1937
|
+
code: 200
|
1938
|
+
message: OK
|
1939
|
+
headers:
|
1940
|
+
Server:
|
1941
|
+
- nginx/1.2.2
|
1942
|
+
Content-Type:
|
1943
|
+
- application/json
|
1944
|
+
Transfer-Encoding:
|
1945
|
+
- chunked
|
1946
|
+
Connection:
|
1947
|
+
- keep-alive
|
1948
|
+
Keep-Alive:
|
1949
|
+
- timeout=10
|
1950
|
+
X-Powered-By:
|
1951
|
+
- PHP/5.3.15
|
1952
|
+
Cache-Control:
|
1953
|
+
- no-cache
|
1954
|
+
Date:
|
1955
|
+
- Wed, 12 Sep 2012 21:10:50 GMT
|
1956
|
+
X-Debug-Token:
|
1957
|
+
- 5050fa5a1ff97
|
1958
|
+
body:
|
1959
|
+
encoding: US-ASCII
|
1960
|
+
string: ! '{"site_id":45,"app_id":101,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1961
|
+
http_version:
|
1962
|
+
recorded_at: Wed, 12 Sep 2012 21:10:50 GMT
|
1963
|
+
- request:
|
1964
|
+
method: post
|
1965
|
+
uri: http://api.jirafe.dev/v1/applications/102/sites?token=4a28dba09463c4031626b5b63517de4a
|
1966
|
+
body:
|
1967
|
+
encoding: US-ASCII
|
1968
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
1969
|
+
headers: {}
|
1970
|
+
response:
|
1971
|
+
status:
|
1972
|
+
code: 200
|
1973
|
+
message: OK
|
1974
|
+
headers:
|
1975
|
+
Server:
|
1976
|
+
- nginx/1.2.2
|
1977
|
+
Content-Type:
|
1978
|
+
- application/json
|
1979
|
+
Transfer-Encoding:
|
1980
|
+
- chunked
|
1981
|
+
Connection:
|
1982
|
+
- keep-alive
|
1983
|
+
Keep-Alive:
|
1984
|
+
- timeout=10
|
1985
|
+
X-Powered-By:
|
1986
|
+
- PHP/5.3.15
|
1987
|
+
Cache-Control:
|
1988
|
+
- no-cache
|
1989
|
+
Date:
|
1990
|
+
- Wed, 12 Sep 2012 21:10:50 GMT
|
1991
|
+
X-Debug-Token:
|
1992
|
+
- 5050fa5a70235
|
1993
|
+
body:
|
1994
|
+
encoding: US-ASCII
|
1995
|
+
string: ! '{"site_id":46,"app_id":102,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1996
|
+
http_version:
|
1997
|
+
recorded_at: Wed, 12 Sep 2012 21:10:50 GMT
|
1998
|
+
- request:
|
1999
|
+
method: post
|
2000
|
+
uri: http://api.jirafe.dev/v1/applications/103/sites?token=c8fb7a7a02e3fbd6c73fbfe413cc4bcf
|
2001
|
+
body:
|
2002
|
+
encoding: US-ASCII
|
2003
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2004
|
+
headers: {}
|
2005
|
+
response:
|
2006
|
+
status:
|
2007
|
+
code: 200
|
2008
|
+
message: OK
|
2009
|
+
headers:
|
2010
|
+
Server:
|
2011
|
+
- nginx/1.2.2
|
2012
|
+
Content-Type:
|
2013
|
+
- application/json
|
2014
|
+
Transfer-Encoding:
|
2015
|
+
- chunked
|
2016
|
+
Connection:
|
2017
|
+
- keep-alive
|
2018
|
+
Keep-Alive:
|
2019
|
+
- timeout=10
|
2020
|
+
X-Powered-By:
|
2021
|
+
- PHP/5.3.15
|
2022
|
+
Cache-Control:
|
2023
|
+
- no-cache
|
2024
|
+
Date:
|
2025
|
+
- Wed, 12 Sep 2012 21:11:58 GMT
|
2026
|
+
X-Debug-Token:
|
2027
|
+
- 5050fa9edc75d
|
2028
|
+
body:
|
2029
|
+
encoding: US-ASCII
|
2030
|
+
string: ! '{"site_id":47,"app_id":103,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2031
|
+
http_version:
|
2032
|
+
recorded_at: Wed, 12 Sep 2012 21:11:58 GMT
|
2033
|
+
- request:
|
2034
|
+
method: post
|
2035
|
+
uri: http://api.jirafe.dev/v1/applications/104/sites?token=a493412c336cb2df3cd262d32abaf03b
|
2036
|
+
body:
|
2037
|
+
encoding: US-ASCII
|
2038
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2039
|
+
headers: {}
|
2040
|
+
response:
|
2041
|
+
status:
|
2042
|
+
code: 200
|
2043
|
+
message: OK
|
2044
|
+
headers:
|
2045
|
+
Server:
|
2046
|
+
- nginx/1.2.2
|
2047
|
+
Content-Type:
|
2048
|
+
- application/json
|
2049
|
+
Transfer-Encoding:
|
2050
|
+
- chunked
|
2051
|
+
Connection:
|
2052
|
+
- keep-alive
|
2053
|
+
Keep-Alive:
|
2054
|
+
- timeout=10
|
2055
|
+
X-Powered-By:
|
2056
|
+
- PHP/5.3.15
|
2057
|
+
Cache-Control:
|
2058
|
+
- no-cache
|
2059
|
+
Date:
|
2060
|
+
- Wed, 12 Sep 2012 21:11:59 GMT
|
2061
|
+
X-Debug-Token:
|
2062
|
+
- 5050fa9fb0ccc
|
2063
|
+
body:
|
2064
|
+
encoding: US-ASCII
|
2065
|
+
string: ! '{"site_id":48,"app_id":104,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2066
|
+
http_version:
|
2067
|
+
recorded_at: Wed, 12 Sep 2012 21:11:59 GMT
|
2068
|
+
- request:
|
2069
|
+
method: post
|
2070
|
+
uri: http://api.jirafe.dev/v1/applications/105/sites?token=16e50a5cfba0ecf65edcc1beb28f29e6
|
2071
|
+
body:
|
2072
|
+
encoding: US-ASCII
|
2073
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2074
|
+
headers: {}
|
2075
|
+
response:
|
2076
|
+
status:
|
2077
|
+
code: 200
|
2078
|
+
message: OK
|
2079
|
+
headers:
|
2080
|
+
Server:
|
2081
|
+
- nginx/1.2.2
|
2082
|
+
Content-Type:
|
2083
|
+
- application/json
|
2084
|
+
Transfer-Encoding:
|
2085
|
+
- chunked
|
2086
|
+
Connection:
|
2087
|
+
- keep-alive
|
2088
|
+
Keep-Alive:
|
2089
|
+
- timeout=10
|
2090
|
+
X-Powered-By:
|
2091
|
+
- PHP/5.3.15
|
2092
|
+
Cache-Control:
|
2093
|
+
- no-cache
|
2094
|
+
Date:
|
2095
|
+
- Wed, 12 Sep 2012 21:12:00 GMT
|
2096
|
+
X-Debug-Token:
|
2097
|
+
- 5050faa003df4
|
2098
|
+
body:
|
2099
|
+
encoding: US-ASCII
|
2100
|
+
string: ! '{"site_id":49,"app_id":105,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2101
|
+
http_version:
|
2102
|
+
recorded_at: Wed, 12 Sep 2012 21:12:00 GMT
|
2103
|
+
- request:
|
2104
|
+
method: post
|
2105
|
+
uri: http://api.jirafe.dev/v1/applications/106/sites?token=cb27ec10ea3c5b5d370c66c7257bb48a
|
2106
|
+
body:
|
2107
|
+
encoding: US-ASCII
|
2108
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2109
|
+
headers: {}
|
2110
|
+
response:
|
2111
|
+
status:
|
2112
|
+
code: 200
|
2113
|
+
message: OK
|
2114
|
+
headers:
|
2115
|
+
Server:
|
2116
|
+
- nginx/1.2.2
|
2117
|
+
Content-Type:
|
2118
|
+
- application/json
|
2119
|
+
Transfer-Encoding:
|
2120
|
+
- chunked
|
2121
|
+
Connection:
|
2122
|
+
- keep-alive
|
2123
|
+
Keep-Alive:
|
2124
|
+
- timeout=10
|
2125
|
+
X-Powered-By:
|
2126
|
+
- PHP/5.3.15
|
2127
|
+
Cache-Control:
|
2128
|
+
- no-cache
|
2129
|
+
Date:
|
2130
|
+
- Wed, 12 Sep 2012 21:13:48 GMT
|
2131
|
+
X-Debug-Token:
|
2132
|
+
- 5050fb0c73723
|
2133
|
+
body:
|
2134
|
+
encoding: US-ASCII
|
2135
|
+
string: ! '{"site_id":50,"app_id":106,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2136
|
+
http_version:
|
2137
|
+
recorded_at: Wed, 12 Sep 2012 21:13:48 GMT
|
2138
|
+
- request:
|
2139
|
+
method: post
|
2140
|
+
uri: http://api.jirafe.dev/v1/applications/107/sites?token=1ca78138da04ae33a17eb125b57ebd8e
|
2141
|
+
body:
|
2142
|
+
encoding: US-ASCII
|
2143
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2144
|
+
headers: {}
|
2145
|
+
response:
|
2146
|
+
status:
|
2147
|
+
code: 200
|
2148
|
+
message: OK
|
2149
|
+
headers:
|
2150
|
+
Server:
|
2151
|
+
- nginx/1.2.2
|
2152
|
+
Content-Type:
|
2153
|
+
- application/json
|
2154
|
+
Transfer-Encoding:
|
2155
|
+
- chunked
|
2156
|
+
Connection:
|
2157
|
+
- keep-alive
|
2158
|
+
Keep-Alive:
|
2159
|
+
- timeout=10
|
2160
|
+
X-Powered-By:
|
2161
|
+
- PHP/5.3.15
|
2162
|
+
Cache-Control:
|
2163
|
+
- no-cache
|
2164
|
+
Date:
|
2165
|
+
- Wed, 12 Sep 2012 21:13:48 GMT
|
2166
|
+
X-Debug-Token:
|
2167
|
+
- 5050fb0ce770a
|
2168
|
+
body:
|
2169
|
+
encoding: US-ASCII
|
2170
|
+
string: ! '{"site_id":51,"app_id":107,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2171
|
+
http_version:
|
2172
|
+
recorded_at: Wed, 12 Sep 2012 21:13:48 GMT
|
2173
|
+
- request:
|
2174
|
+
method: post
|
2175
|
+
uri: http://api.jirafe.dev/v1/applications/108/sites?token=5ecc9181c7092deb775d78fa730f3745
|
2176
|
+
body:
|
2177
|
+
encoding: US-ASCII
|
2178
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2179
|
+
headers: {}
|
2180
|
+
response:
|
2181
|
+
status:
|
2182
|
+
code: 200
|
2183
|
+
message: OK
|
2184
|
+
headers:
|
2185
|
+
Server:
|
2186
|
+
- nginx/1.2.2
|
2187
|
+
Content-Type:
|
2188
|
+
- application/json
|
2189
|
+
Transfer-Encoding:
|
2190
|
+
- chunked
|
2191
|
+
Connection:
|
2192
|
+
- keep-alive
|
2193
|
+
Keep-Alive:
|
2194
|
+
- timeout=10
|
2195
|
+
X-Powered-By:
|
2196
|
+
- PHP/5.3.15
|
2197
|
+
Cache-Control:
|
2198
|
+
- no-cache
|
2199
|
+
Date:
|
2200
|
+
- Wed, 12 Sep 2012 21:13:49 GMT
|
2201
|
+
X-Debug-Token:
|
2202
|
+
- 5050fb0d3426e
|
2203
|
+
body:
|
2204
|
+
encoding: US-ASCII
|
2205
|
+
string: ! '{"site_id":52,"app_id":108,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2206
|
+
http_version:
|
2207
|
+
recorded_at: Wed, 12 Sep 2012 21:13:49 GMT
|
2208
|
+
- request:
|
2209
|
+
method: post
|
2210
|
+
uri: http://api.jirafe.dev/v1/applications/109/sites?token=c99d6d8ee9fa4e4c8d551b69c8630d26
|
2211
|
+
body:
|
2212
|
+
encoding: US-ASCII
|
2213
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2214
|
+
headers: {}
|
2215
|
+
response:
|
2216
|
+
status:
|
2217
|
+
code: 200
|
2218
|
+
message: OK
|
2219
|
+
headers:
|
2220
|
+
Server:
|
2221
|
+
- nginx/1.2.2
|
2222
|
+
Content-Type:
|
2223
|
+
- application/json
|
2224
|
+
Transfer-Encoding:
|
2225
|
+
- chunked
|
2226
|
+
Connection:
|
2227
|
+
- keep-alive
|
2228
|
+
Keep-Alive:
|
2229
|
+
- timeout=10
|
2230
|
+
X-Powered-By:
|
2231
|
+
- PHP/5.3.15
|
2232
|
+
Cache-Control:
|
2233
|
+
- no-cache
|
2234
|
+
Date:
|
2235
|
+
- Wed, 12 Sep 2012 21:14:26 GMT
|
2236
|
+
X-Debug-Token:
|
2237
|
+
- 5050fb328dcca
|
2238
|
+
body:
|
2239
|
+
encoding: US-ASCII
|
2240
|
+
string: ! '{"site_id":53,"app_id":109,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2241
|
+
http_version:
|
2242
|
+
recorded_at: Wed, 12 Sep 2012 21:14:26 GMT
|
2243
|
+
- request:
|
2244
|
+
method: post
|
2245
|
+
uri: http://api.jirafe.dev/v1/applications/110/sites?token=56a9bd16d4fdb487c47d4e62992b856a
|
2246
|
+
body:
|
2247
|
+
encoding: US-ASCII
|
2248
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2249
|
+
headers: {}
|
2250
|
+
response:
|
2251
|
+
status:
|
2252
|
+
code: 200
|
2253
|
+
message: OK
|
2254
|
+
headers:
|
2255
|
+
Server:
|
2256
|
+
- nginx/1.2.2
|
2257
|
+
Content-Type:
|
2258
|
+
- application/json
|
2259
|
+
Transfer-Encoding:
|
2260
|
+
- chunked
|
2261
|
+
Connection:
|
2262
|
+
- keep-alive
|
2263
|
+
Keep-Alive:
|
2264
|
+
- timeout=10
|
2265
|
+
X-Powered-By:
|
2266
|
+
- PHP/5.3.15
|
2267
|
+
Cache-Control:
|
2268
|
+
- no-cache
|
2269
|
+
Date:
|
2270
|
+
- Wed, 12 Sep 2012 21:14:27 GMT
|
2271
|
+
X-Debug-Token:
|
2272
|
+
- 5050fb33460b0
|
2273
|
+
body:
|
2274
|
+
encoding: US-ASCII
|
2275
|
+
string: ! '{"site_id":54,"app_id":110,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2276
|
+
http_version:
|
2277
|
+
recorded_at: Wed, 12 Sep 2012 21:14:27 GMT
|
2278
|
+
- request:
|
2279
|
+
method: post
|
2280
|
+
uri: http://api.jirafe.dev/v1/applications/111/sites?token=a5d985a313089f3ad184f4a7fb9a70b7
|
2281
|
+
body:
|
2282
|
+
encoding: US-ASCII
|
2283
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2284
|
+
headers: {}
|
2285
|
+
response:
|
2286
|
+
status:
|
2287
|
+
code: 200
|
2288
|
+
message: OK
|
2289
|
+
headers:
|
2290
|
+
Server:
|
2291
|
+
- nginx/1.2.2
|
2292
|
+
Content-Type:
|
2293
|
+
- application/json
|
2294
|
+
Transfer-Encoding:
|
2295
|
+
- chunked
|
2296
|
+
Connection:
|
2297
|
+
- keep-alive
|
2298
|
+
Keep-Alive:
|
2299
|
+
- timeout=10
|
2300
|
+
X-Powered-By:
|
2301
|
+
- PHP/5.3.15
|
2302
|
+
Cache-Control:
|
2303
|
+
- no-cache
|
2304
|
+
Date:
|
2305
|
+
- Wed, 12 Sep 2012 21:14:27 GMT
|
2306
|
+
X-Debug-Token:
|
2307
|
+
- 5050fb3387b1e
|
2308
|
+
body:
|
2309
|
+
encoding: US-ASCII
|
2310
|
+
string: ! '{"site_id":55,"app_id":111,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2311
|
+
http_version:
|
2312
|
+
recorded_at: Wed, 12 Sep 2012 21:14:27 GMT
|
2313
|
+
- request:
|
2314
|
+
method: post
|
2315
|
+
uri: http://api.jirafe.dev/v1/applications/112/sites?token=2df9c2ab90708557ac64d5fe773ffe60
|
2316
|
+
body:
|
2317
|
+
encoding: US-ASCII
|
2318
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2319
|
+
headers: {}
|
2320
|
+
response:
|
2321
|
+
status:
|
2322
|
+
code: 200
|
2323
|
+
message: OK
|
2324
|
+
headers:
|
2325
|
+
Server:
|
2326
|
+
- nginx/1.2.2
|
2327
|
+
Content-Type:
|
2328
|
+
- application/json
|
2329
|
+
Transfer-Encoding:
|
2330
|
+
- chunked
|
2331
|
+
Connection:
|
2332
|
+
- keep-alive
|
2333
|
+
Keep-Alive:
|
2334
|
+
- timeout=10
|
2335
|
+
X-Powered-By:
|
2336
|
+
- PHP/5.3.15
|
2337
|
+
Cache-Control:
|
2338
|
+
- no-cache
|
2339
|
+
Date:
|
2340
|
+
- Wed, 12 Sep 2012 21:15:14 GMT
|
2341
|
+
X-Debug-Token:
|
2342
|
+
- 5050fb629004b
|
2343
|
+
body:
|
2344
|
+
encoding: US-ASCII
|
2345
|
+
string: ! '{"site_id":56,"app_id":112,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2346
|
+
http_version:
|
2347
|
+
recorded_at: Wed, 12 Sep 2012 21:15:14 GMT
|
2348
|
+
- request:
|
2349
|
+
method: post
|
2350
|
+
uri: http://api.jirafe.dev/v1/applications/113/sites?token=7558857062f4009f462248995c6a26de
|
2351
|
+
body:
|
2352
|
+
encoding: US-ASCII
|
2353
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2354
|
+
headers: {}
|
2355
|
+
response:
|
2356
|
+
status:
|
2357
|
+
code: 200
|
2358
|
+
message: OK
|
2359
|
+
headers:
|
2360
|
+
Server:
|
2361
|
+
- nginx/1.2.2
|
2362
|
+
Content-Type:
|
2363
|
+
- application/json
|
2364
|
+
Transfer-Encoding:
|
2365
|
+
- chunked
|
2366
|
+
Connection:
|
2367
|
+
- keep-alive
|
2368
|
+
Keep-Alive:
|
2369
|
+
- timeout=10
|
2370
|
+
X-Powered-By:
|
2371
|
+
- PHP/5.3.15
|
2372
|
+
Cache-Control:
|
2373
|
+
- no-cache
|
2374
|
+
Date:
|
2375
|
+
- Wed, 12 Sep 2012 21:15:14 GMT
|
2376
|
+
X-Debug-Token:
|
2377
|
+
- 5050fb62e99bc
|
2378
|
+
body:
|
2379
|
+
encoding: US-ASCII
|
2380
|
+
string: ! '{"site_id":57,"app_id":113,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2381
|
+
http_version:
|
2382
|
+
recorded_at: Wed, 12 Sep 2012 21:15:14 GMT
|
2383
|
+
- request:
|
2384
|
+
method: post
|
2385
|
+
uri: http://api.jirafe.dev/v1/applications/114/sites?token=76c47dbdc92344a4eeae66b291223439
|
2386
|
+
body:
|
2387
|
+
encoding: US-ASCII
|
2388
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2389
|
+
headers: {}
|
2390
|
+
response:
|
2391
|
+
status:
|
2392
|
+
code: 200
|
2393
|
+
message: OK
|
2394
|
+
headers:
|
2395
|
+
Server:
|
2396
|
+
- nginx/1.2.2
|
2397
|
+
Content-Type:
|
2398
|
+
- application/json
|
2399
|
+
Transfer-Encoding:
|
2400
|
+
- chunked
|
2401
|
+
Connection:
|
2402
|
+
- keep-alive
|
2403
|
+
Keep-Alive:
|
2404
|
+
- timeout=10
|
2405
|
+
X-Powered-By:
|
2406
|
+
- PHP/5.3.15
|
2407
|
+
Cache-Control:
|
2408
|
+
- no-cache
|
2409
|
+
Date:
|
2410
|
+
- Wed, 12 Sep 2012 21:15:15 GMT
|
2411
|
+
X-Debug-Token:
|
2412
|
+
- 5050fb6338fb7
|
2413
|
+
body:
|
2414
|
+
encoding: US-ASCII
|
2415
|
+
string: ! '{"site_id":58,"app_id":114,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2416
|
+
http_version:
|
2417
|
+
recorded_at: Wed, 12 Sep 2012 21:15:15 GMT
|
2418
|
+
- request:
|
2419
|
+
method: post
|
2420
|
+
uri: http://api.jirafe.dev/v1/applications/115/sites?token=ec05591de9f9ec11241929da00e56df7
|
2421
|
+
body:
|
2422
|
+
encoding: US-ASCII
|
2423
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2424
|
+
headers: {}
|
2425
|
+
response:
|
2426
|
+
status:
|
2427
|
+
code: 200
|
2428
|
+
message: OK
|
2429
|
+
headers:
|
2430
|
+
Server:
|
2431
|
+
- nginx/1.2.2
|
2432
|
+
Content-Type:
|
2433
|
+
- application/json
|
2434
|
+
Transfer-Encoding:
|
2435
|
+
- chunked
|
2436
|
+
Connection:
|
2437
|
+
- keep-alive
|
2438
|
+
Keep-Alive:
|
2439
|
+
- timeout=10
|
2440
|
+
X-Powered-By:
|
2441
|
+
- PHP/5.3.15
|
2442
|
+
Cache-Control:
|
2443
|
+
- no-cache
|
2444
|
+
Date:
|
2445
|
+
- Wed, 12 Sep 2012 21:15:18 GMT
|
2446
|
+
X-Debug-Token:
|
2447
|
+
- 5050fb662e227
|
2448
|
+
body:
|
2449
|
+
encoding: US-ASCII
|
2450
|
+
string: ! '{"site_id":59,"app_id":115,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2451
|
+
http_version:
|
2452
|
+
recorded_at: Wed, 12 Sep 2012 21:15:18 GMT
|
2453
|
+
- request:
|
2454
|
+
method: post
|
2455
|
+
uri: http://api.jirafe.dev/v1/applications/116/sites?token=d41f0bb05fb4824b8289cbf3482234d8
|
2456
|
+
body:
|
2457
|
+
encoding: US-ASCII
|
2458
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2459
|
+
headers: {}
|
2460
|
+
response:
|
2461
|
+
status:
|
2462
|
+
code: 200
|
2463
|
+
message: OK
|
2464
|
+
headers:
|
2465
|
+
Server:
|
2466
|
+
- nginx/1.2.2
|
2467
|
+
Content-Type:
|
2468
|
+
- application/json
|
2469
|
+
Transfer-Encoding:
|
2470
|
+
- chunked
|
2471
|
+
Connection:
|
2472
|
+
- keep-alive
|
2473
|
+
Keep-Alive:
|
2474
|
+
- timeout=10
|
2475
|
+
X-Powered-By:
|
2476
|
+
- PHP/5.3.15
|
2477
|
+
Cache-Control:
|
2478
|
+
- no-cache
|
2479
|
+
Date:
|
2480
|
+
- Wed, 12 Sep 2012 21:15:33 GMT
|
2481
|
+
X-Debug-Token:
|
2482
|
+
- 5050fb759215f
|
2483
|
+
body:
|
2484
|
+
encoding: US-ASCII
|
2485
|
+
string: ! '{"site_id":60,"app_id":116,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2486
|
+
http_version:
|
2487
|
+
recorded_at: Wed, 12 Sep 2012 21:15:33 GMT
|
2488
|
+
- request:
|
2489
|
+
method: post
|
2490
|
+
uri: http://api.jirafe.dev/v1/applications/117/sites?token=7da294f36e1ddb48adadfeaf2b35fb29
|
2491
|
+
body:
|
2492
|
+
encoding: US-ASCII
|
2493
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2494
|
+
headers: {}
|
2495
|
+
response:
|
2496
|
+
status:
|
2497
|
+
code: 200
|
2498
|
+
message: OK
|
2499
|
+
headers:
|
2500
|
+
Server:
|
2501
|
+
- nginx/1.2.2
|
2502
|
+
Content-Type:
|
2503
|
+
- application/json
|
2504
|
+
Transfer-Encoding:
|
2505
|
+
- chunked
|
2506
|
+
Connection:
|
2507
|
+
- keep-alive
|
2508
|
+
Keep-Alive:
|
2509
|
+
- timeout=10
|
2510
|
+
X-Powered-By:
|
2511
|
+
- PHP/5.3.15
|
2512
|
+
Cache-Control:
|
2513
|
+
- no-cache
|
2514
|
+
Date:
|
2515
|
+
- Wed, 12 Sep 2012 21:15:37 GMT
|
2516
|
+
X-Debug-Token:
|
2517
|
+
- 5050fb79c5771
|
2518
|
+
body:
|
2519
|
+
encoding: US-ASCII
|
2520
|
+
string: ! '{"site_id":61,"app_id":117,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2521
|
+
http_version:
|
2522
|
+
recorded_at: Wed, 12 Sep 2012 21:15:37 GMT
|
2523
|
+
- request:
|
2524
|
+
method: post
|
2525
|
+
uri: http://api.jirafe.dev/v1/applications/118/sites?token=4dee470aeafdf2791066ac5a17b228a6
|
2526
|
+
body:
|
2527
|
+
encoding: US-ASCII
|
2528
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2529
|
+
headers: {}
|
2530
|
+
response:
|
2531
|
+
status:
|
2532
|
+
code: 200
|
2533
|
+
message: OK
|
2534
|
+
headers:
|
2535
|
+
Server:
|
2536
|
+
- nginx/1.2.2
|
2537
|
+
Content-Type:
|
2538
|
+
- application/json
|
2539
|
+
Transfer-Encoding:
|
2540
|
+
- chunked
|
2541
|
+
Connection:
|
2542
|
+
- keep-alive
|
2543
|
+
Keep-Alive:
|
2544
|
+
- timeout=10
|
2545
|
+
X-Powered-By:
|
2546
|
+
- PHP/5.3.15
|
2547
|
+
Cache-Control:
|
2548
|
+
- no-cache
|
2549
|
+
Date:
|
2550
|
+
- Wed, 12 Sep 2012 21:15:38 GMT
|
2551
|
+
X-Debug-Token:
|
2552
|
+
- 5050fb7a60847
|
2553
|
+
body:
|
2554
|
+
encoding: US-ASCII
|
2555
|
+
string: ! '{"site_id":62,"app_id":118,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2556
|
+
http_version:
|
2557
|
+
recorded_at: Wed, 12 Sep 2012 21:15:38 GMT
|
2558
|
+
- request:
|
2559
|
+
method: post
|
2560
|
+
uri: http://api.jirafe.dev/v1/applications/119/sites?token=1daf9d181c34007831de70f5ba094c2e
|
2561
|
+
body:
|
2562
|
+
encoding: US-ASCII
|
2563
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2564
|
+
headers: {}
|
2565
|
+
response:
|
2566
|
+
status:
|
2567
|
+
code: 200
|
2568
|
+
message: OK
|
2569
|
+
headers:
|
2570
|
+
Server:
|
2571
|
+
- nginx/1.2.2
|
2572
|
+
Content-Type:
|
2573
|
+
- application/json
|
2574
|
+
Transfer-Encoding:
|
2575
|
+
- chunked
|
2576
|
+
Connection:
|
2577
|
+
- keep-alive
|
2578
|
+
Keep-Alive:
|
2579
|
+
- timeout=10
|
2580
|
+
X-Powered-By:
|
2581
|
+
- PHP/5.3.15
|
2582
|
+
Cache-Control:
|
2583
|
+
- no-cache
|
2584
|
+
Date:
|
2585
|
+
- Wed, 12 Sep 2012 21:15:38 GMT
|
2586
|
+
X-Debug-Token:
|
2587
|
+
- 5050fb7aa5c6d
|
2588
|
+
body:
|
2589
|
+
encoding: US-ASCII
|
2590
|
+
string: ! '{"site_id":63,"app_id":119,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2591
|
+
http_version:
|
2592
|
+
recorded_at: Wed, 12 Sep 2012 21:15:38 GMT
|
2593
|
+
- request:
|
2594
|
+
method: post
|
2595
|
+
uri: http://api.jirafe.dev/v1/applications/120/sites?token=d09bd8d4d8c40231ca326275b916ee75
|
2596
|
+
body:
|
2597
|
+
encoding: US-ASCII
|
2598
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2599
|
+
headers: {}
|
2600
|
+
response:
|
2601
|
+
status:
|
2602
|
+
code: 200
|
2603
|
+
message: OK
|
2604
|
+
headers:
|
2605
|
+
Server:
|
2606
|
+
- nginx/1.2.2
|
2607
|
+
Content-Type:
|
2608
|
+
- application/json
|
2609
|
+
Transfer-Encoding:
|
2610
|
+
- chunked
|
2611
|
+
Connection:
|
2612
|
+
- keep-alive
|
2613
|
+
Keep-Alive:
|
2614
|
+
- timeout=10
|
2615
|
+
X-Powered-By:
|
2616
|
+
- PHP/5.3.15
|
2617
|
+
Cache-Control:
|
2618
|
+
- no-cache
|
2619
|
+
Date:
|
2620
|
+
- Wed, 12 Sep 2012 21:15:52 GMT
|
2621
|
+
X-Debug-Token:
|
2622
|
+
- 5050fb882d24f
|
2623
|
+
body:
|
2624
|
+
encoding: US-ASCII
|
2625
|
+
string: ! '{"site_id":64,"app_id":120,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2626
|
+
http_version:
|
2627
|
+
recorded_at: Wed, 12 Sep 2012 21:15:52 GMT
|
2628
|
+
- request:
|
2629
|
+
method: post
|
2630
|
+
uri: http://api.jirafe.dev/v1/applications/121/sites?token=529d81913e63fa359ae26d84e5572683
|
2631
|
+
body:
|
2632
|
+
encoding: US-ASCII
|
2633
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2634
|
+
headers: {}
|
2635
|
+
response:
|
2636
|
+
status:
|
2637
|
+
code: 200
|
2638
|
+
message: OK
|
2639
|
+
headers:
|
2640
|
+
Server:
|
2641
|
+
- nginx/1.2.2
|
2642
|
+
Content-Type:
|
2643
|
+
- application/json
|
2644
|
+
Transfer-Encoding:
|
2645
|
+
- chunked
|
2646
|
+
Connection:
|
2647
|
+
- keep-alive
|
2648
|
+
Keep-Alive:
|
2649
|
+
- timeout=10
|
2650
|
+
X-Powered-By:
|
2651
|
+
- PHP/5.3.15
|
2652
|
+
Cache-Control:
|
2653
|
+
- no-cache
|
2654
|
+
Date:
|
2655
|
+
- Wed, 12 Sep 2012 21:15:53 GMT
|
2656
|
+
X-Debug-Token:
|
2657
|
+
- 5050fb892cfd1
|
2658
|
+
body:
|
2659
|
+
encoding: US-ASCII
|
2660
|
+
string: ! '{"site_id":65,"app_id":121,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2661
|
+
http_version:
|
2662
|
+
recorded_at: Wed, 12 Sep 2012 21:15:53 GMT
|
2663
|
+
- request:
|
2664
|
+
method: post
|
2665
|
+
uri: http://api.jirafe.dev/v1/applications/122/sites?token=fb0d35e382c98eec24c9513c03932167
|
2666
|
+
body:
|
2667
|
+
encoding: US-ASCII
|
2668
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2669
|
+
headers: {}
|
2670
|
+
response:
|
2671
|
+
status:
|
2672
|
+
code: 200
|
2673
|
+
message: OK
|
2674
|
+
headers:
|
2675
|
+
Server:
|
2676
|
+
- nginx/1.2.2
|
2677
|
+
Content-Type:
|
2678
|
+
- application/json
|
2679
|
+
Transfer-Encoding:
|
2680
|
+
- chunked
|
2681
|
+
Connection:
|
2682
|
+
- keep-alive
|
2683
|
+
Keep-Alive:
|
2684
|
+
- timeout=10
|
2685
|
+
X-Powered-By:
|
2686
|
+
- PHP/5.3.15
|
2687
|
+
Cache-Control:
|
2688
|
+
- no-cache
|
2689
|
+
Date:
|
2690
|
+
- Wed, 12 Sep 2012 21:15:53 GMT
|
2691
|
+
X-Debug-Token:
|
2692
|
+
- 5050fb897f6d1
|
2693
|
+
body:
|
2694
|
+
encoding: US-ASCII
|
2695
|
+
string: ! '{"site_id":66,"app_id":122,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2696
|
+
http_version:
|
2697
|
+
recorded_at: Wed, 12 Sep 2012 21:15:53 GMT
|
2698
|
+
- request:
|
2699
|
+
method: post
|
2700
|
+
uri: http://api.jirafe.dev/v1/applications/123/sites?token=135e61f49a71b63853e12be357268008
|
2701
|
+
body:
|
2702
|
+
encoding: US-ASCII
|
2703
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2704
|
+
headers: {}
|
2705
|
+
response:
|
2706
|
+
status:
|
2707
|
+
code: 200
|
2708
|
+
message: OK
|
2709
|
+
headers:
|
2710
|
+
Server:
|
2711
|
+
- nginx/1.2.2
|
2712
|
+
Content-Type:
|
2713
|
+
- application/json
|
2714
|
+
Transfer-Encoding:
|
2715
|
+
- chunked
|
2716
|
+
Connection:
|
2717
|
+
- keep-alive
|
2718
|
+
Keep-Alive:
|
2719
|
+
- timeout=10
|
2720
|
+
X-Powered-By:
|
2721
|
+
- PHP/5.3.15
|
2722
|
+
Cache-Control:
|
2723
|
+
- no-cache
|
2724
|
+
Date:
|
2725
|
+
- Wed, 12 Sep 2012 21:16:19 GMT
|
2726
|
+
X-Debug-Token:
|
2727
|
+
- 5050fba3ae58c
|
2728
|
+
body:
|
2729
|
+
encoding: US-ASCII
|
2730
|
+
string: ! '{"site_id":67,"app_id":123,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2731
|
+
http_version:
|
2732
|
+
recorded_at: Wed, 12 Sep 2012 21:16:19 GMT
|
2733
|
+
- request:
|
2734
|
+
method: post
|
2735
|
+
uri: http://api.jirafe.dev/v1/applications/124/sites?token=ef0dabe838af5456438e3e219776820a
|
2736
|
+
body:
|
2737
|
+
encoding: US-ASCII
|
2738
|
+
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
2739
|
+
headers: {}
|
2740
|
+
response:
|
2741
|
+
status:
|
2742
|
+
code: 200
|
2743
|
+
message: OK
|
2744
|
+
headers:
|
2745
|
+
Server:
|
2746
|
+
- nginx/1.2.2
|
2747
|
+
Content-Type:
|
2748
|
+
- application/json
|
2749
|
+
Transfer-Encoding:
|
2750
|
+
- chunked
|
2751
|
+
Connection:
|
2752
|
+
- keep-alive
|
2753
|
+
Keep-Alive:
|
2754
|
+
- timeout=10
|
2755
|
+
X-Powered-By:
|
2756
|
+
- PHP/5.3.15
|
2757
|
+
Cache-Control:
|
2758
|
+
- no-cache
|
2759
|
+
Date:
|
2760
|
+
- Wed, 12 Sep 2012 21:16:20 GMT
|
2761
|
+
X-Debug-Token:
|
2762
|
+
- 5050fba46fe68
|
2763
|
+
body:
|
2764
|
+
encoding: US-ASCII
|
2765
|
+
string: ! '{"site_id":68,"app_id":124,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
2766
|
+
http_version:
|
2767
|
+
recorded_at: Wed, 12 Sep 2012 21:16:20 GMT
|
1368
2768
|
- request:
|
1369
2769
|
method: post
|
1370
2770
|
uri: http://api.jirafe.dev/v1/applications?token=user_master_token
|
@@ -1392,17 +2792,17 @@ http_interactions:
|
|
1392
2792
|
Cache-Control:
|
1393
2793
|
- no-cache
|
1394
2794
|
Date:
|
1395
|
-
- Wed,
|
2795
|
+
- Wed, 12 Sep 2012 21:16:20 GMT
|
1396
2796
|
X-Debug-Token:
|
1397
|
-
-
|
2797
|
+
- 5050fba4b77c8
|
1398
2798
|
body:
|
1399
2799
|
encoding: US-ASCII
|
1400
|
-
string: ! '{"app_id":"
|
2800
|
+
string: ! '{"app_id":"125","name":"test app cmb","token":"545b5ef6e64147869f3771f615526455"}'
|
1401
2801
|
http_version:
|
1402
|
-
recorded_at: Wed,
|
2802
|
+
recorded_at: Wed, 12 Sep 2012 21:16:20 GMT
|
1403
2803
|
- request:
|
1404
2804
|
method: post
|
1405
|
-
uri: http://api.jirafe.dev/v1/applications/
|
2805
|
+
uri: http://api.jirafe.dev/v1/applications/125/sites?token=545b5ef6e64147869f3771f615526455
|
1406
2806
|
body:
|
1407
2807
|
encoding: US-ASCII
|
1408
2808
|
string: description=test%20site%20cmb&url=http%3A%2F%2Ftestsitecmb.example.com&store_api_url=http%3A%2F%2F127.0.0.1%3A3333
|
@@ -1427,20 +2827,20 @@ http_interactions:
|
|
1427
2827
|
Cache-Control:
|
1428
2828
|
- no-cache
|
1429
2829
|
Date:
|
1430
|
-
- Wed,
|
2830
|
+
- Wed, 12 Sep 2012 21:16:20 GMT
|
1431
2831
|
X-Debug-Token:
|
1432
|
-
-
|
2832
|
+
- 5050fba4c5cd8
|
1433
2833
|
body:
|
1434
2834
|
encoding: US-ASCII
|
1435
|
-
string: ! '{"site_id":
|
2835
|
+
string: ! '{"site_id":69,"app_id":125,"description":"test site cmb","url":"http:\/\/testsitecmb.example.com","timezone":"UTC","currency":"USD","external_id":"","store_api_url":"http:\/\/127.0.0.1:3333","store_cart_url":null}'
|
1436
2836
|
http_version:
|
1437
|
-
recorded_at: Wed,
|
2837
|
+
recorded_at: Wed, 12 Sep 2012 21:16:20 GMT
|
1438
2838
|
- request:
|
1439
2839
|
method: post
|
1440
2840
|
uri: http://data.jirafe.dev/cmb
|
1441
2841
|
body:
|
1442
2842
|
encoding: US-ASCII
|
1443
|
-
string: siteId=
|
2843
|
+
string: siteId=69
|
1444
2844
|
headers: {}
|
1445
2845
|
response:
|
1446
2846
|
status:
|
@@ -1450,7 +2850,7 @@ http_interactions:
|
|
1450
2850
|
Server:
|
1451
2851
|
- nginx/1.2.2
|
1452
2852
|
Date:
|
1453
|
-
- Wed,
|
2853
|
+
- Wed, 12 Sep 2012 21:16:20 GMT
|
1454
2854
|
Content-Type:
|
1455
2855
|
- text/html
|
1456
2856
|
Transfer-Encoding:
|
@@ -1469,5 +2869,5 @@ http_interactions:
|
|
1469
2869
|
encoding: US-ASCII
|
1470
2870
|
string: ''
|
1471
2871
|
http_version:
|
1472
|
-
recorded_at: Wed,
|
2872
|
+
recorded_at: Wed, 12 Sep 2012 21:16:20 GMT
|
1473
2873
|
recorded_with: VCR 2.2.4
|