lateral_recommender 0.0.1

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.
@@ -0,0 +1,56 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.lateral.io/personalisation/users/?subscription-key=<API_KEY>
6
+ body:
7
+ encoding: UTF-8
8
+ string: id=user_id
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.6.0.1, ruby 2.0.0 (2014-02-24))
12
+ Accept:
13
+ - '*/*'
14
+ Date:
15
+ - Thu, 22 Jan 2015 12:13:03 GMT
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ response:
19
+ status:
20
+ code: 201
21
+ message: Created
22
+ headers:
23
+ Cache-Control:
24
+ - max-age=0, private, must-revalidate
25
+ Content-Length:
26
+ - '96'
27
+ Content-Type:
28
+ - application/json
29
+ Etag:
30
+ - '"daea56294f0589e4a280ebcc12be18b2"'
31
+ Vary:
32
+ - Accept-Encoding
33
+ Server:
34
+ - Microsoft-HTTPAPI/2.0
35
+ Access-Control-Allow-Origin:
36
+ - '*'
37
+ Access-Control-Request-Method:
38
+ - '*'
39
+ Status:
40
+ - 201 Created
41
+ Strict-Transport-Security:
42
+ - max-age=31536000
43
+ X-Request-Id:
44
+ - 9d65956e-3ca2-43ef-88cd-b61bdd86c7a2
45
+ X-Runtime:
46
+ - '0.020783'
47
+ X-Powered-By:
48
+ - Phusion Passenger 4.0.37
49
+ Date:
50
+ - Thu, 22 Jan 2015 12:13:03 GMT
51
+ body:
52
+ encoding: UTF-8
53
+ string: '{"id":"user_id","created_at":"2015-01-22T12:13:04.002Z","updated_at":"2015-01-22T12:13:04.002Z"}'
54
+ http_version:
55
+ recorded_at: Thu, 22 Jan 2015 12:13:04 GMT
56
+ recorded_with: VCR 2.9.3