redbooth-ruby 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +7 -0
  2. data/spec/cassettes/Redbooth_Me/_initialize/.yml +48 -0
  3. data/spec/cassettes/Redbooth_Me/_show/.yml +48 -0
  4. data/spec/cassettes/Redbooth_Me/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_user.yml +48 -0
  5. data/spec/cassettes/Redbooth_Me/_update/.yml +97 -0
  6. data/spec/cassettes/Redbooth_Me/_update/integration/.yml +97 -0
  7. data/spec/cassettes/Redbooth_Organization/_create/.yml +47 -0
  8. data/spec/cassettes/Redbooth_Organization/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_organization.yml +47 -0
  9. data/spec/cassettes/Redbooth_Organization/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_organization.yml +123 -0
  10. data/spec/cassettes/Redbooth_Organization/_index/.yml +58 -0
  11. data/spec/cassettes/Redbooth_Organization/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +58 -0
  12. data/spec/cassettes/Redbooth_Organization/_initialize/.yml +64 -0
  13. data/spec/cassettes/Redbooth_Organization/_show/.yml +64 -0
  14. data/spec/cassettes/Redbooth_Organization/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +64 -0
  15. data/spec/cassettes/Redbooth_Organization/_update/.yml +48 -0
  16. data/spec/cassettes/Redbooth_Organization/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_organization.yml +48 -0
  17. data/spec/cassettes/Redbooth_Person/_create/integration/.yml +83 -0
  18. data/spec/cassettes/Redbooth_Person/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_person.yml +83 -0
  19. data/spec/cassettes/Redbooth_Person/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_person.yml +83 -0
  20. data/spec/cassettes/Redbooth_Person/_index/.yml +127 -0
  21. data/spec/cassettes/Redbooth_Person/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +54 -0
  22. data/spec/cassettes/Redbooth_Person/_initialize/.yml +117 -0
  23. data/spec/cassettes/Redbooth_Person/_show/.yml +117 -0
  24. data/spec/cassettes/Redbooth_Person/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +44 -0
  25. data/spec/cassettes/Redbooth_Person/_update/.yml +163 -0
  26. data/spec/cassettes/Redbooth_Person/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_person.yml +294 -0
  27. data/spec/cassettes/Redbooth_Project/_create/.yml +47 -0
  28. data/spec/cassettes/Redbooth_Project/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_project.yml +47 -0
  29. data/spec/cassettes/Redbooth_Project/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_project.yml +2296 -0
  30. data/spec/cassettes/Redbooth_Project/_index/.yml +62 -0
  31. data/spec/cassettes/Redbooth_Project/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +62 -0
  32. data/spec/cassettes/Redbooth_Project/_initialize/.yml +44 -0
  33. data/spec/cassettes/Redbooth_Project/_show/.yml +44 -0
  34. data/spec/cassettes/Redbooth_Project/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +44 -0
  35. data/spec/cassettes/Redbooth_Project/_update/.yml +47 -0
  36. data/spec/cassettes/Redbooth_Project/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_project.yml +47 -0
  37. data/spec/cassettes/Redbooth_Request_Collection/_all/.yml +59 -0
  38. data/spec/cassettes/Redbooth_Request_Collection/_count/.yml +59 -0
  39. data/spec/cassettes/Redbooth_Request_Collection/_current_page/.yml +59 -0
  40. data/spec/cassettes/Redbooth_Request_Collection/_current_page/where_endpoint_is_not_paginated/.yml +59 -0
  41. data/spec/cassettes/Redbooth_Request_Collection/_initialize/.yml +59 -0
  42. data/spec/cassettes/Redbooth_Request_Collection/_next_page/.yml +106 -0
  43. data/spec/cassettes/Redbooth_Request_Collection/_next_page/where_endpoint_is_not_paginated/.yml +59 -0
  44. data/spec/cassettes/Redbooth_Request_Collection/_next_page/where_is_the_last_page/.yml +59 -0
  45. data/spec/cassettes/Redbooth_Request_Collection/_per_page/.yml +59 -0
  46. data/spec/cassettes/Redbooth_Request_Collection/_per_page/where_endpoint_is_not_paginated/.yml +59 -0
  47. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/.yml +115 -0
  48. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/where_endpoint_is_not_paginated/.yml +59 -0
  49. data/spec/cassettes/Redbooth_Request_Collection/_prev_page/where_is_the_first_page/.yml +159 -0
  50. data/spec/cassettes/Redbooth_Request_Collection/_total_pages/.yml +59 -0
  51. data/spec/cassettes/Redbooth_Request_Collection/_total_pages/where_endpoint_is_not_paginated/.yml +59 -0
  52. data/spec/cassettes/Redbooth_Task/_create/.yml +47 -0
  53. data/spec/cassettes/Redbooth_Task/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_task.yml +47 -0
  54. data/spec/cassettes/Redbooth_Task/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_task.yml +84 -0
  55. data/spec/cassettes/Redbooth_Task/_index/.yml +1037 -0
  56. data/spec/cassettes/Redbooth_Task/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +437 -0
  57. data/spec/cassettes/Redbooth_Task/_initialize/.yml +47 -0
  58. data/spec/cassettes/Redbooth_Task/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  59. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_assigned_id.yml +47 -0
  60. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_id.yml +47 -0
  61. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_name.yml +47 -0
  62. data/spec/cassettes/Redbooth_Task/_show/returns_a_task_with_the_correct_project_id.yml +47 -0
  63. data/spec/cassettes/Redbooth_Task/_update/.yml +47 -0
  64. data/spec/cassettes/Redbooth_Task/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  65. data/spec/cassettes/Redbooth_User/_create/.yml +84 -0
  66. data/spec/cassettes/Redbooth_User/_create/makes_a_new_POST_request_using_the_correct_API_endpoint_to_create_a_specific_task.yml +47 -0
  67. data/spec/cassettes/Redbooth_User/_create/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  68. data/spec/cassettes/Redbooth_User/_create/name/.yml +47 -0
  69. data/spec/cassettes/Redbooth_User/_create/project_id/.yml +47 -0
  70. data/spec/cassettes/Redbooth_User/_create/task_list_id/.yml +47 -0
  71. data/spec/cassettes/Redbooth_User/_delete/makes_a_new_DELETE_request_using_the_correct_API_endpoint_to_delete_a_specific_task.yml +84 -0
  72. data/spec/cassettes/Redbooth_User/_index/.yml +413 -0
  73. data/spec/cassettes/Redbooth_User/_index/class/.yml +400 -0
  74. data/spec/cassettes/Redbooth_User/_index/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +400 -0
  75. data/spec/cassettes/Redbooth_User/_initialize/.yml +88 -0
  76. data/spec/cassettes/Redbooth_User/_initialize/assigned_id/.yml +47 -0
  77. data/spec/cassettes/Redbooth_User/_initialize/description/.yml +47 -0
  78. data/spec/cassettes/Redbooth_User/_initialize/due_on/.yml +47 -0
  79. data/spec/cassettes/Redbooth_User/_initialize/id/.yml +47 -0
  80. data/spec/cassettes/Redbooth_User/_initialize/initializes_all_attributes_correctly.yml +44 -0
  81. data/spec/cassettes/Redbooth_User/_initialize/name/.yml +47 -0
  82. data/spec/cassettes/Redbooth_User/_initialize/project_id/.yml +47 -0
  83. data/spec/cassettes/Redbooth_User/_show/.yml +44 -0
  84. data/spec/cassettes/Redbooth_User/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  85. data/spec/cassettes/Redbooth_User/_show/makes_a_new_GET_request_using_the_correct_API_endpoint_to_receive_a_specific_user.yml +88 -0
  86. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_assigned_id.yml +47 -0
  87. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_id.yml +47 -0
  88. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_name.yml +47 -0
  89. data/spec/cassettes/Redbooth_User/_show/returns_a_task_with_the_correct_project_id.yml +47 -0
  90. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_email.yml +393 -0
  91. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_first_name.yml +393 -0
  92. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_id.yml +393 -0
  93. data/spec/cassettes/Redbooth_User/_show/returns_a_user_with_the_correct_last_name.yml +393 -0
  94. data/spec/cassettes/Redbooth_User/_update/.yml +47 -0
  95. data/spec/cassettes/Redbooth_User/_update/id/.yml +47 -0
  96. data/spec/cassettes/Redbooth_User/_update/makes_a_new_PUT_request_using_the_correct_API_endpoint_to_receive_a_specific_task.yml +47 -0
  97. data/spec/cassettes/Redbooth_User/_update/name/.yml +47 -0
  98. data/spec/fixtures/hola.txt +1 -0
  99. data/spec/redbooth/base_spec.rb +12 -0
  100. data/spec/redbooth/client_spec.rb +69 -0
  101. data/spec/redbooth/me_spec.rb +56 -0
  102. data/spec/redbooth/organization_spec.rb +80 -0
  103. data/spec/redbooth/person_spec.rb +85 -0
  104. data/spec/redbooth/project_spec.rb +80 -0
  105. data/spec/redbooth/request/base_spec.rb +53 -0
  106. data/spec/redbooth/request/collection_spec.rb +104 -0
  107. data/spec/redbooth/request/connection_spec.rb +82 -0
  108. data/spec/redbooth/request/info_spec.rb +27 -0
  109. data/spec/redbooth/request/response_spec.rb +32 -0
  110. data/spec/redbooth/request/validator_spec.rb +45 -0
  111. data/spec/redbooth/task_spec.rb +90 -0
  112. data/spec/redbooth/user_spec.rb +32 -0
  113. data/spec/redbooth_spec.rb +69 -0
  114. data/spec/shared/authentication_context.rb +24 -0
  115. data/spec/spec_helper.rb +22 -0
  116. metadata +370 -0
@@ -0,0 +1,123 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://localhost:3000/api/3/organizations
6
+ body:
7
+ encoding: UTF-8
8
+ string: name=new+Organization
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Content-Type:
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 201
23
+ message: Created
24
+ headers:
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ X-Ua-Compatible:
28
+ - IE=Edge,chrome=1
29
+ Etag:
30
+ - '"c3dd292a0a8926f451f4862ccb560a71"'
31
+ Cache-Control:
32
+ - max-age=0, private, must-revalidate
33
+ X-Request-Id:
34
+ - 1143af2ffa09187b294b176128b7c1f0
35
+ X-Runtime:
36
+ - '5.550625'
37
+ Connection:
38
+ - close
39
+ Server:
40
+ - thin 1.6.1 codename Death Proof
41
+ body:
42
+ encoding: UTF-8
43
+ string: '{"type":"Organization","created_at":1415197273,"updated_at":1415197273,"id":12,"name":"new
44
+ Organization","permalink":"new-organization-fx0qk","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":12,"seats":50,"remaining_users":49,"available_users":50,"used_users":1,"remaining_projects":999998,"available_projects":999999,"used_projects":1,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true,"description":null}'
45
+ http_version:
46
+ recorded_at: Wed, 05 Nov 2014 14:21:19 GMT
47
+ - request:
48
+ method: delete
49
+ uri: http://localhost:3000/api/3/organizations/12
50
+ body:
51
+ encoding: US-ASCII
52
+ string: ''
53
+ headers:
54
+ User-Agent:
55
+ - Faraday v0.9.0
56
+ Authorization:
57
+ - Bearer _frank_access_token_
58
+ Accept-Encoding:
59
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
60
+ Accept:
61
+ - "*/*"
62
+ response:
63
+ status:
64
+ code: 202
65
+ message: Accepted
66
+ headers:
67
+ Content-Type:
68
+ - application/json; charset=utf-8
69
+ X-Ua-Compatible:
70
+ - IE=Edge,chrome=1
71
+ Cache-Control:
72
+ - no-cache
73
+ X-Request-Id:
74
+ - 007ca666afc29c79f4579b62880dfc33
75
+ X-Runtime:
76
+ - '23.974187'
77
+ Connection:
78
+ - close
79
+ Server:
80
+ - thin 1.6.1 codename Death Proof
81
+ body:
82
+ encoding: UTF-8
83
+ string: '{"status":"Enqueued","process_token":"/api/3/organizations/12action=destroy\u0026controller=api_v3%2Forganizations\u0026id=12","retry_after":null}'
84
+ http_version:
85
+ recorded_at: Wed, 05 Nov 2014 14:21:49 GMT
86
+ - request:
87
+ method: delete
88
+ uri: http://localhost:3000/api/3/organizations/12
89
+ body:
90
+ encoding: US-ASCII
91
+ string: ''
92
+ headers:
93
+ User-Agent:
94
+ - Faraday v0.9.0
95
+ Authorization:
96
+ - Bearer _frank_access_token_
97
+ Accept-Encoding:
98
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
99
+ Accept:
100
+ - "*/*"
101
+ response:
102
+ status:
103
+ code: 204
104
+ message: No Content
105
+ headers:
106
+ X-Ua-Compatible:
107
+ - IE=Edge,chrome=1
108
+ Cache-Control:
109
+ - no-cache
110
+ X-Request-Id:
111
+ - 56ed487b90f947e57654f9d6497761e6
112
+ X-Runtime:
113
+ - '17.693633'
114
+ Connection:
115
+ - close
116
+ Server:
117
+ - thin 1.6.1 codename Death Proof
118
+ body:
119
+ encoding: UTF-8
120
+ string: ''
121
+ http_version:
122
+ recorded_at: Wed, 05 Nov 2014 14:36:02 GMT
123
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,58 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://localhost:3000/api/3/organizations
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Last-Modified:
24
+ - Tue, 04 Nov 2014 14:53:16 GMT
25
+ X-Redbooth-Updated-At:
26
+ - '1415112796021'
27
+ X-Redbooth-From-Cache:
28
+ - 'true'
29
+ Paginationlinks:
30
+ - <http://localhost:3000/api/3/organizations?page=1>; rel="last">
31
+ Paginationtotalpages:
32
+ - '1'
33
+ Paginationperpage:
34
+ - '30'
35
+ Paginationcurrentpage:
36
+ - '1'
37
+ Content-Type:
38
+ - application/json; charset=utf-8
39
+ Cache-Control:
40
+ - max-age=0, private, must-revalidate
41
+ X-Ua-Compatible:
42
+ - IE=Edge,chrome=1
43
+ X-Request-Id:
44
+ - a8a351a9927c0c6f606173f3696b1038
45
+ X-Runtime:
46
+ - '0.100295'
47
+ Connection:
48
+ - close
49
+ Server:
50
+ - thin 1.6.1 codename Death Proof
51
+ body:
52
+ encoding: UTF-8
53
+ string: '[{"type":"Organization","created_at":1415110634,"updated_at":1415110634,"id":3,"name":"NewOrg","permalink":"neworg","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":3,"seats":50,"remaining_users":49,"available_users":50,"used_users":1,"remaining_projects":999998,"available_projects":999999,"used_projects":1,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true},{"type":"Organization","created_at":1415006988,"updated_at":1415112795,"id":2,"name":"new
54
+ test name","permalink":"xss-scriptalertorgscript","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":2,"seats":50,"remaining_users":47,"available_users":50,"used_users":3,"remaining_projects":999997,"available_projects":999999,"used_projects":2,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true},{"type":"Organization","created_at":1415006970,"updated_at":1415006970,"id":1,"name":"Design
55
+ projects","permalink":"design-projects","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":1,"seats":50,"remaining_users":46,"available_users":50,"used_users":4,"remaining_projects":999993,"available_projects":999999,"used_projects":6,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true}]'
56
+ http_version:
57
+ recorded_at: Tue, 04 Nov 2014 14:53:16 GMT
58
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,58 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://localhost:3000/api/3/organizations
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Last-Modified:
24
+ - Tue, 04 Nov 2014 14:53:16 GMT
25
+ Paginationlinks:
26
+ - <http://localhost:3000/api/3/organizations?page=1>; rel="last">
27
+ Paginationtotalpages:
28
+ - '1'
29
+ Paginationperpage:
30
+ - '30'
31
+ Paginationcurrentpage:
32
+ - '1'
33
+ X-Redbooth-Updated-At:
34
+ - '1415112796021'
35
+ X-Redbooth-From-Cache:
36
+ - 'false'
37
+ Content-Type:
38
+ - application/json; charset=utf-8
39
+ Cache-Control:
40
+ - max-age=0, private, must-revalidate
41
+ X-Ua-Compatible:
42
+ - IE=Edge,chrome=1
43
+ X-Request-Id:
44
+ - bd37305df2e63bf2c0f23f1b6ffe1a31
45
+ X-Runtime:
46
+ - '0.198402'
47
+ Connection:
48
+ - close
49
+ Server:
50
+ - thin 1.6.1 codename Death Proof
51
+ body:
52
+ encoding: UTF-8
53
+ string: '[{"type":"Organization","created_at":1415110634,"updated_at":1415110634,"id":3,"name":"NewOrg","permalink":"neworg","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":3,"seats":50,"remaining_users":49,"available_users":50,"used_users":1,"remaining_projects":999998,"available_projects":999999,"used_projects":1,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true},{"type":"Organization","created_at":1415006988,"updated_at":1415112795,"id":2,"name":"new
54
+ test name","permalink":"xss-scriptalertorgscript","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":2,"seats":50,"remaining_users":47,"available_users":50,"used_users":3,"remaining_projects":999997,"available_projects":999999,"used_projects":2,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true},{"type":"Organization","created_at":1415006970,"updated_at":1415006970,"id":1,"name":"Design
55
+ projects","permalink":"design-projects","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":1,"seats":50,"remaining_users":46,"available_users":50,"used_users":4,"remaining_projects":999993,"available_projects":999999,"used_projects":6,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true}]'
56
+ http_version:
57
+ recorded_at: Tue, 04 Nov 2014 14:53:16 GMT
58
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,64 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://localhost:3000/api/3/organizations/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Content-Type:
24
+ - application/json; charset=utf-8
25
+ X-Ua-Compatible:
26
+ - IE=Edge,chrome=1
27
+ Etag:
28
+ - '"3a0361b2bb34847265b8471c3983022a"'
29
+ Cache-Control:
30
+ - max-age=0, private, must-revalidate
31
+ X-Request-Id:
32
+ - b61f822342ecb931ab3b77c793f32a2a
33
+ X-Runtime:
34
+ - '0.730664'
35
+ Connection:
36
+ - close
37
+ Server:
38
+ - thin 1.6.1 codename Death Proof
39
+ body:
40
+ encoding: UTF-8
41
+ string: '{"type":"Organization","created_at":1415006970,"updated_at":1415006970,"id":1,"name":"Design
42
+ projects","permalink":"design-projects","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":1,"seats":50,"remaining_users":46,"available_users":50,"used_users":4,"remaining_projects":999993,"available_projects":999999,"used_projects":6,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true,"description":"<h1>Our
43
+ design firm</h1>\n <p>This is an example site. You can log
44
+ in as <b>frank</b>, <b>corrina</b>, <b>webdevtom</b>, <b>maya</b> or <b>marco</b>.
45
+ The password is always <b>papapa22</b>.</p>\n <p>Once you
46
+ configure this site this screen will be deleted.</p>\n <h2>Quicklinks
47
+ for testing:</h2>\n <form style=\"display:inline\" method=\"post\"
48
+ action=\"/session?login=frank&amp;password=papapa22\" class=\"button-to\">\n <input
49
+ type=\"submit\" value=\"Login as Frank\">\n </form>\n \n <form
50
+ style=\"display:inline\" method=\"post\" action=\"/session?login=corrina&amp;password=papapa22\"
51
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Corrina\">\n </form>\n \n <form
52
+ style=\"display:inline\" method=\"post\" action=\"/session?login=tomas&amp;password=papapa22\"
53
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Tomas\">\n </form>\n \n <form
54
+ style=\"display:inline\" method=\"post\" action=\"/session?login=maya&amp;password=papapa22\"
55
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Maya\">\n </form>\n \n <form
56
+ style=\"display:inline\" method=\"post\" action=\"/session?login=marco&amp;password=papapa22\"
57
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Marco\">\n </form>\n \n <form
58
+ style=\"display:inline\" method=\"post\" action=\"/session?login=redbooth&amp;password=papapa22\"
59
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n \n <form
60
+ style=\"display:inline\" method=\"post\" action=\"/session?login=xss&amp;password=papapa22\"
61
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n "}'
62
+ http_version:
63
+ recorded_at: Tue, 04 Nov 2014 14:53:15 GMT
64
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,64 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://localhost:3000/api/3/organizations/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Content-Type:
24
+ - application/json; charset=utf-8
25
+ X-Ua-Compatible:
26
+ - IE=Edge,chrome=1
27
+ Etag:
28
+ - '"3a0361b2bb34847265b8471c3983022a"'
29
+ Cache-Control:
30
+ - max-age=0, private, must-revalidate
31
+ X-Request-Id:
32
+ - 4c0249619c3095df018f9c76c4b8dc2e
33
+ X-Runtime:
34
+ - '0.137335'
35
+ Connection:
36
+ - close
37
+ Server:
38
+ - thin 1.6.1 codename Death Proof
39
+ body:
40
+ encoding: UTF-8
41
+ string: '{"type":"Organization","created_at":1415006970,"updated_at":1415006970,"id":1,"name":"Design
42
+ projects","permalink":"design-projects","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":1,"seats":50,"remaining_users":46,"available_users":50,"used_users":4,"remaining_projects":999993,"available_projects":999999,"used_projects":6,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true,"description":"<h1>Our
43
+ design firm</h1>\n <p>This is an example site. You can log
44
+ in as <b>frank</b>, <b>corrina</b>, <b>webdevtom</b>, <b>maya</b> or <b>marco</b>.
45
+ The password is always <b>papapa22</b>.</p>\n <p>Once you
46
+ configure this site this screen will be deleted.</p>\n <h2>Quicklinks
47
+ for testing:</h2>\n <form style=\"display:inline\" method=\"post\"
48
+ action=\"/session?login=frank&amp;password=papapa22\" class=\"button-to\">\n <input
49
+ type=\"submit\" value=\"Login as Frank\">\n </form>\n \n <form
50
+ style=\"display:inline\" method=\"post\" action=\"/session?login=corrina&amp;password=papapa22\"
51
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Corrina\">\n </form>\n \n <form
52
+ style=\"display:inline\" method=\"post\" action=\"/session?login=tomas&amp;password=papapa22\"
53
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Tomas\">\n </form>\n \n <form
54
+ style=\"display:inline\" method=\"post\" action=\"/session?login=maya&amp;password=papapa22\"
55
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Maya\">\n </form>\n \n <form
56
+ style=\"display:inline\" method=\"post\" action=\"/session?login=marco&amp;password=papapa22\"
57
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Marco\">\n </form>\n \n <form
58
+ style=\"display:inline\" method=\"post\" action=\"/session?login=redbooth&amp;password=papapa22\"
59
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n \n <form
60
+ style=\"display:inline\" method=\"post\" action=\"/session?login=xss&amp;password=papapa22\"
61
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n "}'
62
+ http_version:
63
+ recorded_at: Tue, 04 Nov 2014 14:53:15 GMT
64
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,64 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://localhost:3000/api/3/organizations/1
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Accept-Encoding:
15
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
+ Accept:
17
+ - "*/*"
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Content-Type:
24
+ - application/json; charset=utf-8
25
+ X-Ua-Compatible:
26
+ - IE=Edge,chrome=1
27
+ Etag:
28
+ - '"3a0361b2bb34847265b8471c3983022a"'
29
+ Cache-Control:
30
+ - max-age=0, private, must-revalidate
31
+ X-Request-Id:
32
+ - 4c9d449308aafd62827fe8b40be6c29f
33
+ X-Runtime:
34
+ - '0.195296'
35
+ Connection:
36
+ - close
37
+ Server:
38
+ - thin 1.6.1 codename Death Proof
39
+ body:
40
+ encoding: UTF-8
41
+ string: '{"type":"Organization","created_at":1415006970,"updated_at":1415006970,"id":1,"name":"Design
42
+ projects","permalink":"design-projects","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":1,"seats":50,"remaining_users":46,"available_users":50,"used_users":4,"remaining_projects":999993,"available_projects":999999,"used_projects":6,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true,"description":"<h1>Our
43
+ design firm</h1>\n <p>This is an example site. You can log
44
+ in as <b>frank</b>, <b>corrina</b>, <b>webdevtom</b>, <b>maya</b> or <b>marco</b>.
45
+ The password is always <b>papapa22</b>.</p>\n <p>Once you
46
+ configure this site this screen will be deleted.</p>\n <h2>Quicklinks
47
+ for testing:</h2>\n <form style=\"display:inline\" method=\"post\"
48
+ action=\"/session?login=frank&amp;password=papapa22\" class=\"button-to\">\n <input
49
+ type=\"submit\" value=\"Login as Frank\">\n </form>\n \n <form
50
+ style=\"display:inline\" method=\"post\" action=\"/session?login=corrina&amp;password=papapa22\"
51
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Corrina\">\n </form>\n \n <form
52
+ style=\"display:inline\" method=\"post\" action=\"/session?login=tomas&amp;password=papapa22\"
53
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Tomas\">\n </form>\n \n <form
54
+ style=\"display:inline\" method=\"post\" action=\"/session?login=maya&amp;password=papapa22\"
55
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Maya\">\n </form>\n \n <form
56
+ style=\"display:inline\" method=\"post\" action=\"/session?login=marco&amp;password=papapa22\"
57
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Marco\">\n </form>\n \n <form
58
+ style=\"display:inline\" method=\"post\" action=\"/session?login=redbooth&amp;password=papapa22\"
59
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n \n <form
60
+ style=\"display:inline\" method=\"post\" action=\"/session?login=xss&amp;password=papapa22\"
61
+ class=\"button-to\">\n <input type=\"submit\" value=\"Login as Mr.\">\n </form>\n "}'
62
+ http_version:
63
+ recorded_at: Tue, 04 Nov 2014 14:53:15 GMT
64
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,48 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: put
5
+ uri: http://localhost:3000/api/3/organizations/2
6
+ body:
7
+ encoding: UTF-8
8
+ string: name=new+test+name
9
+ headers:
10
+ User-Agent:
11
+ - Faraday v0.9.0
12
+ Authorization:
13
+ - Bearer _frank_access_token_
14
+ Content-Type:
15
+ - application/x-www-form-urlencoded
16
+ Accept-Encoding:
17
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
+ Accept:
19
+ - "*/*"
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Content-Type:
26
+ - application/json; charset=utf-8
27
+ X-Ua-Compatible:
28
+ - IE=Edge,chrome=1
29
+ Etag:
30
+ - '"ce313eb873e5b32572009f98680d3cc5"'
31
+ Cache-Control:
32
+ - max-age=0, private, must-revalidate
33
+ X-Request-Id:
34
+ - 92ad00df5e149d17b3279119e71013ae
35
+ X-Runtime:
36
+ - '0.148932'
37
+ Connection:
38
+ - close
39
+ Server:
40
+ - thin 1.6.1 codename Death Proof
41
+ body:
42
+ encoding: UTF-8
43
+ string: '{"type":"Organization","created_at":1415006988,"updated_at":1415112795,"id":2,"name":"new
44
+ test name","permalink":"xss-scriptalertorgscript","domain":null,"settings":{"allow_comment_deletion":true},"omit_email_processing":false,"product":"50-seats-trial","product_name":"trial","feature_level":"freeu","subscription_id":2,"seats":50,"remaining_users":47,"available_users":50,"used_users":3,"remaining_projects":999997,"available_projects":999999,"used_projects":2,"metadata":{},"square_logo_url":"/images/logos/square/missing.png","top_logo_url":"/images/logos/top/missing.png","has_logo":false,"is_pro":true,"description":"<h1>Our
45
+ design firm</h1><script>alert(''ORG-DESC'')</script>"}'
46
+ http_version:
47
+ recorded_at: Tue, 04 Nov 2014 14:53:15 GMT
48
+ recorded_with: VCR 2.9.3