amiando 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. data/.gitignore +6 -0
  2. data/Gemfile +17 -0
  3. data/Guardfile +11 -0
  4. data/README.md +26 -0
  5. data/Rakefile +12 -0
  6. data/amiando.gemspec +27 -0
  7. data/lib/amiando.rb +59 -0
  8. data/lib/amiando/api_key.rb +35 -0
  9. data/lib/amiando/boolean.rb +33 -0
  10. data/lib/amiando/event.rb +131 -0
  11. data/lib/amiando/request.rb +38 -0
  12. data/lib/amiando/resource.rb +152 -0
  13. data/lib/amiando/result.rb +33 -0
  14. data/lib/amiando/ticket_category.rb +99 -0
  15. data/lib/amiando/ticket_shop.rb +63 -0
  16. data/lib/amiando/user.rb +148 -0
  17. data/lib/amiando/version.rb +3 -0
  18. data/test/amiando/amiando_test.rb +13 -0
  19. data/test/amiando/api_key_test.rb +58 -0
  20. data/test/amiando/boolean_test.rb +21 -0
  21. data/test/amiando/event_test.rb +141 -0
  22. data/test/amiando/resource_test.rb +68 -0
  23. data/test/amiando/result_test.rb +25 -0
  24. data/test/amiando/ticket_category_test.rb +89 -0
  25. data/test/amiando/ticket_shop_test.rb +42 -0
  26. data/test/amiando/user_test.rb +130 -0
  27. data/test/fixtures/ApiKey/018fa0a2281ec9026bc122bc346366f6.yml +60 -0
  28. data/test/fixtures/ApiKey/1f62195e173114773b3ec2613582ece9.yml +60 -0
  29. data/test/fixtures/ApiKey/76860dbafe66279f25f56cd66b3f6ba1.yml +62 -0
  30. data/test/fixtures/ApiKey/97d82801a10696aaf385bf5873034b60.yml +60 -0
  31. data/test/fixtures/ApiKey/a703d1fcec1576fa8cb4ca1c5f53f545.yml +62 -0
  32. data/test/fixtures/ApiKey/a948a98b153ab66978e37160f352bfbc.yml +60 -0
  33. data/test/fixtures/ApiKey/b7ecc9e79dd856dec661554cd00490ed.yml +62 -0
  34. data/test/fixtures/ApiKey/ded8694c21d2e1c0cec845f72ba452b5.yml +60 -0
  35. data/test/fixtures/ApiKey/fa883db60c0390aa8948098d32497015.yml +60 -0
  36. data/test/fixtures/Event/29a95cd545b2fba8121dce97a3c859e3.yml +60 -0
  37. data/test/fixtures/Event/361940ebc5f074b1d6d96c2dbeb573ab.yml +60 -0
  38. data/test/fixtures/Event/3a90bf0a17eb1d647f1496d04640797a.yml +60 -0
  39. data/test/fixtures/Event/3b8ae154ad13c7152366b79c0d34b053.yml +60 -0
  40. data/test/fixtures/Event/49877df5f8c251e3364a3560ab1ab46c.yml +60 -0
  41. data/test/fixtures/Event/50cb3d76b40032b0fa5731ce7d2ae2f6.yml +62 -0
  42. data/test/fixtures/Event/5d6016557d86e7b7ff83d07d1ef4bf44.yml +60 -0
  43. data/test/fixtures/Event/67e55d2f91fa702eb8dc612cbfa661f9.yml +60 -0
  44. data/test/fixtures/Event/813535fc6ee153c1a6d8e826f1fe04dc.yml +60 -0
  45. data/test/fixtures/Event/8eabb0f839e03cde5818397c7121e6b4.yml +61 -0
  46. data/test/fixtures/Event/96a5ccd0281a67a4bdb276516b77e756.yml +62 -0
  47. data/test/fixtures/Event/9e689bd5495dc898a710cba8e6d1d779.yml +62 -0
  48. data/test/fixtures/Event/a816e5664ff66b8e3d27b74435a0c123.yml +60 -0
  49. data/test/fixtures/Event/c5ad7e1d1c160d7d1132297892a9ec94.yml +60 -0
  50. data/test/fixtures/Event/c88c85889575508f75deee325e16e49d.yml +60 -0
  51. data/test/fixtures/Event/d6a585196f1a2a94d22f22a2140d4c07.yml +60 -0
  52. data/test/fixtures/Event/e00eebd4faf194fe592fa6e7615909b8.yml +60 -0
  53. data/test/fixtures/Event/e753b6f404795c6635856ea43b0c7d35.yml +60 -0
  54. data/test/fixtures/Event/eb341dbccefaad75aad439f10cc7d82d.yml +60 -0
  55. data/test/fixtures/Event/ebab641e40ca57f8e0883d8ea003bd78.yml +60 -0
  56. data/test/fixtures/Event/ef17351e4bbc84eb776fe16dda31e1e4.yml +62 -0
  57. data/test/fixtures/Global/505952258352958b3b59a3812372ed02.yml +60 -0
  58. data/test/fixtures/Global/d41a6ca323b5db99b4e3c06e108c52cc.yml +60 -0
  59. data/test/fixtures/TicketCategory/0412c9d453efd804e171c6ba57fd980a.yml +66 -0
  60. data/test/fixtures/TicketCategory/49877df5f8c251e3364a3560ab1ab46c.yml +60 -0
  61. data/test/fixtures/TicketCategory/4d3f8d9ff3fb728fc37aaa6e40355a00.yml +62 -0
  62. data/test/fixtures/TicketCategory/5d4fdfda01ed8193c6bbc5e089db5a4b.yml +60 -0
  63. data/test/fixtures/TicketCategory/655e7a8089d67b8eeea1176398e4b289.yml +60 -0
  64. data/test/fixtures/TicketCategory/a9b19dc83437d00ffc4603c04f78159f.yml +62 -0
  65. data/test/fixtures/TicketCategory/bee3d6eb4247fec0849d91fb2f768524.yml +60 -0
  66. data/test/fixtures/TicketCategory/c6f8563714904f006b28ac06312b107d.yml +60 -0
  67. data/test/fixtures/TicketCategory/e6076c26b1b75eec091c5b91c9f75ad9.yml +62 -0
  68. data/test/fixtures/TicketCategory/ebfcf07be91b8cb6d05156713592abc9.yml +60 -0
  69. data/test/fixtures/TicketCategory/fe63648cf867613ec93b380e06257349.yml +60 -0
  70. data/test/fixtures/TicketShop/03d35073550910e61201cf425b4ff73e.yml +60 -0
  71. data/test/fixtures/TicketShop/0524d80dc6e3fad88d49adf71ffa2ab9.yml +60 -0
  72. data/test/fixtures/TicketShop/09729fb0d9f1490bec3acfa0e6742190.yml +60 -0
  73. data/test/fixtures/TicketShop/15c36c73e9f1d3255a61a559e3b98562.yml +60 -0
  74. data/test/fixtures/TicketShop/4605dd240202cd7510bfecaf474ac615.yml +62 -0
  75. data/test/fixtures/TicketShop/5c1f5488a196f44f2c18cc186816fd42.yml +60 -0
  76. data/test/fixtures/TicketShop/71f80402a72be32fdd34074d4426b765.yml +62 -0
  77. data/test/fixtures/TicketShop/bc24338e918c6edb07a55f4d580c5af3.yml +60 -0
  78. data/test/fixtures/TicketShop/d095062bf22d235f277c979b025e5cac.yml +60 -0
  79. data/test/fixtures/TicketShop/ece5150c24e5000bf4eff8dcdb6311bb.yml +60 -0
  80. data/test/fixtures/User/0b4a60c6c962b4b3af9ab21832cd76b2.yml +60 -0
  81. data/test/fixtures/User/0f635f4bb82fdc84af205efe76f43ae0.yml +60 -0
  82. data/test/fixtures/User/1c2f2c8a5372e998f38b9d387107cee2.yml +60 -0
  83. data/test/fixtures/User/1e3ab0fb92b5b1992f35256b4be7497b.yml +71 -0
  84. data/test/fixtures/User/3bac6d29256056f2b9a1ea6fad26966d.yml +60 -0
  85. data/test/fixtures/User/3ffaba64188557400a8678dbefd75990.yml +60 -0
  86. data/test/fixtures/User/5a26c7f9edf6d6027b19b57feda4a96f.yml +60 -0
  87. data/test/fixtures/User/5c17b4b5287f5d0ba390e25e99cf2270.yml +49 -0
  88. data/test/fixtures/User/6501a4db53a97afe6f7b9afeeb996888.yml +60 -0
  89. data/test/fixtures/User/6ad0dd77081f413e3df25d6a625d38cd.yml +60 -0
  90. data/test/fixtures/User/7d493f7758d9795ad522bc827cb51b77.yml +60 -0
  91. data/test/fixtures/User/89e6cb6ae39e29a154c99e0e33bb1b91.yml +60 -0
  92. data/test/fixtures/User/90a3bfe214f17305e356ad3f1a9c9ce7.yml +60 -0
  93. data/test/fixtures/User/92ad6537c8be5aab7cbd778d424f4944.yml +60 -0
  94. data/test/fixtures/User/9485b68940997e23e3721a413d4fbdd5.yml +49 -0
  95. data/test/fixtures/User/98348fe6fbecb7916faadd835916d94d.yml +60 -0
  96. data/test/fixtures/User/b63d7aa4703a3140b4d9884e9f302362.yml +60 -0
  97. data/test/fixtures/User/b8c3fd04d7bd0925c3ccd3a3978ab8e6.yml +49 -0
  98. data/test/fixtures/User/baa28f50439b903e423dbdf918fff20b.yml +62 -0
  99. data/test/fixtures/User/e51278f9f771be0c6c3ac0e4ee1b6459.yml +59 -0
  100. data/test/fixtures/User/eb30a195ac7829d506954f472e9e6dea.yml +60 -0
  101. data/test/support/factory.rb +45 -0
  102. data/test/support/hydra_cache.rb +59 -0
  103. data/test/test_helper.rb +36 -0
  104. metadata +330 -0
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 5.462007
3
+ body: "{\"id\":256142250,\"success\":true}"
4
+ code: 201
5
+ connect_time: 5.290118
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&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 10:53:25 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=07EC205567D8BCB3AB0D5FF53989012C.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=07EC205567D8BCB3AB0D5FF53989012C.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=aXg2U0VyOEo1UmJteXpPTjoxMzIwNjYzMzkxNTE4OjBjNDVmZWM5ZDAyYTJiZTY5MWNkMjViYjE2YTU2YzEy; Expires=Sat, 22-Oct-2016 10:56:31 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Mon, 24 Oct 2011 12:53:25 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:53:25 GMT
37
+ Accept-Ranges: bytes
38
+ Server: Apache/2.0.55 (Red Hat)
39
+ Set-Cookie:
40
+ - JSESSIONID=07EC205567D8BCB3AB0D5FF53989012C.web01; Path=/; Secure
41
+ - JSESSIONID=07EC205567D8BCB3AB0D5FF53989012C.web01; Path=/
42
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=aXg2U0VyOEo1UmJteXpPTjoxMzIwNjYzMzkxNTE4OjBjNDVmZWM5ZDAyYTJiZTY5MWNkMjViYjE2YTU2YzEy; Expires=Sat, 22-Oct-2016 10:56:31 GMT; Path=/
43
+ Expires: Mon, 24 Oct 2011 12:53:25 GMT
44
+ Cache-Control: max-age=7200
45
+ Accept-Charset: utf-8
46
+ http_version:
47
+ mock: false
48
+ name_lookup_time: 5.249876
49
+ pretransfer_time: 5.462011
50
+ request: |-
51
+ :method => :post,
52
+ :url => https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
53
+ :params => {:language=>"es", :password=>"123456", :firstName=>"Jorge", :username=>"jorgellop-delete-1@example.com", :lastName=>"Llop"},
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: 5.880184
59
+ status_message: Created
60
+ time: 5.88022
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.510947
3
+ body: "{\"id\":256142107,\"success\":true}"
4
+ code: 201
5
+ connect_time: 0.378759
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1
9
+ first_header_line: HTTP/1.1 201 Created
10
+ headers: |
11
+ HTTP/1.1 201 Created
12
+ Date: Fri, 21 Oct 2011 16:47:16 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=0CAE8D2E25E6D04CF9EB1A52DAF819E1.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=0CAE8D2E25E6D04CF9EB1A52DAF819E1.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=ZE9ER21KQWJvR3ozTHduTzoxMzIwNDI1NDEzMzI2OjBlODg2NTYzMWVmZjI1MGUwN2EyMTA1NTIxODk0NjMx; Expires=Wed, 19-Oct-2016 16:50:13 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Fri, 21 Oct 2011 18:47:16 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 16:47:16 GMT
37
+ Accept-Ranges: bytes
38
+ Server: Apache/2.0.55 (Red Hat)
39
+ Set-Cookie:
40
+ - JSESSIONID=0CAE8D2E25E6D04CF9EB1A52DAF819E1.web01; Path=/; Secure
41
+ - JSESSIONID=0CAE8D2E25E6D04CF9EB1A52DAF819E1.web01; Path=/
42
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=ZE9ER21KQWJvR3ozTHduTzoxMzIwNDI1NDEzMzI2OjBlODg2NTYzMWVmZjI1MGUwN2EyMTA1NTIxODk0NjMx; Expires=Wed, 19-Oct-2016 16:50:13 GMT; Path=/
43
+ Expires: Fri, 21 Oct 2011 18:47:16 GMT
44
+ Cache-Control: max-age=7200
45
+ Accept-Charset: utf-8
46
+ http_version:
47
+ mock: false
48
+ name_lookup_time: 0.339601
49
+ pretransfer_time: 0.510951
50
+ request: |-
51
+ :method => :post,
52
+ :url => https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
53
+ :params => {:language=>"es", :username=>"jorgellop-logout-test-1@example.com", :password=>"123456", :firstName=>"Jorge", :lastName=>"Llop"},
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.634889
59
+ status_message: Created
60
+ time: 0.634926
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.783702
3
+ body: "{\"id\":256142303,\"success\":true}"
4
+ code: 201
5
+ connect_time: 0.453482
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/user/create?format=json&version=1&apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3
9
+ first_header_line: HTTP/1.1 201 Created
10
+ headers: |
11
+ HTTP/1.1 201 Created
12
+ Date: Mon, 24 Oct 2011 12:57:42 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=DF2E390ADB93E500730F8BEA9495F7AB.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=DF2E390ADB93E500730F8BEA9495F7AB.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=WU5Ydkh1R0hYRUx2MjZLbDoxMzIwNjcwODQ4MTQzOjg2ZGM4MWU4MGQ5ZGMzNmQ3YTcxY2NhNTNmZDMxYTIw; Expires=Sat, 22-Oct-2016 13:00:48 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Mon, 24 Oct 2011 14:57:42 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:57:42 GMT
37
+ Accept-Ranges: bytes
38
+ Server: Apache/2.0.55 (Red Hat)
39
+ Set-Cookie:
40
+ - JSESSIONID=DF2E390ADB93E500730F8BEA9495F7AB.web01; Path=/; Secure
41
+ - JSESSIONID=DF2E390ADB93E500730F8BEA9495F7AB.web01; Path=/
42
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=WU5Ydkh1R0hYRUx2MjZLbDoxMzIwNjcwODQ4MTQzOjg2ZGM4MWU4MGQ5ZGMzNmQ3YTcxY2NhNTNmZDMxYTIw; 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: 0.381954
49
+ pretransfer_time: 0.783705
50
+ request: |-
51
+ :method => :post,
52
+ :url => https://test.amiando.com/api/user/create?format=json&version=1&apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3,
53
+ :params => {:language=>"es", :password=>"123456", :firstName=>"Jorge", :lastName=>"Llop", :username=>"jorgellop-find_by_username-1@example.com"},
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: 1.161756
59
+ status_message: Created
60
+ time: 1.161792
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.178625
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.042349
16
+ curl_error_message: No error
17
+ curl_return_code: 0
18
+ effective_url: https://test.amiando.com/api/user/2169592796?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:38:19 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:38:19 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.002291
38
+ pretransfer_time: 0.178627
39
+ request: |-
40
+ :method => :get,
41
+ :url => https://test.amiando.com/api/user/2169592796?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: 17.032493
48
+ status_message: Service Temporarily Unavailable
49
+ time: 17.032507
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 1.616232
3
+ body: "{\"id\":256142228,\"success\":true}"
4
+ code: 201
5
+ connect_time: 0.298237
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&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 09:35:55 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=0BF614A97D8610531B31CD32E04EB4B1.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=0BF614A97D8610531B31CD32E04EB4B1.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=ekJyZmwzendoUHQ3SWQwSzoxMzIwNjU4NzQxNTAwOjUzMGU5YzUyODA1ODM4ZmRmZTJkNjJkODA5MDA0YWJl; Expires=Sat, 22-Oct-2016 09:39:01 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Mon, 24 Oct 2011 11:35:55 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 09:35:55 GMT
37
+ Accept-Ranges: bytes
38
+ Server: Apache/2.0.55 (Red Hat)
39
+ Set-Cookie:
40
+ - JSESSIONID=0BF614A97D8610531B31CD32E04EB4B1.web01; Path=/; Secure
41
+ - JSESSIONID=0BF614A97D8610531B31CD32E04EB4B1.web01; Path=/
42
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=ekJyZmwzendoUHQ3SWQwSzoxMzIwNjU4NzQxNTAwOjUzMGU5YzUyODA1ODM4ZmRmZTJkNjJkODA5MDA0YWJl; Expires=Sat, 22-Oct-2016 09:39:01 GMT; Path=/
43
+ Expires: Mon, 24 Oct 2011 11:35:55 GMT
44
+ Cache-Control: max-age=7200
45
+ Accept-Charset: utf-8
46
+ http_version:
47
+ mock: false
48
+ name_lookup_time: 0.136524
49
+ pretransfer_time: 1.616237
50
+ request: |-
51
+ :method => :post,
52
+ :url => https://test.amiando.com/api/user/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
53
+ :params => {:language=>"es", :password=>"123456", :firstName=>"Jorge", :username=>"jorgellop-update-1@example.com", :lastName=>"Llop"},
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: 2.226476
59
+ status_message: Created
60
+ time: 2.226512
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.532573
3
+ body: "{\"id\":179121,\"success\":true,\"apiKey\":{\"id\":179121,\"enabled\":true,\"name\":\"wadus\",\"identifier\":\"Apf6wlUGpPVbEsL5\",\"key\":\"bPAE7zQAlKwCwKDB2IEhnUxVN5qTwVud5vsmjGT5uU00Mr3dOT\"}}"
4
+ code: 201
5
+ connect_time: 0.138631
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/apiKey/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&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 11:56:12 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=03BC3CAAB81CC4D87184BAC429F3B90C.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=03BC3CAAB81CC4D87184BAC429F3B90C.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=WDlscjBTa0JEcTRObjl5VjoxMzIwNjY3MTU4MDcyOjJhYWQyOTgzYzNkOWZhNmIwMmYzOWExYzEwZTI2MmZj; Expires=Sat, 22-Oct-2016 11:59:18 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Mon, 24 Oct 2011 13:56:12 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 11:56:12 GMT
37
+ Accept-Ranges: bytes
38
+ Server: Apache/2.0.55 (Red Hat)
39
+ Set-Cookie:
40
+ - JSESSIONID=03BC3CAAB81CC4D87184BAC429F3B90C.web01; Path=/; Secure
41
+ - JSESSIONID=03BC3CAAB81CC4D87184BAC429F3B90C.web01; Path=/
42
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=WDlscjBTa0JEcTRObjl5VjoxMzIwNjY3MTU4MDcyOjJhYWQyOTgzYzNkOWZhNmIwMmYzOWExYzEwZTI2MmZj; Expires=Sat, 22-Oct-2016 11:59:18 GMT; Path=/
43
+ Expires: Mon, 24 Oct 2011 13:56:12 GMT
44
+ Cache-Control: max-age=7200
45
+ Accept-Charset: utf-8
46
+ http_version:
47
+ mock: false
48
+ name_lookup_time: 1.6e-05
49
+ pretransfer_time: 0.532688
50
+ request: |-
51
+ :method => :post,
52
+ :url => https://test.amiando.com/api/apiKey/create?apikey=5Tgoob95gX5WqjF0FIjxoJHLNp7YEgAlLuXZdzMuYXaxZZaah3&format=json&version=1,
53
+ :params => {:name=>"wadus"},
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.684094
59
+ status_message: Created
60
+ time: 0.743098
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.213241
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.043052
16
+ curl_error_message: No error
17
+ curl_return_code: 0
18
+ effective_url: https://test.amiando.com/api/user/2167804632?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:40:33 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:40:33 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.002517
38
+ pretransfer_time: 0.213246
39
+ request: |-
40
+ :method => :get,
41
+ :url => https://test.amiando.com/api/user/2167804632?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.251209
48
+ status_message: Service Temporarily Unavailable
49
+ time: 0.251227
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Typhoeus::Response
2
+ app_connect_time: 0.612072
3
+ body: "{\"errors\":[\"com.amiando.api.rest.InvalidPassword\"],\"success\":false}"
4
+ code: 400
5
+ connect_time: 0.21591
6
+ curl_error_message: No error
7
+ curl_return_code: 0
8
+ effective_url: https://test.amiando.com/api/user/256142296/requestPermission?format=json&version=1&apikey=bPAE7zQAlKwCwKDB2IEhnUxVN5qTwVud5vsmjGT5uU00Mr3dOT
9
+ first_header_line: HTTP/1.1 400 Bad Request
10
+ headers: |
11
+ HTTP/1.1 400 Bad Request
12
+ Date: Mon, 24 Oct 2011 12:39:11 GMT
13
+ Server: Apache/2.0.55 (Red Hat)
14
+ Set-Cookie: JSESSIONID=0A42CB886FA73DE2815DBF45FB6F2665.web01; Path=/; Secure
15
+ Set-Cookie: JSESSIONID=0A42CB886FA73DE2815DBF45FB6F2665.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=TGJ1N0xuN0Znc1JLQU5QNDoxMzIwNjY5NzM3ODM1OmZiZmViY2ZjMTc3MGY0MWZhODA5MGU3Njk0NmU1ZGIx; Expires=Sat, 22-Oct-2016 12:42:17 GMT; Path=/
21
+ Accept-Ranges: bytes
22
+ Cache-Control: max-age=7200
23
+ Expires: Mon, 24 Oct 2011 14:39:11 GMT
24
+ Vary: User-Agent
25
+ Connection: close
26
+ Transfer-Encoding: chunked
27
+ Content-Type: application/json;charset=UTF-8
28
+
29
+
30
+ headers_hash: !map:Typhoeus::NormalizedHeaderHash
31
+ Vary: User-Agent
32
+ Access-Control-Allow-Methods: POST, GET, OPTIONS, DELETE, PUT
33
+ P3p: policyref="/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD CON OUR IND UNI PUR COM CNT"
34
+ Transfer-Encoding: chunked
35
+ Access-Control-Allow-Origin: "*"
36
+ Content-Type: application/json;charset=UTF-8
37
+ Date: Mon, 24 Oct 2011 12:39:11 GMT
38
+ Accept-Ranges: bytes
39
+ Server: Apache/2.0.55 (Red Hat)
40
+ Set-Cookie:
41
+ - JSESSIONID=0A42CB886FA73DE2815DBF45FB6F2665.web01; Path=/; Secure
42
+ - JSESSIONID=0A42CB886FA73DE2815DBF45FB6F2665.web01; Path=/
43
+ - ANONYMOUS_HASHED_REMEMBER_ME_COOKIE_KEY=TGJ1N0xuN0Znc1JLQU5QNDoxMzIwNjY5NzM3ODM1OmZiZmViY2ZjMTc3MGY0MWZhODA5MGU3Njk0NmU1ZGIx; Expires=Sat, 22-Oct-2016 12:42:17 GMT; Path=/
44
+ Expires: Mon, 24 Oct 2011 14:39:11 GMT
45
+ Cache-Control: max-age=7200
46
+ Accept-Charset: utf-8
47
+ Connection: close
48
+ http_version:
49
+ mock: false
50
+ name_lookup_time: 0.081793
51
+ pretransfer_time: 0.612075
52
+ request: |-
53
+ :method => :post,
54
+ :url => https://test.amiando.com/api/user/256142296/requestPermission?format=json&version=1&apikey=bPAE7zQAlKwCwKDB2IEhnUxVN5qTwVud5vsmjGT5uU00Mr3dOT,
55
+ :params => {:password=>"wrong password"},
56
+ :headers => {"User-Agent"=>"Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"}
57
+ requested_http_method:
58
+ requested_url:
59
+ start_time:
60
+ start_transfer_time: 0.77035
61
+ status_message: Bad Request
62
+ time: 0.773858