base-api-client 0.1.beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.bundle/config +3 -0
- data/.gitignore +8 -0
- data/.rspec +3 -0
- data/Gemfile +13 -0
- data/Guardfile +71 -0
- data/LICENSE +201 -0
- data/base-api-client.gemspec +18 -0
- data/config/client_secret.json +10 -0
- data/lib/base/api_client/client_secret.rb +134 -0
- data/lib/base/apis/category.rb +21 -0
- data/lib/base/apis/delivery_company.rb +21 -0
- data/lib/base/apis/item_category/detail.rb +27 -0
- data/lib/base/apis/order.rb +36 -0
- data/lib/base/apis/saving.rb +36 -0
- data/lib/base/apis/search.rb +55 -0
- data/lib/base/apis.rb +20 -0
- data/spec/base/api_client/client_secret_spec.rb +321 -0
- data/spec/base/apis/category_spec.rb +22 -0
- data/spec/base/apis/delivery_company_spec.rb +26 -0
- data/spec/base/apis/item_category/detail_spec.rb +24 -0
- data/spec/base/apis/order_spec.rb +22 -0
- data/spec/base/apis/saving_spec.rb +22 -0
- data/spec/base/apis/search_spec.rb +81 -0
- data/spec/fixtures/files/client_secret.json +10 -0
- data/spec/fixtures/vcr_cassettes/Category_request.yml +81 -0
- data/spec/fixtures/vcr_cassettes/ClientSecret_my_info.yml +42 -0
- data/spec/fixtures/vcr_cassettes/ClientSecret_my_items.yml +43 -0
- data/spec/fixtures/vcr_cassettes/DeliveryCompany_request.yml +85 -0
- data/spec/fixtures/vcr_cassettes/Detail_request.yml +81 -0
- data/spec/fixtures/vcr_cassettes/Order_request.yml +81 -0
- data/spec/fixtures/vcr_cassettes/Saving_request.yml +81 -0
- data/spec/fixtures/vcr_cassettes/Search_request.yml +116 -0
- data/spec/spec_helper.rb +34 -0
- data/spec/support/shared_examples_spec.rb +11 -0
- metadata +111 -0
@@ -0,0 +1,43 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.thebase.in/1/items/
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Authorization:
|
11
|
+
- Bearer 943b50121727f68f8f1c4354c0dee1d7
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
User-Agent:
|
17
|
+
- Ruby
|
18
|
+
Host:
|
19
|
+
- api.thebase.in
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Sun, 07 Feb 2016 14:36:16 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '338'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"items":[{"item_id":2453256,"title":"\u30e1\u30ac\u30cd","detail":"\u826f\u3044\u30e1\u30ac\u30cd\u3067\u3059","price":100000,"stock":1,"visible":1,"list_order":1,"identifier":null,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/22e9c47068e2a7fd5b41514824879abf.png","img2_origin":null,"img3_origin":null,"img4_origin":null,"img5_origin":null,"modified":1450703116,"variations":[]},{"item_id":2448120,"title":"\u304f\u3058\u3089\u306e30\u5206","detail":"kgr''s
|
40
|
+
skills","price":3000,"stock":1,"visible":1,"list_order":2,"identifier":null,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/b7739b9041f000a6324730fae0bd4eef.png","img2_origin":null,"img3_origin":null,"img4_origin":null,"img5_origin":null,"modified":1450703117,"variations":[]}]}'
|
41
|
+
http_version:
|
42
|
+
recorded_at: Sun, 07 Feb 2016 14:36:16 GMT
|
43
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,85 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.thebase.in/1/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: client_id=e0920d3fba627a5da4eaab4e8e9d43fc&client_secret=a7eae9a2903235465e9b43c1116e2046&code=614e48613d8f347eb00444a40fd9e47c&redirect_uri=http%3A%2F%2Flocalhost.local&refresh_token&search_client_id=623f75000821c16163ec570ca6469539&search_client_secret=a52ad8525921ca9a40fee47a38ca429d&grant_type=authorization_code
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.thebase.in
|
18
|
+
Content-Type:
|
19
|
+
- application/x-www-form-urlencoded
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Mon, 08 Feb 2016 14:05:30 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '132'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"access_token":"c1562962872fcc46ed717760a1be80f0","token_type":"bearer","expires_in":3600,"refresh_token":"1a6960aa77c94e419818012d54a564ef"}'
|
40
|
+
http_version:
|
41
|
+
recorded_at: Mon, 08 Feb 2016 14:05:31 GMT
|
42
|
+
- request:
|
43
|
+
method: get
|
44
|
+
uri: https://api.thebase.in/1/delivery_companies
|
45
|
+
body:
|
46
|
+
encoding: US-ASCII
|
47
|
+
string: ''
|
48
|
+
headers:
|
49
|
+
Authorization:
|
50
|
+
- Bearer c1562962872fcc46ed717760a1be80f0
|
51
|
+
Accept-Encoding:
|
52
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
|
+
Accept:
|
54
|
+
- "*/*"
|
55
|
+
User-Agent:
|
56
|
+
- Ruby
|
57
|
+
Host:
|
58
|
+
- api.thebase.in
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message: OK
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json; charset=UTF-8
|
66
|
+
Date:
|
67
|
+
- Mon, 08 Feb 2016 14:05:31 GMT
|
68
|
+
Server:
|
69
|
+
- Apache
|
70
|
+
Vary:
|
71
|
+
- Accept-Encoding,User-Agent
|
72
|
+
Content-Length:
|
73
|
+
- '1068'
|
74
|
+
Connection:
|
75
|
+
- keep-alive
|
76
|
+
body:
|
77
|
+
encoding: ASCII-8BIT
|
78
|
+
string: '{"delivery_companies":[{"delivery_company_id":1,"name":"\u30af\u30ed\u30cd\u30b3\u30e4\u30de\u30c8"},{"delivery_company_id":2,"name":"\u4f50\u5ddd\u6025\u4fbf"},{"delivery_company_id":32,"name":"\u30ec\u30bf\u30fc\u30d1\u30c3\u30af\u30e9\u30a4\u30c8(\u30ec\u30bf\u30fc\u30d1\u30c3\u30af360)"},{"delivery_company_id":33,"name":"\u30ec\u30bf\u30fc\u30d1\u30c3\u30af\u30d7\u30e9\u30b9(\u30ec\u30bf\u30fc\u30d1\u30c3\u30af510)"},{"delivery_company_id":4,"name":"\u3086\u3046\u30d1\u30c3\u30af"},{"delivery_company_id":58,"name":"\u3086\u3046\u30e1\u30fc\u30eb"},{"delivery_company_id":62,"name":"\u3086\u3046\u30d1\u30b1\u30c3\u30c8"},{"delivery_company_id":49,"name":"\u306f\u3053\uff22\uff2f\uff2f\uff2e"},{"delivery_company_id":76,"name":"\u30af\u30ea\u30c3\u30af\u30dd\u30b9\u30c8"},{"delivery_company_id":56,"name":"\u30e4\u30de\u30c8\u904b\u8f38"},{"delivery_company_id":12,"name":"\u30a8\u30b3\u914d"},{"delivery_company_id":25,"name":"FedEx"},{"delivery_company_id":14,"name":"EMS"},{"delivery_company_id":69,"name":"\u56fd\u969b\u66f8\u7559\u90f5\u4fbf"},{"delivery_company_id":3,"name":"\u65e5\u672c\u901a\u904b"},{"delivery_company_id":5,"name":"\u897f\u6fc3\u904b\u8f38"},{"delivery_company_id":6,"name":"\u798f\u5c71\u901a\u904b"},{"delivery_company_id":7,"name":"\u540d\u9244\u904b\u8f38"},{"delivery_company_id":8,"name":"\u65b0\u6f5f\u904b\u8f38"},{"delivery_company_id":9,"name":"\u30c8\u30ca\u30df\u904b\u8f38"},{"delivery_company_id":10,"name":"\u897f\u6b66\u904b\u8f38"},{"delivery_company_id":11,"name":"\u30c8\u30fc\u30eb(\u30d5\u30c3\u30c8\u30ef\u30fc\u30af)"},{"delivery_company_id":15,"name":"\u8fd1\u7269\u30ec\u30c3\u30af\u30b9"},{"delivery_company_id":17,"name":"\u4e45\u7559\u7c73\u904b\u9001"},{"delivery_company_id":18,"name":"\u66f8\u7559"},{"delivery_company_id":19,"name":"DHL"},{"delivery_company_id":20,"name":"\u30e4\u30de\u30c8\u30db\u30fc\u30e0\u30b3\u30f3\u30d3\u30cb\u30a8\u30f3\u30b9"},{"delivery_company_id":21,"name":"\u738b\u5b50\u904b\u9001"},{"delivery_company_id":22,"name":"\u672d\u5e4c\u901a\u904b"},{"delivery_company_id":23,"name":"\u7b2c\u4e00\u8ca8\u7269"},{"delivery_company_id":24,"name":"\u30a8\u30b9\u30e9\u30a4\u30f3"},{"delivery_company_id":13,"name":"\u30e1\u30fc\u30eb\u4fbf"},{"delivery_company_id":26,"name":"\u98db\u9a28\u904b\u8f38"},{"delivery_company_id":27,"name":"\u5ca1\u5c71\u770c\u8ca8\u7269"},{"delivery_company_id":28,"name":"PREX"},{"delivery_company_id":29,"name":"IUC\u682a\u5f0f\u4f1a\u793e"},{"delivery_company_id":30,"name":"\u95a2\u6771\u5373\u914d"},{"delivery_company_id":31,"name":"JSS\u3000EXPRESS"},{"delivery_company_id":34,"name":"JIT
|
79
|
+
BOX \u30c1\u30e3\u30fc\u30bf\u30fc\u4fbf"},{"delivery_company_id":35,"name":"\u5c71\u967d\u81ea\u52d5\u8eca\u904b\u9001"},{"delivery_company_id":36,"name":"\u8352\u6728\u904b\u8f38"},{"delivery_company_id":37,"name":"\u4e5d\u5dde\u7523\u4ea4\u904b\u8f38"},{"delivery_company_id":38,"name":"\u4e2d\u8d8a\u904b\u9001"},{"delivery_company_id":39,"name":"\u4e09\u516b\u4e94\u901a\u904b"},{"delivery_company_id":40,"name":"\u677e\u5ca1\u6e80\u904b\u8f38"},{"delivery_company_id":41,"name":"\u65e5\u672c\u30c8\u30e9\u30c3\u30af"},{"delivery_company_id":42,"name":"\u738b\u5b50\u304f\u3073\u304d\u904b\u9001"},{"delivery_company_id":43,"name":"\u4e09\u8c4a\u4fbf"},{"delivery_company_id":44,"name":"\u672d\u6a3d\u904b\u8f38"},{"delivery_company_id":45,"name":"\u6fc3\u98db\u5009\u5eab\u904b\u8f38"},{"delivery_company_id":46,"name":"\u798f\u4e95\u8ca8\u7269\u81ea\u52d5\u8eca"},{"delivery_company_id":47,"name":"ZCE
|
80
|
+
EXPRESS"},{"delivery_company_id":48,"name":"\u4f50\u5ddd\uff33\uff27\uff2c"},{"delivery_company_id":50,"name":"\u8c4a\u8208\u904b\u8f38"},{"delivery_company_id":51,"name":"S.F.
|
81
|
+
Express"},{"delivery_company_id":52,"name":"AsiaX"},{"delivery_company_id":53,"name":"\u4fe1\u5dde\u540d\u9244\u904b\u8f38"},{"delivery_company_id":54,"name":"\u682a\u5f0f\u4f1a\u793eOCS"},{"delivery_company_id":55,"name":"\u65e5\u901a\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8"},{"delivery_company_id":57,"name":"\u56db\u56fd\u904b\u8f38"},{"delivery_company_id":59,"name":"\u30bb\u30a4\u30ce\u30fc\u30b9\u30fc\u30d1\u30fc\u30a8\u30af\u30b9\u30d7\u30ec\u30b9"},{"delivery_company_id":60,"name":"\u56fd\u969b\u7a7a\u8f38"},{"delivery_company_id":61,"name":"\u30d7\u30e9\u30b9
|
82
|
+
\u30ed\u30b8\u30b9\u30c6\u30a3\u30af\u30b9\u682a\u5f0f\u4f1a\u793e"},{"delivery_company_id":66,"name":"\u5e38\u76e4\u904b\u8f38"},{"delivery_company_id":67,"name":"\u30d7\u30e9\u30b9\u30ab\u30fc\u30b4\u30b5\u30fc\u30d3\u30b9\uff08\u4e00\u822c\uff09"},{"delivery_company_id":68,"name":"\u30d7\u30e9\u30b9\u30ab\u30fc\u30b4\u30b5\u30fc\u30d3\u30b9\uff08\u5bb6\u5177\uff09"},{"delivery_company_id":70,"name":"\u6b66\u8535\u8ca8\u7269\u81ea\u52d5\u8eca"},{"delivery_company_id":71,"name":"\u30af\u30ed\u30cd\u30b3\u30e4\u30de\u30c8\u56fd\u969b\u5b85\u6025\u4fbf"},{"delivery_company_id":72,"name":"T.M.G"},{"delivery_company_id":73,"name":"\u30ab\u30c8\u30fc\u30ec\u30c3\u30af"},{"delivery_company_id":74,"name":"SBS\u5373\u914d\u4fbf"},{"delivery_company_id":65,"name":"\u30dd\u30b9\u30d1\u30b1\u30c3\u30c8"}]}'
|
83
|
+
http_version:
|
84
|
+
recorded_at: Mon, 08 Feb 2016 14:05:31 GMT
|
85
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,81 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.thebase.in/1/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: client_id=e0920d3fba627a5da4eaab4e8e9d43fc&client_secret=a7eae9a2903235465e9b43c1116e2046&code=614e48613d8f347eb00444a40fd9e47c&redirect_uri=http%3A%2F%2Flocalhost.local&refresh_token&search_client_id=623f75000821c16163ec570ca6469539&search_client_secret=a52ad8525921ca9a40fee47a38ca429d&grant_type=authorization_code
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.thebase.in
|
18
|
+
Content-Type:
|
19
|
+
- application/x-www-form-urlencoded
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Mon, 08 Feb 2016 14:32:57 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '131'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"access_token":"08a83b6630544ee63428c4a2f26a4848","token_type":"bearer","expires_in":3600,"refresh_token":"60d360219175707ca14cc11a133395db"}'
|
40
|
+
http_version:
|
41
|
+
recorded_at: Mon, 08 Feb 2016 14:32:57 GMT
|
42
|
+
- request:
|
43
|
+
method: get
|
44
|
+
uri: https://api.thebase.in/1/item_categories/detail/2453256
|
45
|
+
body:
|
46
|
+
encoding: US-ASCII
|
47
|
+
string: ''
|
48
|
+
headers:
|
49
|
+
Authorization:
|
50
|
+
- Bearer 08a83b6630544ee63428c4a2f26a4848
|
51
|
+
Accept-Encoding:
|
52
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
|
+
Accept:
|
54
|
+
- "*/*"
|
55
|
+
User-Agent:
|
56
|
+
- Ruby
|
57
|
+
Host:
|
58
|
+
- api.thebase.in
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message: OK
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json; charset=UTF-8
|
66
|
+
Date:
|
67
|
+
- Mon, 08 Feb 2016 14:32:57 GMT
|
68
|
+
Server:
|
69
|
+
- Apache
|
70
|
+
Vary:
|
71
|
+
- Accept-Encoding,User-Agent
|
72
|
+
Content-Length:
|
73
|
+
- '42'
|
74
|
+
Connection:
|
75
|
+
- keep-alive
|
76
|
+
body:
|
77
|
+
encoding: ASCII-8BIT
|
78
|
+
string: '{"item_categories":[]}'
|
79
|
+
http_version:
|
80
|
+
recorded_at: Mon, 08 Feb 2016 14:32:58 GMT
|
81
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,81 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.thebase.in/1/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: client_id=e0920d3fba627a5da4eaab4e8e9d43fc&client_secret=a7eae9a2903235465e9b43c1116e2046&code=614e48613d8f347eb00444a40fd9e47c&redirect_uri=http%3A%2F%2Flocalhost.local&refresh_token&search_client_id=623f75000821c16163ec570ca6469539&search_client_secret=a52ad8525921ca9a40fee47a38ca429d&grant_type=authorization_code
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.thebase.in
|
18
|
+
Content-Type:
|
19
|
+
- application/x-www-form-urlencoded
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Mon, 08 Feb 2016 14:17:17 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '132'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"access_token":"a48a5b0512482245c847b8c9c8877bf3","token_type":"bearer","expires_in":3600,"refresh_token":"5a0e53cafe746f0f809d0873b70a5e22"}'
|
40
|
+
http_version:
|
41
|
+
recorded_at: Mon, 08 Feb 2016 14:17:17 GMT
|
42
|
+
- request:
|
43
|
+
method: get
|
44
|
+
uri: https://api.thebase.in/1/orders
|
45
|
+
body:
|
46
|
+
encoding: US-ASCII
|
47
|
+
string: ''
|
48
|
+
headers:
|
49
|
+
Authorization:
|
50
|
+
- Bearer a48a5b0512482245c847b8c9c8877bf3
|
51
|
+
Accept-Encoding:
|
52
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
|
+
Accept:
|
54
|
+
- "*/*"
|
55
|
+
User-Agent:
|
56
|
+
- Ruby
|
57
|
+
Host:
|
58
|
+
- api.thebase.in
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message: OK
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json; charset=UTF-8
|
66
|
+
Date:
|
67
|
+
- Mon, 08 Feb 2016 14:17:17 GMT
|
68
|
+
Server:
|
69
|
+
- Apache
|
70
|
+
Vary:
|
71
|
+
- Accept-Encoding,User-Agent
|
72
|
+
Content-Length:
|
73
|
+
- '33'
|
74
|
+
Connection:
|
75
|
+
- keep-alive
|
76
|
+
body:
|
77
|
+
encoding: ASCII-8BIT
|
78
|
+
string: '{"orders":[]}'
|
79
|
+
http_version:
|
80
|
+
recorded_at: Mon, 08 Feb 2016 14:17:17 GMT
|
81
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,81 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.thebase.in/1/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: client_id=e0920d3fba627a5da4eaab4e8e9d43fc&client_secret=a7eae9a2903235465e9b43c1116e2046&code=614e48613d8f347eb00444a40fd9e47c&redirect_uri=http%3A%2F%2Flocalhost.local&refresh_token&search_client_id=623f75000821c16163ec570ca6469539&search_client_secret=a52ad8525921ca9a40fee47a38ca429d&grant_type=authorization_code
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.thebase.in
|
18
|
+
Content-Type:
|
19
|
+
- application/x-www-form-urlencoded
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Mon, 08 Feb 2016 14:24:06 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '132'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"access_token":"4794819784078a9a7e7afdf48f4171a7","token_type":"bearer","expires_in":3600,"refresh_token":"eed2fdc470d9ff9815c90aa1df5b183b"}'
|
40
|
+
http_version:
|
41
|
+
recorded_at: Mon, 08 Feb 2016 14:24:06 GMT
|
42
|
+
- request:
|
43
|
+
method: get
|
44
|
+
uri: https://api.thebase.in/1/savings
|
45
|
+
body:
|
46
|
+
encoding: US-ASCII
|
47
|
+
string: ''
|
48
|
+
headers:
|
49
|
+
Authorization:
|
50
|
+
- Bearer 4794819784078a9a7e7afdf48f4171a7
|
51
|
+
Accept-Encoding:
|
52
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
53
|
+
Accept:
|
54
|
+
- "*/*"
|
55
|
+
User-Agent:
|
56
|
+
- Ruby
|
57
|
+
Host:
|
58
|
+
- api.thebase.in
|
59
|
+
response:
|
60
|
+
status:
|
61
|
+
code: 200
|
62
|
+
message: OK
|
63
|
+
headers:
|
64
|
+
Content-Type:
|
65
|
+
- application/json; charset=UTF-8
|
66
|
+
Date:
|
67
|
+
- Mon, 08 Feb 2016 14:24:06 GMT
|
68
|
+
Server:
|
69
|
+
- Apache
|
70
|
+
Vary:
|
71
|
+
- Accept-Encoding,User-Agent
|
72
|
+
Content-Length:
|
73
|
+
- '34'
|
74
|
+
Connection:
|
75
|
+
- keep-alive
|
76
|
+
body:
|
77
|
+
encoding: ASCII-8BIT
|
78
|
+
string: '{"savings":[]}'
|
79
|
+
http_version:
|
80
|
+
recorded_at: Mon, 08 Feb 2016 14:24:06 GMT
|
81
|
+
recorded_with: VCR 3.0.1
|
@@ -0,0 +1,116 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://api.thebase.in/1/oauth/token
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: client_id=fake_client_id&client_secret=fake_client_secret&redirect_uri=http%3A%2F%2Ffake_redirect_uri.com&refresh_token&search_client_id=623f75000821c16163ec570ca6469539&search_client_secret=e321f43620ac47bc92f83e766107d78c&grant_type=authorization_code
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- api.thebase.in
|
18
|
+
Content-Type:
|
19
|
+
- application/x-www-form-urlencoded
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 400
|
23
|
+
message: Bad Request
|
24
|
+
headers:
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Date:
|
28
|
+
- Tue, 09 Feb 2016 16:04:20 GMT
|
29
|
+
Server:
|
30
|
+
- Apache
|
31
|
+
Vary:
|
32
|
+
- Accept-Encoding,User-Agent
|
33
|
+
Content-Length:
|
34
|
+
- '134'
|
35
|
+
Connection:
|
36
|
+
- keep-alive
|
37
|
+
body:
|
38
|
+
encoding: ASCII-8BIT
|
39
|
+
string: '{"error":"invalid_request","error_description":"\u8a8d\u53ef\u30b3\u30fc\u30c9\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059\u3002"}'
|
40
|
+
http_version:
|
41
|
+
recorded_at: Tue, 09 Feb 2016 16:04:20 GMT
|
42
|
+
- request:
|
43
|
+
method: get
|
44
|
+
uri: https://api.thebase.in/1/search?client_id=fake_search_client_id&client_secret=fake_search_client_secret&q=%E7%99%BD%20%E3%82%B7%E3%83%A3%E3%83%84%20%E7%B6%BF
|
45
|
+
body:
|
46
|
+
encoding: US-ASCII
|
47
|
+
string: ''
|
48
|
+
headers:
|
49
|
+
Accept-Encoding:
|
50
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
51
|
+
Accept:
|
52
|
+
- "*/*"
|
53
|
+
User-Agent:
|
54
|
+
- Ruby
|
55
|
+
Host:
|
56
|
+
- api.thebase.in
|
57
|
+
response:
|
58
|
+
status:
|
59
|
+
code: 200
|
60
|
+
message: OK
|
61
|
+
headers:
|
62
|
+
Content-Type:
|
63
|
+
- application/json; charset=UTF-8
|
64
|
+
Date:
|
65
|
+
- Tue, 09 Feb 2016 16:04:20 GMT
|
66
|
+
Server:
|
67
|
+
- Apache
|
68
|
+
Vary:
|
69
|
+
- Accept-Encoding,User-Agent
|
70
|
+
Content-Length:
|
71
|
+
- '5434'
|
72
|
+
Connection:
|
73
|
+
- keep-alive
|
74
|
+
body:
|
75
|
+
encoding: ASCII-8BIT
|
76
|
+
string: '{"found":153,"start":0,"items":[{"item_id":18283,"title":"[3459]\u25c6COTTON
|
77
|
+
OXFORD\u25c6\u8d64\u8336\/\u767d\u30dc-\u30c0- \u30e9\u30b0\u30d3-\u30b7\u30e3\u30c4\u25c6\u7dbfUK\u88fd
|
78
|
+
L","detail":"\u30d6\u30e9\u30f3\u30c9\u3001\u30e1\u30fc\u30ab\u30fc\u540d\uff1aCOTTON
|
79
|
+
OXFORD\r\n\u7d20\u6750\uff1a\u7dbf100%\u3000\t\u6027\u5225\uff1aMEN\u3000\r\n\u88fd\u9020\u56fd\uff1aU.K.\u3000\t\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\uff1aC\u3000\t\u8272\u3001\u67c4\uff1a\u8d64\u8336\/\u767d\u30dc\u30fc\u30c0\u30fc\u3000\r\n\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\u306e\u8aac\u660e\r\n\u3000A:\u76ee\u7acb\u3064\u30c0\u30e1\u30fc\u30b8\u306f\u898b\u3089\u308c\u307e\u305b\u3093\u3002\uff08\u591a\u5c11\u306e\u8272\u892a\u305b\u306f\u542b\u307e\u308c\u307e\u3059\u3002\uff09\r\n\u3000B:\u6bdb\u7fbd\u7acb\u3061\u3084\u90e8\u5206\u7684\u306a\u6c5a\u308c\u3001\u5c0f\u64e6\u308c\u3001\u5c0f\u3055\u3044\u7834\u308c\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u53e4\u7740\u306e\u5473\u3068\u601d\u308f\u308c\u308b\u7bc4\u56f2\r\n\u3000C:\u30c0\u30e1\u30fc\u30b8\u304c\u304d\u3064\u3044\u3082\u306e\u3002\u76ee\u7acb\u3064\u6c5a\u308c\u3084\u7834\u308c\u3001\u5909\u8272\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u30de\u30cb\u30a2\u30c3\u30af\u7684\u3067\u3059\u3002\r\n\r\n\u3010\u30b3\u30e1\u30f3\u30c8\u3011\r\n\u30dc\u30bf\u30f3\u304c2\u3064\u3042\u308a\u307e\u305b\u3093\u3002\r\n\u5de6\u895f\u8fd1\u304f\u306b\u5c0f\u7a74\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u524d\u767d\u3044\u90e8\u5206\u306b\u6c5a\u308c\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u524d\u4e0b\u306e\u8d64\u8336\u306b\u8272\u843d\u3061\u306e\u90e8\u5206\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u90e8\u5206\u7684\u306b\u6bdb\u7389\u611f\u304c\u3042\u308a\u307e\u3059\u3002\r\n\r\n\u203b\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u6e08\u307f\r\n\r\n\u25a0\u30b5\u30a4\u30ba\u306e\u8a73\u7d30\r\n\u8868\u793a\u30b5\u30a4\u30ba\uff1a
|
80
|
+
L\r\n\u8a73\u7d30\uff08\u30c8\u30c3\u30d7\u30b9\uff09\u203b\u5358\u4f4dcm\r\n\u80a9\u5e45\uff1a42\u3000\t\u8eab\u5e45\uff1a52\u3000\t\u7740\u4e08\uff1a73
|
81
|
+
\u3000\t\u8896\u4e08\uff1a62\u3000\t\u8896\u5e45\uff1a24","price":1980,"stock":1,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/484e55d461a0b7e965a35bc095168bfe.jpg","img1_sp_480":null,"img1_sp_640":null,"img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/a1105aa943a18135234e3661194db8b5.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/a1105aa943a18135234e3661194db8b5.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/a1105aa943a18135234e3661194db8b5.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/a1105aa943a18135234e3661194db8b5.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/a1105aa943a18135234e3661194db8b5.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/a1105aa943a18135234e3661194db8b5.jpg","img2_sp_480":null,"img2_sp_640":null,"img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/57525d1e415d257443896ad078082a63.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/57525d1e415d257443896ad078082a63.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/57525d1e415d257443896ad078082a63.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/57525d1e415d257443896ad078082a63.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/57525d1e415d257443896ad078082a63.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/57525d1e415d257443896ad078082a63.jpg","img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1405100360,"shop_id":"ixia","shop_name":"\u53e4\u7740\u5c4bixia","shop_url":"http:\/\/ixia.thebase.in","categories":[]},{"item_id":19247,"title":"[3361]\u25c6CambridgeClassics\u25c6\u7d3a\/\u8d64\/\u767d\u30dc-\u30c0-\u30e9\u30b0\u30d3-\u30b7\u30e3\u30c4\u25c6\u7dbf100%L","detail":"\u30d6\u30e9\u30f3\u30c9\u3001\u30e1\u30fc\u30ab\u30fc\u540d\uff1aCambridge
|
82
|
+
Classics\r\n\u7d20\u6750\uff1a\u7dbf100%\u3000\t\u6027\u5225\uff1aMEN\u3000\r\n\u88fd\u9020\u56fd\uff1a\u30b9\u30ea\u30e9\u30f3\u30ab\u3000\t\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\uff1aB\u3000\t\u8272\u3001\u67c4\uff1a\u7d3a\/\u8d64\/\u767d\u30dc\u30fc\u30c0\u30fc\u3000\r\n\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\u306e\u8aac\u660e\r\n\u3000A:\u76ee\u7acb\u3064\u30c0\u30e1\u30fc\u30b8\u306f\u898b\u3089\u308c\u307e\u305b\u3093\u3002\uff08\u591a\u5c11\u306e\u8272\u892a\u305b\u306f\u542b\u307e\u308c\u307e\u3059\u3002\uff09\r\n\u3000B:\u6bdb\u7fbd\u7acb\u3061\u3084\u90e8\u5206\u7684\u306a\u6c5a\u308c\u3001\u5c0f\u64e6\u308c\u3001\u5c0f\u3055\u3044\u7834\u308c\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u53e4\u7740\u306e\u5473\u3068\u601d\u308f\u308c\u308b\u7bc4\u56f2\r\n\u3000C:\u30c0\u30e1\u30fc\u30b8\u304c\u304d\u3064\u3044\u3082\u306e\u3002\u76ee\u7acb\u3064\u6c5a\u308c\u3084\u7834\u308c\u3001\u5909\u8272\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u30de\u30cb\u30a2\u30c3\u30af\u7684\u3067\u3059\u3002\r\n\r\n\u3010\u30b3\u30e1\u30f3\u30c8\u3011\r\n\u895f\u5468\u308a\u30fb\u524d\u5f8c\u306e\u767d\u3044\u90e8\u5206\u306b\u6c5a\u308c\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u3057\u3063\u304b\u308a\u3068\u3057\u305f\u751f\u5730\u3067\u3059\u3002\r\n\u30e9\u30d0\u30fc\u30dc\u30bf\u30f3\u4f7f\u7528\u3067\u3059\u3002\r\n\r\n\u203b\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u6e08\u307f\r\n\r\n\u25a0\u30b5\u30a4\u30ba\u306e\u8a73\u7d30\r\n\u8868\u793a\u30b5\u30a4\u30ba\uff1aL\r\n\u8a73\u7d30\uff08\u30c8\u30c3\u30d7\u30b9\uff09\u203b\u5358\u4f4dcm\r\n\u80a9\u5e45\uff1a49\u3000\t\u8eab\u5e45\uff1a56\u3000\t\u7740\u4e08\uff1a78
|
83
|
+
\u3000\t\u8896\u4e08\uff1a63\u3000\t\u8896\u5e45\uff1a23","price":2000,"stock":1,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/7971de089110f9e07e16785cfef9a3e8.jpg","img1_sp_480":null,"img1_sp_640":null,"img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/1fe6de2c9cb6339ae5a2f847642a0a8f.jpg","img2_sp_480":null,"img2_sp_640":null,"img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/8a013953c1cd75b8ed16d93db206b58a.jpg","img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1405100380,"shop_id":"ixia","shop_name":"\u53e4\u7740\u5c4bixia","shop_url":"http:\/\/ixia.thebase.in","categories":[]},{"item_id":18290,"title":"[3373]\u25c6PCH\u25c6\u30b0\u30ec-\/\u30d4\u30f3\u30af\/\u767d\u30e9\u30b0\u30d3-\u30b7\u30e3\u30c4
|
84
|
+
\u30dd\u30ea\/\u7dbf\u25c6\u6d77\u5916\u53e4\u7740S","detail":"\u30d6\u30e9\u30f3\u30c9\u3001\u30e1\u30fc\u30ab\u30fc\u540d\uff1aPacific
|
85
|
+
Coast Highway\r\n\u7d20\u6750\uff1a\u30dd\u30ea\u30a8\u30b9\u30c6\u30eb65%\u7dbf35%\u3000\t\u6027\u5225\uff1aMEN\u3000\r\n\u88fd\u9020\u56fd\uff1a\u97d3\u56fd\u3000\t\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\uff1aB\u3000\t\u8272\u3001\u67c4\uff1a\u30b0\u30ec\u30fc\/\u30d4\u30f3\u30af\/\u767d\u3000\r\n\u30b3\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3\u306e\u8aac\u660e\r\n\u3000A:\u76ee\u7acb\u3064\u30c0\u30e1\u30fc\u30b8\u306f\u898b\u3089\u308c\u307e\u305b\u3093\u3002\uff08\u591a\u5c11\u306e\u8272\u892a\u305b\u306f\u542b\u307e\u308c\u307e\u3059\u3002\uff09\r\n\u3000B:\u6bdb\u7fbd\u7acb\u3061\u3084\u90e8\u5206\u7684\u306a\u6c5a\u308c\u3001\u5c0f\u64e6\u308c\u3001\u5c0f\u3055\u3044\u7834\u308c\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u53e4\u7740\u306e\u5473\u3068\u601d\u308f\u308c\u308b\u7bc4\u56f2\r\n\u3000C:\u30c0\u30e1\u30fc\u30b8\u304c\u304d\u3064\u3044\u3082\u306e\u3002\u76ee\u7acb\u3064\u6c5a\u308c\u3084\u7834\u308c\u3001\u5909\u8272\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u5c11\u3057\u30de\u30cb\u30a2\u30c3\u30af\u7684\u3067\u3059\u3002\r\n\r\n\u3010\u30b3\u30e1\u30f3\u30c8\u3011\r\n\u895f\u5468\u308a\u306b\u6c5a\u308c\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u8868\u793a\u30b5\u30a4\u30ba\u306fS\u3067\u3059\u304c\u3001\u304b\u306a\u308a\u5927\u304d\u3081\u3067\u3059\u3002\r\n\u8f38\u5165\u6642\u306e\u30b7\u30ef\u304c\u6b8b\u3063\u3066\u3044\u307e\u3059\u3002\r\n\r\n\u203b\u30af\u30ea\u30fc\u30cb\u30f3\u30b0\u6e08\u307f\r\n\r\n\u25a0\u30b5\u30a4\u30ba\u306e\u8a73\u7d30\r\n\u8868\u793a\u30b5\u30a4\u30ba\uff1aS\r\n\u8a73\u7d30\uff08\u30c8\u30c3\u30d7\u30b9\uff09\u203b\u5358\u4f4dcm\r\n\u80a9\u5e45\uff1a59\u3000\t\u8eab\u5e45\uff1a51\u3000\t\u7740\u4e08\uff1a73
|
86
|
+
\u3000\t\u8896\u4e08\uff1a55\u3000\t\u8896\u5e45\uff1a24","price":2900,"stock":1,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/ecce7640ef630525d93cd28d9119993f.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/ecce7640ef630525d93cd28d9119993f.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/ecce7640ef630525d93cd28d9119993f.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/ecce7640ef630525d93cd28d9119993f.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/ecce7640ef630525d93cd28d9119993f.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/ecce7640ef630525d93cd28d9119993f.jpg","img1_sp_480":null,"img1_sp_640":null,"img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/411a9ad991e7c7524d024d772af83056.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/411a9ad991e7c7524d024d772af83056.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/411a9ad991e7c7524d024d772af83056.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/411a9ad991e7c7524d024d772af83056.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/411a9ad991e7c7524d024d772af83056.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/411a9ad991e7c7524d024d772af83056.jpg","img2_sp_480":null,"img2_sp_640":null,"img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/47b1ea409e6e1f5ea8efe4e98063bde2.jpg","img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1405100360,"shop_id":"ixia","shop_name":"\u53e4\u7740\u5c4bixia","shop_url":"http:\/\/ixia.thebase.in","categories":[]},{"item_id":117139,"title":"\u3010LOUXS
|
87
|
+
UNION WORKS\u3011 \u590f \u767d\u30b7\u30e3\u30c4\u3000\u7121\u5730\u30b7\u30e3\u30c4\u3000\u30dc\u30bf\u30f3\u30c0\u30a6\u30f3\u30b7\u30e3\u30c4
|
88
|
+
\u7dbf100% \u534a\u8896\u3000\u30e1\u30f3\u30ba\u3000\u30c8\u30c3\u30d7\u30b9\u3000\u30b3\u30c3\u30c8\u30f3\u30dc\u30bf\u30f3\u30c0\u30a6\u30f3\u534a\u8896\u30b7\u30e3\u30c4\u300056321-601-09
|
89
|
+
","detail":"\u30b7\u30f3\u30d7\u30eb\u3067\u4e08\u592b\u306a\u30dc\u30bf\u30f3\u30c0\u30a6\u30f3\u30b7\u30e3\u30c4\uff01\r\n\u76ee\u304c\u7d30\u304b\u3044\u751f\u5730\u3067\u7740\u5fc3\u5730\u30bd\u30d5\u30c8\u3002\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u591a\u3044\u80a9\u3084\u8896\u3082\u3057\u3063\u304b\u308a\u88dc\u5f37\u3002\u8896\u306f\u30ed\u30fc\u30eb\u30a2\u30c3\u30d7\u306b\u3082\u898b\u3048\u308b\u30ab\u30b8\u30e5\u30a2\u30eb\u30c7\u30b6\u30a4\u30f3\u3002\u4f55\u306b\u3067\u3082\u5408\u308f\u305b\u3084\u3059\u3044\u30b7\u30f3\u30d7\u30eb\uff06\u30b7\u30eb\u30a8\u30c3\u30c8\uff01\u6df1\u307f\u306e\u3042\u308b\u30ab\u30e9\u30fc\u3067\u5927\u4eba\u306a\u96f0\u56f2\u6c17\u3067\u3059\u266a
|
90
|
+
\r\n\r\n<\u30e2\u30c7\u30eb\u7740\u7528\u611f> \r\n\u3086\u3063\u305f\u308a\u7740\u3089\u308c\u308b\u306e\u306b\u3001\u30b7\u30eb\u30a8\u30c3\u30c8\u306f\u30ad\u30ec\u30a4\uff01\u8896\u53e3\u306f\u5e83\u3081\u3002\u8eab\u5e45\u30fb\u80a9\u5e45\u30fb\u7740\u4e08\u3075\u3064\u3046\u3002WHITE\u306f\u82e5\u5e72\u900f\u3051\u611f\u3042\u308a\u3002
|
91
|
+
\r\n\r\n\u30e2\u30c7\u30eb\u3000\uff1a\u3000\u8eab\u9577 170cm\u3000\u4f53\u91cd
|
92
|
+
59kg\u3000\u901a\u5e38 M size\u3000\r\n\r\nSIZE\t\u8eab\u5e45\t\u7740\u4e08\t\u80a9\u5e45\t\u8896\u4e08\t\u8896\u53e3\r\n M\t 50cm\t69.5cm\t41cm\t21cm\t16.5cm\r\n L\t 52cm\t72cm\t43cm\t22.5cm\t18cm\r\n\u25a0\u539f\u7523\u56fd\uff1a\u4e2d\u56fd\r\n\u25a0\u7d20\u6750\uff1a\u7dbf100%\r\n\u25a0\u30ab\u30e9\u30fc\uff1aWHITE\u30fbMUSTARD\u30fbG.BLUE","price":4725,"stock":6,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/f61cbb7c86037343808fb095522e9a29.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/f61cbb7c86037343808fb095522e9a29.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/f61cbb7c86037343808fb095522e9a29.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/f61cbb7c86037343808fb095522e9a29.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/f61cbb7c86037343808fb095522e9a29.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/f61cbb7c86037343808fb095522e9a29.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/f61cbb7c86037343808fb095522e9a29.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/f61cbb7c86037343808fb095522e9a29.jpg","img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img2_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/b37179d6c314a7111bc1eae4c9ce5903.jpg","img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/125b617781fa0ac3be513d3af929f323.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/125b617781fa0ac3be513d3af929f323.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/125b617781fa0ac3be513d3af929f323.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/125b617781fa0ac3be513d3af929f323.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/125b617781fa0ac3be513d3af929f323.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/125b617781fa0ac3be513d3af929f323.jpg","img3_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/125b617781fa0ac3be513d3af929f323.jpg","img3_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/125b617781fa0ac3be513d3af929f323.jpg","img4_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/8f650ced23ff45da3251d3ed2305ec74.jpg","img4_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/8f650ced23ff45da3251d3ed2305ec74.jpg","img5_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/d0d662d5983fed9d7e4418835482f80d.jpg","img5_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/d0d662d5983fed9d7e4418835482f80d.jpg","modified":1405102189,"shop_id":"stylemap","shop_name":"STYLE
|
93
|
+
MAP STORE","shop_url":"http:\/\/stylemap.thebase.in","categories":[]},{"item_id":447952,"title":"\u30e1\u30f3\u30ba\u30dc\u30a6\u30bf\u30a4\u4ed8\u304d\u30b7\u30e3\u30c4","detail":"\u30e1\u30f3\u30ba\u30dc\u30a6\u30bf\u30a4\u4ed8\u304d\u30b7\u30e3\u30c4\u3002\r\n\u723d\u3084\u304b\u306a\u3001\u30e1\u30f3\u30ba\u306e\u30dc\u30a6\u30bf\u30a4\u4ed8\u304d\u30b7\u30e3\u30c4\u3067\u3059\u3002\r\n\u30ab\u30b8\u30e5\u30a2\u30eb\u306b\u3082\u30d1\u30fc\u30c6\u30a3\u30fc\u306b\u3082\u7740\u3066\u884c\u3051\u308b\u30c8\u30e9\u30c3\u30c9\u306a\u30b7\u30e3\u30c4\u304c\u9b45\u529b\u7684\u306a\u4e00\u7740\u3067\u3059\u3002\r\n\u540c\u7d20\u6750\u306e\u30a8\u30eb\u30dc\u30fc\u30d1\u30c3\u30c1\u306a\u3069\u304c\u4ed8\u3044\u3066\u3044\u3066\u7d30\u304b\u3044\u904a\u3073\u304c\u304d\u3044\u3066\u3044\u307e\u3059\u3002\r\n\u30dc\u30a6\u30bf\u30a4\u306f\u53d6\u308a\u5916\u3057\u53ef\u80fd\u306a\u306e\u3067\u767d\u30b7\u30e3\u30c4\u306e\u307e\u307e\u3067\u3082\u30dc\u30a6\u30bf\u30a4\u3092\u4ed6\u306e\u30b7\u30e3\u30c4\u306b\u4ed8\u3051\u3066\u304a\u4f7f\u3044\u9802\u304f\u697d\u3057\u307f\u3082\u3042\u308a\u307e\u3059\u3002\r\n\r\nSize.
|
94
|
+
S\r\n(\u7740\u4e08\u7d0470cm,\u80a9\u5e45\u7d0444cm,\u8eab\u5e45\u7d0448cm,\u8896\u4e08\u7d0457cm)\r\nquality.
|
95
|
+
\u7dbf100%\r\n\r\n\r\n","price":16800,"stock":0,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/c07a5948b70c5192d4cf3c64d0082961.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/c07a5948b70c5192d4cf3c64d0082961.jpg","img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/51cc60b94958ddc3160c933b202d0167.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/51cc60b94958ddc3160c933b202d0167.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/51cc60b94958ddc3160c933b202d0167.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/51cc60b94958ddc3160c933b202d0167.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/51cc60b94958ddc3160c933b202d0167.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/51cc60b94958ddc3160c933b202d0167.jpg","img2_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/51cc60b94958ddc3160c933b202d0167.jpg","img2_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/51cc60b94958ddc3160c933b202d0167.jpg","img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/5013e415ac2b57930a6c7f860be55ddd.jpg","img3_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/5013e415ac2b57930a6c7f860be55ddd.jpg","img4_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img4_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/e8ef2d6fdac5a0ff56e2ce31a213835e.jpg","img5_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/6263eda15a1ddb5de8bac5932f7b5367.jpg","img5_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/6263eda15a1ddb5de8bac5932f7b5367.jpg","modified":1445578133,"shop_id":"blackroku","shop_name":"Black
|
96
|
+
ROKU Smoky ONLINE SHOP","shop_url":"http:\/\/blackroku.thebase.in","categories":[]},{"item_id":880966,"title":"\u30b5\u30e1\u306b\u3088\u308b\u5730\u7403\u4fb5\u7565\uff34\u30b7\u30e3\u30c4(\u30db\u30ef\u30a4\u30c8)","detail":"\u30b5\u30e1\u306b\u3088\u308b\u5730\u7403\u4fb5\u7565\uff34\u30b7\u30e3\u30c4\u306e\u30db\u30ef\u30a4\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u3059\u3002Big\uff34\u30b7\u30e3\u30c4\u306a\u306e\u3067\u7537\u6027\u3082\u5973\u6027\u3082\u3086\u3063\u305f\u308a\u3081\u306b\u7740\u7528\u3067\u304d\u307e\u3059\u3002\r\n\r\n\u8272\uff1d\u767d\r\n\u8eab\u4e08\uff1a78cm\u3000\u8eab\u5e45\uff1a58\uff43\uff4d\u3000\r\n\u7d20\u6750\uff1d\u7dbf\uff11\uff10\uff10\uff05\r\n","price":3500,"stock":1,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/23148bb0d8b7fd9ba62384f1c49d9e5a.jpg","img2_origin":null,"img2_76":null,"img2_146":null,"img2_300":null,"img2_500":null,"img2_640":null,"img2_sp_480":null,"img2_sp_640":null,"img3_origin":null,"img3_76":null,"img3_146":null,"img3_300":null,"img3_500":null,"img3_640":null,"img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1439228002,"shop_id":"raracirco-shopselect-net","shop_name":"RaRa
|
97
|
+
CirCo","shop_url":"http:\/\/raracirco.shopselect.net","categories":[]},{"item_id":2586562,"title":"ypick
|
98
|
+
\uff31","detail":"\u30af\u30ea\u30a2\u306a\u30a4\u30ae\u30ea\u30b9\u30d1\u30fc\u30c4\u3068\u4e01\u5be7\u306b\u624b\u524a\u308a\u3057\u305f\u30a6\u30c3\u30c9\u30d1\u30fc\u30c4\u304c\u7d20\u6575\u3067\u3059\u3002\n\u767d\u306e\u30ec\u30b6\u30fc\u30b3\u30fc\u30c9\u3067\u3001\u51ac\u3067\u3082\u8efd\u3081\u306b\u3002\u6625\u304b\u3089\u306f\u8efd\u3044\u7dbf\u306e\u30b7\u30e3\u30c4\u3084\u9ebb\u306e\u30ef\u30f3\u30d4\u30fc\u30b9\u306a\u3069\u3068\u5408\u308f\u305b\u3066\u9802\u304d\u305f\u3044\u3067\u3059\u3002\n\u30b3\u30fc\u30c7\u30a3\u30cd\u30fc\u30c8\u306e\u5e45\u304c\u5e83\u304c\u308b\u30cd\u30c3\u30af\u30ec\u30b9\u3067\u3059\uff01","price":6804,"stock":0,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/3cc1c2b6e2570bb5920e41a53f144e1c.jpg","img2_origin":null,"img2_76":null,"img2_146":null,"img2_300":null,"img2_500":null,"img2_640":null,"img2_sp_480":null,"img2_sp_640":null,"img3_origin":null,"img3_76":null,"img3_146":null,"img3_300":null,"img3_500":null,"img3_640":null,"img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1454981975,"shop_id":"gllimno1","shop_name":"gllimno1","shop_url":"http:\/\/gllimno1.thebase.in","categories":[]},{"item_id":2586565,"title":"ypick
|
99
|
+
\uff32","detail":"\u30af\u30ea\u30a2\u306a\u30a4\u30ae\u30ea\u30b9\u30d1\u30fc\u30c4\u3068\u4e01\u5be7\u306b\u624b\u524a\u308a\u3057\u305f\u30a6\u30c3\u30c9\u30d1\u30fc\u30c4\u304c\u7d20\u6575\u3067\u3059\u3002\n\u767d\u306e\u30ec\u30b6\u30fc\u30b3\u30fc\u30c9\u3067\u3001\u51ac\u3067\u3082\u8efd\u3081\u306b\u3002\u6625\u304b\u3089\u306f\u8efd\u3044\u7dbf\u306e\u30b7\u30e3\u30c4\u3084\u9ebb\u306e\u30ef\u30f3\u30d4\u30fc\u30b9\u306a\u3069\u3068\u5408\u308f\u305b\u3066\u9802\u304d\u305f\u3044\u3067\u3059\u3002\n\u30b3\u30fc\u30c7\u30a3\u30cd\u30fc\u30c8\u306e\u5e45\u304c\u5e83\u304c\u308b\u30cd\u30c3\u30af\u30ec\u30b9\u3067\u3059\uff01","price":6804,"stock":0,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/f26a5b0ee7d4f4f01a7244c1a6c4d372.jpg","img2_origin":null,"img2_76":null,"img2_146":null,"img2_300":null,"img2_500":null,"img2_640":null,"img2_sp_480":null,"img2_sp_640":null,"img3_origin":null,"img3_76":null,"img3_146":null,"img3_300":null,"img3_500":null,"img3_640":null,"img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1454981975,"shop_id":"gllimno1","shop_name":"gllimno1","shop_url":"http:\/\/gllimno1.thebase.in","categories":[]},{"item_id":1941887,"title":"BRG
|
100
|
+
\u30d3\u30c3\u30b0\u30b7\u30e3\u30c4 B524KDD232","detail":"size F\u3000color
|
101
|
+
\u767d\r\n\u7d20\u6750\uff1a\u9ebb 80\uff05\u3001\u7dbf 20%\r\n\uff08\u5e73\u7f6e\u304d\u30b5\u30a4\u30ba\uff09\r\n\u80a9\u5e45\uff1a41\u339d\u3001\u7740\u4e08\uff1a84\u339d\u3001\u8896\u4e08\uff1a55\u339d\r\n\r\n\u30a2\u30a6\u30bf\u30fc\u4ee3\u308f\u308a\u306b\u3082\u4f7f\u3048\u308b\u30d3\u30c3\u30b0\u30b7\u30e3\u30c4\u3067\u3059\u3002\u5b9a\u756a\u306e\u767d\u3067\u30b3\u30fc\u30c7\u30a3\u30cd\u30a4\u30c8\u306e\u5e45\u304c\u5e83\u304c\u308a\u307e\u3059\u3002\r\n\u4e2d\u56fd\u88fd\r\n\r\n\u203b\u3054\u4f7f\u7528\u306e\u30e2\u30cb\u30bf\u30fc\u3084\u30d6\u30e9\u30a6\u30b6\u306b\u3088\u308a\u5b9f\u969b\u306e\u8272\u3068\u7570\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002","price":14904,"stock":1,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/35b77e51ac3c0655392429b3fe42cc5a.gif","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/35b77e51ac3c0655392429b3fe42cc5a.gif","img1_146":null,"img1_300":null,"img1_500":null,"img1_640":null,"img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/35b77e51ac3c0655392429b3fe42cc5a.gif","img1_sp_640":null,"img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/3f7d2738a02aa33cc7d38a35df059df2.gif","img2_76":null,"img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/3f7d2738a02aa33cc7d38a35df059df2.gif","img2_300":null,"img2_500":null,"img2_640":null,"img2_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/3f7d2738a02aa33cc7d38a35df059df2.gif","img2_sp_640":null,"img3_origin":null,"img3_76":null,"img3_146":null,"img3_300":null,"img3_500":null,"img3_640":null,"img3_sp_480":null,"img3_sp_640":null,"img4_origin":null,"img4_76":null,"img4_146":null,"img4_300":null,"img4_500":null,"img4_640":null,"img4_sp_480":null,"img4_sp_640":null,"img5_origin":null,"img5_76":null,"img5_146":null,"img5_300":null,"img5_500":null,"img5_640":null,"img5_sp_480":null,"img5_sp_640":null,"modified":1454403906,"shop_id":"azuclothes-saleshop-jp","shop_name":"Azu
|
102
|
+
clothes & cafe","shop_url":"http:\/\/azuclothes.saleshop.jp","categories":["\u30c8\u30c3\u30d7\u30b9"]},{"item_id":2445160,"title":"simva\uff08\u30b7\u30f3\u30d0\uff09\u3000\u30cd\u30eb\u30ef\u30fc\u30af\u30ed\u30f3\u30b0\u30b7\u30e3\u30c4\u3000\u30b9\u30c8\u30e9\u30a4\u30d7","detail":"\u5546\u54c1\u30b3\u30fc\u30c9 a3-simva-sh-st-m\r\n\r\n\u30f4\u30a3\u30f3\u30c6\u30fc\u30b8\u306e\u69d8\u306a\u98a8\u5408\u3044\u306e\u30ed\u30f3\u30b0\u30cd\u30eb\u30b7\u30e3\u30c4\u3002
|
103
|
+
\r\n \u751f\u5730\u306b\u306f\u7dbf\u3092\u4f7f\u7528\u3057\u3001\u304f\u305f\u3063\u3068\u67d4\u3089\u304b\u304f\u7740\u5fc3\u5730\u3082\u629c\u7fa4\u3002
|
104
|
+
\r\n \u30cd\u30eb\u306e\u7279\u5fb4\u3067\u3042\u308b\u4fdd\u6e29\u6027\u30fb\u67d4\u8edf\u6027\u306b\u3082\u512a\u308c\u3066\u3044\u307e\u3059\u3002
|
105
|
+
\r\n \u3053\u3061\u3089\u306e\u30ed\u30f3\u30b0\u30b7\u30e3\u30c4\u306f\u30e8\u30fc\u30ed\u30c3\u30d1\u306e\u30c9\u30ec\u30b9\u30b7\u30e3\u30c4\u304b\u3089
|
106
|
+
\r\n \u30a4\u30f3\u30b9\u30d1\u30a4\u30a2\u3055\u308c\u305f\u578b\u3002
|
107
|
+
\r\n \u30c9\u30ec\u30b9\u30b7\u30e3\u30c4\u306e\u304b\u3063\u3061\u308a\u611f\u3068\u30ef\u30fc\u30af\u30b7\u30e3\u30c4\u306e\u3086\u3063\u305f\u308a\u611f\u304c
|
108
|
+
\r\n \u30d0\u30e9\u30f3\u30b9\u3088\u304f\u30c7\u30b6\u30a4\u30f3\u3055\u308c\u3066\u3044\u307e\u3059\u3002
|
109
|
+
\r\n \u767d\u304c\u52b9\u3044\u305f\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30b9\u30c8\u30e9\u30a4\u30d7\u306f\u3001\u8efd\u3084\u3067\u723d\u3084\u304b\u3002
|
110
|
+
\r\n \u659c\u3081\u306b\u7e2b\u3044\u4ed8\u3051\u3089\u308c\u305f\u30dd\u30b1\u30c3\u30c8\u3084
|
111
|
+
\r\n \u30b5\u30a4\u30c9\u306e\u6df1\u3081\u306e\u30e9\u30a6\u30f3\u30c9\u30b9\u30ea\u30c3\u30c8\u306a\u3069
|
112
|
+
\r\n \u4ed6\u306b\u306f\u306a\u3044\u3061\u3087\u3063\u3068\u65b0\u9bae\u306a\u30c7\u30b6\u30a4\u30f3\u3082\u9b45\u529b\u3067\u3059\u3002","price":18900,"stock":2,"img1_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/cd603db428a3aa7f10209b09005e7528.jpg","img1_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/cd603db428a3aa7f10209b09005e7528.jpg","img1_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/cd603db428a3aa7f10209b09005e7528.jpg","img1_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/cd603db428a3aa7f10209b09005e7528.jpg","img1_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/cd603db428a3aa7f10209b09005e7528.jpg","img1_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/cd603db428a3aa7f10209b09005e7528.jpg","img1_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/cd603db428a3aa7f10209b09005e7528.jpg","img1_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/cd603db428a3aa7f10209b09005e7528.jpg","img2_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/c62ffc5f72ca9ec2aeb38e2828050314.jpg","img2_sp_640":null,"img3_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/50335bc8e9815a1528ef909c3089a5ac.jpg","img3_sp_640":null,"img4_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/75e83b84d4023690b36ed935520cf3c5.jpg","img4_sp_640":null,"img5_origin":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/origin\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_76":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/76\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_146":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/146\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_300":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/300\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_500":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/500\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/640\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_sp_480":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/480\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","img5_sp_640":"https:\/\/baseec2.s3.amazonaws.com\/images\/item\/sp\/640\/bc08ec2a650015ef5f8b1b7a07013c99.jpg","modified":1454817149,"shop_id":"boneto","shop_name":"BON
|
113
|
+
ETO Vikings","shop_url":"http:\/\/boneto.thebase.in","categories":["Men''s"]}]}'
|
114
|
+
http_version:
|
115
|
+
recorded_at: Tue, 09 Feb 2016 16:04:21 GMT
|
116
|
+
recorded_with: VCR 3.0.1
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
require_relative '../lib/base/apis'
|
2
|
+
require 'webmock/rspec'
|
3
|
+
require 'vcr'
|
4
|
+
|
5
|
+
Dir[Base::Apis::ROOT / 'spec/support/**/*_spec.rb']
|
6
|
+
.sort
|
7
|
+
.each { |f| require f }
|
8
|
+
|
9
|
+
FIXTURES_PATH = Base::Apis::ROOT / 'spec' / 'fixtures'
|
10
|
+
|
11
|
+
VCR.configure do |config|
|
12
|
+
config.allow_http_connections_when_no_cassette = true
|
13
|
+
config.cassette_library_dir = FIXTURES_PATH / 'vcr_cassettes'
|
14
|
+
config.hook_into :webmock
|
15
|
+
end
|
16
|
+
|
17
|
+
WebMock.disable_net_connect!(allow_localhost: true)
|
18
|
+
|
19
|
+
RSpec.configure do |config|
|
20
|
+
config.expect_with :rspec do |expectations|
|
21
|
+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
22
|
+
end
|
23
|
+
|
24
|
+
config.mock_with :rspec do |mocks|
|
25
|
+
mocks.verify_partial_doubles = true
|
26
|
+
end
|
27
|
+
|
28
|
+
config.before do
|
29
|
+
secret_file = FIXTURES_PATH / 'files' / 'client_secret.json'
|
30
|
+
data = MultiJson.load(File.open(secret_file, 'r').read)
|
31
|
+
allow_any_instance_of(Base::APIClient::ClientSecret)
|
32
|
+
.to receive(:load_file) { data }
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
RSpec.shared_examples 'Base::Apis::Something.new' do
|
2
|
+
describe '::new' do
|
3
|
+
it 'has instance variable @client_secret' do
|
4
|
+
expect(subject).to respond_to(:client_secret)
|
5
|
+
end
|
6
|
+
|
7
|
+
it '@client_secret is instance of Base::APIClient::ClientSecret' do
|
8
|
+
expect(subject.client_secret).to be_kind_of Base::APIClient::ClientSecret
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|