amiando 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.
- data/.gitignore +6 -0
- data/Gemfile +17 -0
- data/Guardfile +11 -0
- data/README.md +26 -0
- data/Rakefile +12 -0
- data/amiando.gemspec +27 -0
- data/lib/amiando.rb +59 -0
- data/lib/amiando/api_key.rb +35 -0
- data/lib/amiando/boolean.rb +33 -0
- data/lib/amiando/event.rb +131 -0
- data/lib/amiando/request.rb +38 -0
- data/lib/amiando/resource.rb +152 -0
- data/lib/amiando/result.rb +33 -0
- data/lib/amiando/ticket_category.rb +99 -0
- data/lib/amiando/ticket_shop.rb +63 -0
- data/lib/amiando/user.rb +148 -0
- data/lib/amiando/version.rb +3 -0
- data/test/amiando/amiando_test.rb +13 -0
- data/test/amiando/api_key_test.rb +58 -0
- data/test/amiando/boolean_test.rb +21 -0
- data/test/amiando/event_test.rb +141 -0
- data/test/amiando/resource_test.rb +68 -0
- data/test/amiando/result_test.rb +25 -0
- data/test/amiando/ticket_category_test.rb +89 -0
- data/test/amiando/ticket_shop_test.rb +42 -0
- data/test/amiando/user_test.rb +130 -0
- data/test/fixtures/ApiKey/018fa0a2281ec9026bc122bc346366f6.yml +60 -0
- data/test/fixtures/ApiKey/1f62195e173114773b3ec2613582ece9.yml +60 -0
- data/test/fixtures/ApiKey/76860dbafe66279f25f56cd66b3f6ba1.yml +62 -0
- data/test/fixtures/ApiKey/97d82801a10696aaf385bf5873034b60.yml +60 -0
- data/test/fixtures/ApiKey/a703d1fcec1576fa8cb4ca1c5f53f545.yml +62 -0
- data/test/fixtures/ApiKey/a948a98b153ab66978e37160f352bfbc.yml +60 -0
- data/test/fixtures/ApiKey/b7ecc9e79dd856dec661554cd00490ed.yml +62 -0
- data/test/fixtures/ApiKey/ded8694c21d2e1c0cec845f72ba452b5.yml +60 -0
- data/test/fixtures/ApiKey/fa883db60c0390aa8948098d32497015.yml +60 -0
- data/test/fixtures/Event/29a95cd545b2fba8121dce97a3c859e3.yml +60 -0
- data/test/fixtures/Event/361940ebc5f074b1d6d96c2dbeb573ab.yml +60 -0
- data/test/fixtures/Event/3a90bf0a17eb1d647f1496d04640797a.yml +60 -0
- data/test/fixtures/Event/3b8ae154ad13c7152366b79c0d34b053.yml +60 -0
- data/test/fixtures/Event/49877df5f8c251e3364a3560ab1ab46c.yml +60 -0
- data/test/fixtures/Event/50cb3d76b40032b0fa5731ce7d2ae2f6.yml +62 -0
- data/test/fixtures/Event/5d6016557d86e7b7ff83d07d1ef4bf44.yml +60 -0
- data/test/fixtures/Event/67e55d2f91fa702eb8dc612cbfa661f9.yml +60 -0
- data/test/fixtures/Event/813535fc6ee153c1a6d8e826f1fe04dc.yml +60 -0
- data/test/fixtures/Event/8eabb0f839e03cde5818397c7121e6b4.yml +61 -0
- data/test/fixtures/Event/96a5ccd0281a67a4bdb276516b77e756.yml +62 -0
- data/test/fixtures/Event/9e689bd5495dc898a710cba8e6d1d779.yml +62 -0
- data/test/fixtures/Event/a816e5664ff66b8e3d27b74435a0c123.yml +60 -0
- data/test/fixtures/Event/c5ad7e1d1c160d7d1132297892a9ec94.yml +60 -0
- data/test/fixtures/Event/c88c85889575508f75deee325e16e49d.yml +60 -0
- data/test/fixtures/Event/d6a585196f1a2a94d22f22a2140d4c07.yml +60 -0
- data/test/fixtures/Event/e00eebd4faf194fe592fa6e7615909b8.yml +60 -0
- data/test/fixtures/Event/e753b6f404795c6635856ea43b0c7d35.yml +60 -0
- data/test/fixtures/Event/eb341dbccefaad75aad439f10cc7d82d.yml +60 -0
- data/test/fixtures/Event/ebab641e40ca57f8e0883d8ea003bd78.yml +60 -0
- data/test/fixtures/Event/ef17351e4bbc84eb776fe16dda31e1e4.yml +62 -0
- data/test/fixtures/Global/505952258352958b3b59a3812372ed02.yml +60 -0
- data/test/fixtures/Global/d41a6ca323b5db99b4e3c06e108c52cc.yml +60 -0
- data/test/fixtures/TicketCategory/0412c9d453efd804e171c6ba57fd980a.yml +66 -0
- data/test/fixtures/TicketCategory/49877df5f8c251e3364a3560ab1ab46c.yml +60 -0
- data/test/fixtures/TicketCategory/4d3f8d9ff3fb728fc37aaa6e40355a00.yml +62 -0
- data/test/fixtures/TicketCategory/5d4fdfda01ed8193c6bbc5e089db5a4b.yml +60 -0
- data/test/fixtures/TicketCategory/655e7a8089d67b8eeea1176398e4b289.yml +60 -0
- data/test/fixtures/TicketCategory/a9b19dc83437d00ffc4603c04f78159f.yml +62 -0
- data/test/fixtures/TicketCategory/bee3d6eb4247fec0849d91fb2f768524.yml +60 -0
- data/test/fixtures/TicketCategory/c6f8563714904f006b28ac06312b107d.yml +60 -0
- data/test/fixtures/TicketCategory/e6076c26b1b75eec091c5b91c9f75ad9.yml +62 -0
- data/test/fixtures/TicketCategory/ebfcf07be91b8cb6d05156713592abc9.yml +60 -0
- data/test/fixtures/TicketCategory/fe63648cf867613ec93b380e06257349.yml +60 -0
- data/test/fixtures/TicketShop/03d35073550910e61201cf425b4ff73e.yml +60 -0
- data/test/fixtures/TicketShop/0524d80dc6e3fad88d49adf71ffa2ab9.yml +60 -0
- data/test/fixtures/TicketShop/09729fb0d9f1490bec3acfa0e6742190.yml +60 -0
- data/test/fixtures/TicketShop/15c36c73e9f1d3255a61a559e3b98562.yml +60 -0
- data/test/fixtures/TicketShop/4605dd240202cd7510bfecaf474ac615.yml +62 -0
- data/test/fixtures/TicketShop/5c1f5488a196f44f2c18cc186816fd42.yml +60 -0
- data/test/fixtures/TicketShop/71f80402a72be32fdd34074d4426b765.yml +62 -0
- data/test/fixtures/TicketShop/bc24338e918c6edb07a55f4d580c5af3.yml +60 -0
- data/test/fixtures/TicketShop/d095062bf22d235f277c979b025e5cac.yml +60 -0
- data/test/fixtures/TicketShop/ece5150c24e5000bf4eff8dcdb6311bb.yml +60 -0
- data/test/fixtures/User/0b4a60c6c962b4b3af9ab21832cd76b2.yml +60 -0
- data/test/fixtures/User/0f635f4bb82fdc84af205efe76f43ae0.yml +60 -0
- data/test/fixtures/User/1c2f2c8a5372e998f38b9d387107cee2.yml +60 -0
- data/test/fixtures/User/1e3ab0fb92b5b1992f35256b4be7497b.yml +71 -0
- data/test/fixtures/User/3bac6d29256056f2b9a1ea6fad26966d.yml +60 -0
- data/test/fixtures/User/3ffaba64188557400a8678dbefd75990.yml +60 -0
- data/test/fixtures/User/5a26c7f9edf6d6027b19b57feda4a96f.yml +60 -0
- data/test/fixtures/User/5c17b4b5287f5d0ba390e25e99cf2270.yml +49 -0
- data/test/fixtures/User/6501a4db53a97afe6f7b9afeeb996888.yml +60 -0
- data/test/fixtures/User/6ad0dd77081f413e3df25d6a625d38cd.yml +60 -0
- data/test/fixtures/User/7d493f7758d9795ad522bc827cb51b77.yml +60 -0
- data/test/fixtures/User/89e6cb6ae39e29a154c99e0e33bb1b91.yml +60 -0
- data/test/fixtures/User/90a3bfe214f17305e356ad3f1a9c9ce7.yml +60 -0
- data/test/fixtures/User/92ad6537c8be5aab7cbd778d424f4944.yml +60 -0
- data/test/fixtures/User/9485b68940997e23e3721a413d4fbdd5.yml +49 -0
- data/test/fixtures/User/98348fe6fbecb7916faadd835916d94d.yml +60 -0
- data/test/fixtures/User/b63d7aa4703a3140b4d9884e9f302362.yml +60 -0
- data/test/fixtures/User/b8c3fd04d7bd0925c3ccd3a3978ab8e6.yml +49 -0
- data/test/fixtures/User/baa28f50439b903e423dbdf918fff20b.yml +62 -0
- data/test/fixtures/User/e51278f9f771be0c6c3ac0e4ee1b6459.yml +59 -0
- data/test/fixtures/User/eb30a195ac7829d506954f472e9e6dea.yml +60 -0
- data/test/support/factory.rb +45 -0
- data/test/support/hydra_cache.rb +59 -0
- data/test/test_helper.rb +36 -0
- metadata +330 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.077248
|
|
3
|
+
body: |
|
|
4
|
+
<html>
|
|
5
|
+
<head>
|
|
6
|
+
<title>Status page</title>
|
|
7
|
+
</head>
|
|
8
|
+
<body>
|
|
9
|
+
<h3>The server has not found anything matching the request URI</h3><p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">here</a>.<br>
|
|
10
|
+
Please continue your visit at our <a href="/">home page</a>.
|
|
11
|
+
</p>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
14
|
+
|
|
15
|
+
code: 404
|
|
16
|
+
connect_time: 0.041455
|
|
17
|
+
curl_error_message: No error
|
|
18
|
+
curl_return_code: 0
|
|
19
|
+
effective_url: https://test.amiando.com/api/user/?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1
|
|
20
|
+
first_header_line: HTTP/1.1 404 Not Found
|
|
21
|
+
headers: |
|
|
22
|
+
HTTP/1.1 404 Not Found
|
|
23
|
+
Date: Mon, 24 Oct 2011 10:33:44 GMT
|
|
24
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
25
|
+
Set-Cookie: JSESSIONID=9766E27FB56FE0466687A635D05B208C.web01; Path=/; Secure
|
|
26
|
+
Set-Cookie: JSESSIONID=9766E27FB56FE0466687A635D05B208C.web01; Path=/
|
|
27
|
+
accept-charset: utf-8
|
|
28
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
29
|
+
Access-Control-Allow-Origin: *
|
|
30
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
31
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=NHJkMXVtbDZCUWJ0QW5qNzoxMzIwNjYyMjA5OTQyOjFkNzVhNTZlYTEyNzExODY3ODFiYWFmZTIyOGU0MTEw; Expires=Sat, 22-Oct-2016 10:36:49 GMT; Path=/
|
|
32
|
+
Accept-Ranges: bytes
|
|
33
|
+
Cache-Control: max-age=0
|
|
34
|
+
Expires: Mon, 24 Oct 2011 10:33:44 GMT
|
|
35
|
+
Vary: User-Agent
|
|
36
|
+
Transfer-Encoding: chunked
|
|
37
|
+
Content-Type: text/html;charset=ISO-8859-1
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
41
|
+
Vary: User-Agent
|
|
42
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
43
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
44
|
+
Transfer-Encoding: chunked
|
|
45
|
+
Access-Control-Allow-Origin: "*"
|
|
46
|
+
Content-Type: text/html;charset=ISO-8859-1
|
|
47
|
+
Date: Mon, 24 Oct 2011 10:33:44 GMT
|
|
48
|
+
Accept-Ranges: bytes
|
|
49
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
50
|
+
Set-Cookie:
|
|
51
|
+
- JSESSIONID=9766E27FB56FE0466687A635D05B208C.web01; Path=/; Secure
|
|
52
|
+
- JSESSIONID=9766E27FB56FE0466687A635D05B208C.web01; Path=/
|
|
53
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=NHJkMXVtbDZCUWJ0QW5qNzoxMzIwNjYyMjA5OTQyOjFkNzVhNTZlYTEyNzExODY3ODFiYWFmZTIyOGU0MTEw; Expires=Sat, 22-Oct-2016 10:36:49 GMT; Path=/
|
|
54
|
+
Expires: Mon, 24 Oct 2011 10:33:44 GMT
|
|
55
|
+
Cache-Control: max-age=0
|
|
56
|
+
Accept-Charset: utf-8
|
|
57
|
+
http_version:
|
|
58
|
+
mock: false
|
|
59
|
+
name_lookup_time: 1.4e-05
|
|
60
|
+
pretransfer_time: 0.07725
|
|
61
|
+
request: |-
|
|
62
|
+
:method => :get,
|
|
63
|
+
:url => https://test.amiando.com/api/user/?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
|
|
64
|
+
:params => {:apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3", :format=>:json, :version=>1},
|
|
65
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
66
|
+
requested_http_method:
|
|
67
|
+
requested_url:
|
|
68
|
+
start_time:
|
|
69
|
+
start_transfer_time: 0.201349
|
|
70
|
+
status_message: Not Found
|
|
71
|
+
time: 0.204819
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.431582
|
|
3
|
+
body: "{\"authorized\":true,\"exists\":true,\"success\":true}"
|
|
4
|
+
code: 200
|
|
5
|
+
connect_time: 0.067495
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/exists?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&username=jorgellop-exists-1%40example.com&version=1
|
|
9
|
+
first_header_line: HTTP/1.1 200 OK
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 200 OK
|
|
12
|
+
Date: Fri, 21 Oct 2011 15:00:28 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=8708E123994FAD07B35CF9C4B3619756.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=8708E123994FAD07B35CF9C4B3619756.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=R0tFS1Zaak0wNWxGWno1NjoxMzIwNDE5MDA1MzE1OjUwMTM4NjVhNjNiYmQ1MGI0MDUyZGM1ZmYzZjliYzhi; Expires=Wed, 19-Oct-2016 15:03:25 GMT; Path=/
|
|
21
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
22
|
+
Accept-Ranges: bytes
|
|
23
|
+
Cache-Control: max-age=7200
|
|
24
|
+
Expires: Fri, 21 Oct 2011 17:00:28 GMT
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Fri, 21 Oct 2011 15:00:28 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=8708E123994FAD07B35CF9C4B3619756.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=8708E123994FAD07B35CF9C4B3619756.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=R0tFS1Zaak0wNWxGWno1NjoxMzIwNDE5MDA1MzE1OjUwMTM4NjVhNjNiYmQ1MGI0MDUyZGM1ZmYzZjliYzhi; Expires=Wed, 19-Oct-2016 15:03:25 GMT; Path=/
|
|
43
|
+
Expires: Fri, 21 Oct 2011 17:00:28 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 0.002741
|
|
49
|
+
pretransfer_time: 0.431584
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :get,
|
|
52
|
+
:url => https://test.amiando.com/api/user/exists?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&username=jorgellop-exists-1%40example.com&version=1,
|
|
53
|
+
:params => {:version=>1, :format=>:json, :username=>"jorgellop-exists-1@example.com", :apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3"},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.587887
|
|
59
|
+
status_message: OK
|
|
60
|
+
time: 0.587966
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 3.3e-05
|
|
3
|
+
body: "{\"ids\":[256142303],\"success\":true}"
|
|
4
|
+
code: 200
|
|
5
|
+
connect_time: 3.3e-05
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/find?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&username=jorgellop-find_by_username-1%40example.com&version=1
|
|
9
|
+
first_header_line: HTTP/1.1 200 OK
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 200 OK
|
|
12
|
+
Date: Mon, 24 Oct 2011 12:57:42 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=0A6AC86FCD65F491366E9FFAD020EAAB.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=0A6AC86FCD65F491366E9FFAD020EAAB.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=MWpqREJMS1JWdGx1ODlGeDoxMzIwNjcwODQ4NDg1OmE3MjU5OWFjOTcxMDc2NTA2ZTEwYWZlMzFkZWEzYThk; Expires=Sat, 22-Oct-2016 13:00:48 GMT; Path=/
|
|
21
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
22
|
+
Accept-Ranges: bytes
|
|
23
|
+
Cache-Control: max-age=7200
|
|
24
|
+
Expires: Mon, 24 Oct 2011 14:57:42 GMT
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Mon, 24 Oct 2011 12:57:42 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=0A6AC86FCD65F491366E9FFAD020EAAB.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=0A6AC86FCD65F491366E9FFAD020EAAB.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=MWpqREJMS1JWdGx1ODlGeDoxMzIwNjcwODQ4NDg1OmE3MjU5OWFjOTcxMDc2NTA2ZTEwYWZlMzFkZWEzYThk; Expires=Sat, 22-Oct-2016 13:00:48 GMT; Path=/
|
|
43
|
+
Expires: Mon, 24 Oct 2011 14:57:42 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 3.3e-05
|
|
49
|
+
pretransfer_time: 3.9e-05
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :get,
|
|
52
|
+
:url => https://test.amiando.com/api/user/find?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&username=jorgellop-find_by_username-1%40example.com&version=1,
|
|
53
|
+
:params => {:format=>:json, :version=>1, :username=>"jorgellop-find_by_username-1@example.com", :apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3"},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.121845
|
|
59
|
+
status_message: OK
|
|
60
|
+
time: 0.121889
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.250411
|
|
3
|
+
body: "{\"success\":true,\"user\":{\"id\":256142234,\"lastName\":\"Llop\",\"timezone\":\"Europe/Berlin\",\"username\":\"jorgellop-find-1@example.com\",\"lastModified\":\"2011-10-24T11:53:13\",\"email\":\"jorgellop-find-1@example.com\",\"signupTime\":\"2011-10-24T11:48:18\",\"creationTime\":\"2011-10-24T11:48:18\",\"language\":\"es\",\"firstName\":\"Jorge\"}}"
|
|
4
|
+
code: 200
|
|
5
|
+
connect_time: 0.076291
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/256142234?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1
|
|
9
|
+
first_header_line: HTTP/1.1 200 OK
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 200 OK
|
|
12
|
+
Date: Mon, 24 Oct 2011 10:13:47 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=95A4E2B3D0E5288FB272B668FDEDC4DF.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=95A4E2B3D0E5288FB272B668FDEDC4DF.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=UjF2YmJlckxTZFNBV3VrRjoxMzIwNjYxMDEyNjEwOmY0NWEwZDE2MzYzMTExMGM3YjllZTEyYzY1MWVhMmYw; Expires=Sat, 22-Oct-2016 10:16:52 GMT; Path=/
|
|
21
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
22
|
+
Accept-Ranges: bytes
|
|
23
|
+
Cache-Control: max-age=7200
|
|
24
|
+
Expires: Mon, 24 Oct 2011 12:13:47 GMT
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: Accept-Charset,Accept-Encoding,Accept-Language,Accept,User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Mon, 24 Oct 2011 10:13:47 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=95A4E2B3D0E5288FB272B668FDEDC4DF.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=95A4E2B3D0E5288FB272B668FDEDC4DF.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=UjF2YmJlckxTZFNBV3VrRjoxMzIwNjYxMDEyNjEwOmY0NWEwZDE2MzYzMTExMGM3YjllZTEyYzY1MWVhMmYw; Expires=Sat, 22-Oct-2016 10:16:52 GMT; Path=/
|
|
43
|
+
Expires: Mon, 24 Oct 2011 12:13:47 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 0.036894
|
|
49
|
+
pretransfer_time: 0.250414
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :get,
|
|
52
|
+
:url => https://test.amiando.com/api/user/256142234?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
|
|
53
|
+
:params => {:apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3", :format=>:json, :version=>1},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.310658
|
|
59
|
+
status_message: OK
|
|
60
|
+
time: 0.310695
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.181568
|
|
3
|
+
body: |
|
|
4
|
+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
5
|
+
<html><head>
|
|
6
|
+
<title>503 Service Temporarily Unavailable</title>
|
|
7
|
+
</head><body>
|
|
8
|
+
<h1>Service Temporarily Unavailable</h1>
|
|
9
|
+
<p>The server is temporarily unable to service your
|
|
10
|
+
request due to maintenance downtime or capacity
|
|
11
|
+
problems. Please try again later.</p>
|
|
12
|
+
</body></html>
|
|
13
|
+
|
|
14
|
+
code: 503
|
|
15
|
+
connect_time: 0.045706
|
|
16
|
+
curl_error_message: No error
|
|
17
|
+
curl_return_code: 0
|
|
18
|
+
effective_url: https://test.amiando.com/api/user/2169594168?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1
|
|
19
|
+
first_header_line: HTTP/1.1 503 Service Temporarily Unavailable
|
|
20
|
+
headers: |
|
|
21
|
+
HTTP/1.1 503 Service Temporarily Unavailable
|
|
22
|
+
Date: Mon, 24 Oct 2011 10:39:00 GMT
|
|
23
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
24
|
+
Content-Length: 323
|
|
25
|
+
Connection: close
|
|
26
|
+
Content-Type: text/html; charset=iso-8859-1
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Content-Type: text/html; charset=iso-8859-1
|
|
31
|
+
Date: Mon, 24 Oct 2011 10:39:00 GMT
|
|
32
|
+
Content-Length: "323"
|
|
33
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
34
|
+
Connection: close
|
|
35
|
+
http_version:
|
|
36
|
+
mock: false
|
|
37
|
+
name_lookup_time: 0.002413
|
|
38
|
+
pretransfer_time: 0.18157
|
|
39
|
+
request: |-
|
|
40
|
+
:method => :get,
|
|
41
|
+
:url => https://test.amiando.com/api/user/2169594168?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
|
|
42
|
+
:params => {:apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3", :format=>:json, :version=>1},
|
|
43
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
44
|
+
requested_http_method:
|
|
45
|
+
requested_url:
|
|
46
|
+
start_time:
|
|
47
|
+
start_transfer_time: 0.221688
|
|
48
|
+
status_message: Service Temporarily Unavailable
|
|
49
|
+
time: 0.221706
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.334529
|
|
3
|
+
body: "{\"success\":true}"
|
|
4
|
+
code: 201
|
|
5
|
+
connect_time: 0.06393
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/256142296/requestPermission?format=json&apikey=bPAE7zQAlKwCwKDB2IEhnUxVN5qTwVud5vsmjGT5uU00Mr3dOT&version=1
|
|
9
|
+
first_header_line: HTTP/1.1 201 Created
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 201 Created
|
|
12
|
+
Date: Mon, 24 Oct 2011 12:03:43 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=CB6FEFB02099AD588EC75DA91F0F22D5.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=CB6FEFB02099AD588EC75DA91F0F22D5.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=UzA4WFpSNmxabEw1VDZ0TToxMzIwNjY3NjA5NjMyOjRjYzMyOTg3YzE3ZDBjZjAyNWI2Mzk2ZmJmYzljYmJk; Expires=Sat, 22-Oct-2016 12:06:49 GMT; Path=/
|
|
21
|
+
Accept-Ranges: bytes
|
|
22
|
+
Cache-Control: max-age=7200
|
|
23
|
+
Expires: Mon, 24 Oct 2011 14:03:43 GMT
|
|
24
|
+
Vary: User-Agent
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Mon, 24 Oct 2011 12:03:43 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=CB6FEFB02099AD588EC75DA91F0F22D5.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=CB6FEFB02099AD588EC75DA91F0F22D5.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=UzA4WFpSNmxabEw1VDZ0TToxMzIwNjY3NjA5NjMyOjRjYzMyOTg3YzE3ZDBjZjAyNWI2Mzk2ZmJmYzljYmJk; Expires=Sat, 22-Oct-2016 12:06:49 GMT; Path=/
|
|
43
|
+
Expires: Mon, 24 Oct 2011 14:03:43 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 0.002428
|
|
49
|
+
pretransfer_time: 0.334532
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :post,
|
|
52
|
+
:url => https://test.amiando.com/api/user/256142296/requestPermission?format=json&apikey=bPAE7zQAlKwCwKDB2IEhnUxVN5qTwVud5vsmjGT5uU00Mr3dOT&version=1,
|
|
53
|
+
:params => {:password=>"12345"},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.490255
|
|
59
|
+
status_message: Created
|
|
60
|
+
time: 0.490294
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.532163
|
|
3
|
+
body: "{\"id\":256142064,\"success\":true}"
|
|
4
|
+
code: 201
|
|
5
|
+
connect_time: 0.155526
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/create?version=1&format=json&apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3
|
|
9
|
+
first_header_line: HTTP/1.1 201 Created
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 201 Created
|
|
12
|
+
Date: Fri, 21 Oct 2011 14:53:52 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=D6504E9244F8E7313EE22F5EE6A5F851.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=D6504E9244F8E7313EE22F5EE6A5F851.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=TjNoeTM2eldXU2xZNzFtaToxMzIwNDE4NjA5NzE1OjQ5NTNiMjg5NzcxZGZkZTA1YzU1YmFmYzQ2NTM1OWUx; Expires=Wed, 19-Oct-2016 14:56:49 GMT; Path=/
|
|
21
|
+
Accept-Ranges: bytes
|
|
22
|
+
Cache-Control: max-age=7200
|
|
23
|
+
Expires: Fri, 21 Oct 2011 16:53:52 GMT
|
|
24
|
+
Vary: User-Agent
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Fri, 21 Oct 2011 14:53:52 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=D6504E9244F8E7313EE22F5EE6A5F851.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=D6504E9244F8E7313EE22F5EE6A5F851.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=TjNoeTM2eldXU2xZNzFtaToxMzIwNDE4NjA5NzE1OjQ5NTNiMjg5NzcxZGZkZTA1YzU1YmFmYzQ2NTM1OWUx; Expires=Wed, 19-Oct-2016 14:56:49 GMT; Path=/
|
|
43
|
+
Expires: Fri, 21 Oct 2011 16:53:52 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 0.093936
|
|
49
|
+
pretransfer_time: 0.532166
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :post,
|
|
52
|
+
:url => https://test.amiando.com/api/user/create?version=1&format=json&apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3,
|
|
53
|
+
:params => {:password=>"123456", :firstName=>"Jorge", :username=>"jorgellop-1@example.com", :lastName=>"Llop", :language=>"es"},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.790445
|
|
59
|
+
status_message: Created
|
|
60
|
+
time: 0.793709
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Typhoeus::Response
|
|
2
|
+
app_connect_time: 0.21426
|
|
3
|
+
body: "{\"deleted\":true,\"success\":true}"
|
|
4
|
+
code: 200
|
|
5
|
+
connect_time: 0.043137
|
|
6
|
+
curl_error_message: No error
|
|
7
|
+
curl_return_code: 0
|
|
8
|
+
effective_url: https://test.amiando.com/api/user/256142250?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1
|
|
9
|
+
first_header_line: HTTP/1.1 200 OK
|
|
10
|
+
headers: |
|
|
11
|
+
HTTP/1.1 200 OK
|
|
12
|
+
Date: Mon, 24 Oct 2011 10:59:23 GMT
|
|
13
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
14
|
+
Set-Cookie: JSESSIONID=AD4121ACC829362E99318D4366E2CA10.web01; Path=/; Secure
|
|
15
|
+
Set-Cookie: JSESSIONID=AD4121ACC829362E99318D4366E2CA10.web01; Path=/
|
|
16
|
+
accept-charset: utf-8
|
|
17
|
+
P3P: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
18
|
+
Access-Control-Allow-Origin: *
|
|
19
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
20
|
+
Set-Cookie: ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=Zk5rT0ZGN0RpZzMwS2tkVDoxMzIwNjYzNzQ5MjMyOmRkMTkwNjE5YTI5NzAzNjMyODQ5YjI4ZWIyMDQzNGVi; Expires=Sat, 22-Oct-2016 11:02:29 GMT; Path=/
|
|
21
|
+
Accept-Ranges: bytes
|
|
22
|
+
Cache-Control: max-age=7200
|
|
23
|
+
Expires: Mon, 24 Oct 2011 12:59:23 GMT
|
|
24
|
+
Vary: User-Agent
|
|
25
|
+
Transfer-Encoding: chunked
|
|
26
|
+
Content-Type: application/json;charset=UTF-8
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
headers_hash: !map:Typhoeus::NormalizedHeaderHash
|
|
30
|
+
Vary: User-Agent
|
|
31
|
+
Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
|
|
32
|
+
P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
|
|
33
|
+
Transfer-Encoding: chunked
|
|
34
|
+
Access-Control-Allow-Origin: "*"
|
|
35
|
+
Content-Type: application/json;charset=UTF-8
|
|
36
|
+
Date: Mon, 24 Oct 2011 10:59:23 GMT
|
|
37
|
+
Accept-Ranges: bytes
|
|
38
|
+
Server: Apache/2.0.55 (Red Hat)
|
|
39
|
+
Set-Cookie:
|
|
40
|
+
- JSESSIONID=AD4121ACC829362E99318D4366E2CA10.web01; Path=/; Secure
|
|
41
|
+
- JSESSIONID=AD4121ACC829362E99318D4366E2CA10.web01; Path=/
|
|
42
|
+
- ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=Zk5rT0ZGN0RpZzMwS2tkVDoxMzIwNjYzNzQ5MjMyOmRkMTkwNjE5YTI5NzAzNjMyODQ5YjI4ZWIyMDQzNGVi; Expires=Sat, 22-Oct-2016 11:02:29 GMT; Path=/
|
|
43
|
+
Expires: Mon, 24 Oct 2011 12:59:23 GMT
|
|
44
|
+
Cache-Control: max-age=7200
|
|
45
|
+
Accept-Charset: utf-8
|
|
46
|
+
http_version:
|
|
47
|
+
mock: false
|
|
48
|
+
name_lookup_time: 0.002258
|
|
49
|
+
pretransfer_time: 0.214261
|
|
50
|
+
request: |-
|
|
51
|
+
:method => :delete,
|
|
52
|
+
:url => https://test.amiando.com/api/user/256142250?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
|
|
53
|
+
:params => {:apikey=>"5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3", :format=>:json, :version=>1},
|
|
54
|
+
:headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
|
|
55
|
+
requested_http_method:
|
|
56
|
+
requested_url:
|
|
57
|
+
start_time:
|
|
58
|
+
start_transfer_time: 0.616774
|
|
59
|
+
status_message: OK
|
|
60
|
+
time: 0.61681
|