github_api 0.11.3 → 0.12.0

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.
Files changed (1063) hide show
  1. data/README.md +33 -16
  2. data/Rakefile +3 -3
  3. data/features/activity/events.feature +7 -7
  4. data/features/activity/notifications.feature +1 -1
  5. data/features/activity/starring.feature +2 -2
  6. data/features/activity/watching.feature +26 -2
  7. data/features/arguments_parsing.feature +3 -3
  8. data/features/auto_pagination.feature +7 -7
  9. data/features/cassettes/activity/events/issue.json +1 -0
  10. data/features/cassettes/activity/events/network.json +1 -0
  11. data/features/cassettes/activity/events/org.json +1 -0
  12. data/features/cassettes/activity/events/performed.json +1 -0
  13. data/features/cassettes/activity/events/public.json +1 -0
  14. data/features/cassettes/activity/events/received.json +1 -0
  15. data/features/cassettes/activity/events/repo.json +1 -0
  16. data/features/cassettes/activity/notifications/list_user.json +1 -0
  17. data/features/cassettes/activity/starring/list.json +1 -0
  18. data/features/cassettes/activity/starring/star.json +1 -0
  19. data/features/cassettes/activity/starring/starred.json +1 -0
  20. data/features/cassettes/activity/starring/starring.json +1 -0
  21. data/features/cassettes/activity/starring/unstar.json +1 -0
  22. data/features/cassettes/activity/watching/create.json +1 -0
  23. data/features/cassettes/activity/watching/delete.json +1 -0
  24. data/features/cassettes/activity/watching/list.json +1 -0
  25. data/features/cassettes/activity/watching/subscribed.json +1 -0
  26. data/features/cassettes/activity/watching/unwatch.json +1 -0
  27. data/features/cassettes/activity/watching/watch.json +1 -0
  28. data/features/cassettes/activity/watching/watched.json +1 -0
  29. data/features/cassettes/activity/watching/watching.json +1 -0
  30. data/features/cassettes/arguments/orgs/get.json +1 -0
  31. data/features/cassettes/arguments/pulls/get.json +1 -0
  32. data/features/cassettes/arguments/repo_commits/get.json +1 -0
  33. data/features/cassettes/auto_pagination/repos/get.json +1 -0
  34. data/features/cassettes/auto_pagination/repos/global_list.json +1 -0
  35. data/features/cassettes/auto_pagination/repos/list.json +1 -0
  36. data/features/cassettes/emojis/list.json +1 -0
  37. data/features/cassettes/errors/repos/create.json +1 -0
  38. data/features/cassettes/gists/comments/all.json +1 -0
  39. data/features/cassettes/gists/comments/first.json +1 -0
  40. data/features/cassettes/gists/fork.json +1 -0
  41. data/features/cassettes/gists/gist.json +1 -0
  42. data/features/cassettes/gists/gists/commits.json +1 -0
  43. data/features/cassettes/gists/gists/forks.json +1 -0
  44. data/features/cassettes/gists/gists/public_all.json +1 -0
  45. data/features/cassettes/gists/gists/starred.json +1 -0
  46. data/features/cassettes/gists/gists/user_all.json +1 -0
  47. data/features/cassettes/gists/star.json +1 -0
  48. data/features/cassettes/gists/starred.json +1 -0
  49. data/features/cassettes/gists/unstar.json +1 -0
  50. data/features/cassettes/git_data/commits/get.json +1 -0
  51. data/features/cassettes/git_data/references/all.json +1 -0
  52. data/features/cassettes/git_data/references/all_tags.json +1 -0
  53. data/features/cassettes/git_data/references/one.json +1 -0
  54. data/features/cassettes/gitignore/get.json +1 -0
  55. data/features/cassettes/gitignore/get_raw.json +1 -0
  56. data/features/cassettes/gitignore/list.json +1 -0
  57. data/features/cassettes/issues/assignees/ckeck.json +1 -0
  58. data/features/cassettes/issues/assignees/ckeck_not.json +1 -0
  59. data/features/cassettes/issues/assignees/list.json +1 -0
  60. data/features/cassettes/issues/comments/create.json +1 -0
  61. data/features/cassettes/issues/comments/delete.json +1 -0
  62. data/features/cassettes/issues/comments/edit.json +1 -0
  63. data/features/cassettes/issues/comments/get.json +1 -0
  64. data/features/cassettes/issues/comments/list_issue.json +1 -0
  65. data/features/cassettes/issues/comments/list_repo.json +1 -0
  66. data/features/cassettes/issues/create.json +1 -0
  67. data/features/cassettes/issues/edit.json +1 -0
  68. data/features/cassettes/issues/events/get.json +1 -0
  69. data/features/cassettes/issues/events/list_issue.json +1 -0
  70. data/features/cassettes/issues/events/list_repo.json +1 -0
  71. data/features/cassettes/issues/get.json +1 -0
  72. data/features/cassettes/issues/labels/add.json +1 -0
  73. data/features/cassettes/issues/labels/create.json +1 -0
  74. data/features/cassettes/issues/labels/delete.json +1 -0
  75. data/features/cassettes/issues/labels/get.json +1 -0
  76. data/features/cassettes/issues/labels/list_issue.json +1 -0
  77. data/features/cassettes/issues/labels/list_milestone.json +1 -0
  78. data/features/cassettes/issues/labels/list_repo.json +1 -0
  79. data/features/cassettes/issues/labels/remove_all.json +1 -0
  80. data/features/cassettes/issues/labels/remove_one.json +1 -0
  81. data/features/cassettes/issues/labels/replace.json +1 -0
  82. data/features/cassettes/issues/labels/update.json +1 -0
  83. data/features/cassettes/issues/list/repo.json +1 -0
  84. data/features/cassettes/issues/list/user.json +1 -0
  85. data/features/cassettes/issues/milestones/create.json +1 -0
  86. data/features/cassettes/issues/milestones/delete.json +1 -0
  87. data/features/cassettes/issues/milestones/get.json +1 -0
  88. data/features/cassettes/issues/milestones/list.json +1 -0
  89. data/features/cassettes/issues/milestones/update.json +1 -0
  90. data/features/cassettes/markdown/render.json +1 -0
  91. data/features/cassettes/markdown/render_raw.json +1 -0
  92. data/features/cassettes/media/get_default.json +1 -0
  93. data/features/cassettes/media/get_full_json.json +1 -0
  94. data/features/cassettes/media/get_html_json.json +1 -0
  95. data/features/cassettes/media/get_raw_json.json +1 -0
  96. data/features/cassettes/media/get_text_json.json +1 -0
  97. data/features/cassettes/meta/get.json +1 -0
  98. data/features/cassettes/orgs/get.json +1 -0
  99. data/features/cassettes/orgs/list/oauth_user.json +1 -0
  100. data/features/cassettes/orgs/list/user.json +1 -0
  101. data/features/cassettes/orgs/members/list.json +1 -0
  102. data/features/cassettes/orgs/members/list_public.json +1 -0
  103. data/features/cassettes/orgs/members/member_false.json +1 -0
  104. data/features/cassettes/orgs/members/member_public_false.json +1 -0
  105. data/features/cassettes/orgs/members/member_public_true.json +1 -0
  106. data/features/cassettes/pagination/issues/list/first.json +1 -0
  107. data/features/cassettes/pagination/issues/list/last.json +1 -0
  108. data/features/cassettes/pagination/issues/list/lastest.json +1 -0
  109. data/features/cassettes/pagination/issues/list/next.json +1 -0
  110. data/features/cassettes/pagination/issues/list/prev.json +1 -0
  111. data/features/cassettes/pagination/repos/commits/list.json +1 -0
  112. data/features/cassettes/pagination/repos/commits/next.json +1 -0
  113. data/features/cassettes/pagination/repos/commits/sha.json +1 -0
  114. data/features/cassettes/pagination/repos/commits/sha/next.json +1 -0
  115. data/features/cassettes/pagination/repos/diff.json +1 -0
  116. data/features/cassettes/pagination/repos/diff/next.json +1 -0
  117. data/features/cassettes/pagination/repos/list.json +1 -0
  118. data/features/cassettes/pagination/repos/list/next.json +1 -0
  119. data/features/cassettes/pagination/repos/per_page/each_page.json +1 -0
  120. data/features/cassettes/pagination/repos/per_page/first.json +1 -0
  121. data/features/cassettes/pull_requests/comments/list_pull.json +1 -0
  122. data/features/cassettes/pull_requests/comments/list_repo.json +1 -0
  123. data/features/cassettes/pull_requests/create.json +1 -0
  124. data/features/cassettes/pull_requests/get.json +1 -0
  125. data/features/cassettes/pull_requests/list.json +1 -0
  126. data/features/cassettes/pull_requests/merge.json +1 -0
  127. data/features/cassettes/pull_requests/merged.json +1 -0
  128. data/features/cassettes/ratelimit/get.json +1 -0
  129. data/features/cassettes/ratelimit/get_remaining.json +1 -0
  130. data/features/cassettes/ratelimit/get_reset.json +1 -0
  131. data/features/cassettes/repos/assets/delete.json +1 -0
  132. data/features/cassettes/repos/assets/edit.json +1 -0
  133. data/features/cassettes/repos/assets/get.json +1 -0
  134. data/features/cassettes/repos/assets/list.json +1 -0
  135. data/features/cassettes/repos/assets/upload.json +1 -0
  136. data/features/cassettes/repos/branch.json +1 -0
  137. data/features/cassettes/repos/branch_mutation_one.json +1 -0
  138. data/features/cassettes/repos/branch_mutation_two.json +1 -0
  139. data/features/cassettes/repos/branches.json +1 -0
  140. data/features/cassettes/repos/comments/list.json +1 -0
  141. data/features/cassettes/repos/commits/compare.json +1 -0
  142. data/features/cassettes/repos/commits/get.json +1 -0
  143. data/features/cassettes/repos/commits/list.json +1 -0
  144. data/features/cassettes/repos/contents/archive.json +1 -0
  145. data/features/cassettes/repos/contents/create.json +1 -0
  146. data/features/cassettes/repos/contents/delete.json +1 -0
  147. data/features/cassettes/repos/contents/get.json +1 -0
  148. data/features/cassettes/repos/contents/readme.json +1 -0
  149. data/features/cassettes/repos/contents/update.json +1 -0
  150. data/features/cassettes/repos/create.json +1 -0
  151. data/features/cassettes/repos/deployments/create.json +1 -0
  152. data/features/cassettes/repos/deployments/create_status.json +1 -0
  153. data/features/cassettes/repos/deployments/list.json +1 -0
  154. data/features/cassettes/repos/deployments/list_statuses.json +1 -0
  155. data/features/cassettes/repos/forks/list.json +1 -0
  156. data/features/cassettes/repos/forks/list_sort.json +1 -0
  157. data/features/cassettes/repos/get.json +1 -0
  158. data/features/cassettes/repos/languages.json +1 -0
  159. data/features/cassettes/repos/list.json +1 -0
  160. data/features/cassettes/repos/list_org.json +1 -0
  161. data/features/cassettes/repos/list_org_instance.json +1 -0
  162. data/features/cassettes/repos/list_repos.json +1 -0
  163. data/features/cassettes/repos/pages/get.json +1 -0
  164. data/features/cassettes/repos/pages/list_builds.json +1 -0
  165. data/features/cassettes/repos/releases/create.json +1 -0
  166. data/features/cassettes/repos/releases/delete.json +1 -0
  167. data/features/cassettes/repos/releases/edit.json +1 -0
  168. data/features/cassettes/repos/releases/get.json +1 -0
  169. data/features/cassettes/repos/releases/list.json +1 -0
  170. data/features/cassettes/repos/stats/commits.json +1 -0
  171. data/features/cassettes/repos/stats/contribs.json +1 -0
  172. data/features/cassettes/repos/stats/frequency.json +1 -0
  173. data/features/cassettes/repos/stats/participation.json +1 -0
  174. data/features/cassettes/repos/stats/punch.json +1 -0
  175. data/features/cassettes/repos/statuses/list.json +1 -0
  176. data/features/cassettes/repos/statuses/list_combined.json +1 -0
  177. data/features/cassettes/repos/tags.json +1 -0
  178. data/features/cassettes/say/custom.json +1 -0
  179. data/features/cassettes/say/random.json +1 -0
  180. data/features/cassettes/search/code.json +1 -0
  181. data/features/cassettes/search/code_query.json +1 -0
  182. data/features/cassettes/search/code_unicode.json +1 -0
  183. data/features/cassettes/search/issues.json +1 -0
  184. data/features/cassettes/search/legacy/email.json +1 -0
  185. data/features/cassettes/search/legacy/issues.json +1 -0
  186. data/features/cassettes/search/legacy/repos.json +1 -0
  187. data/features/cassettes/search/legacy/users.json +1 -0
  188. data/features/cassettes/search/legacy/users_keyword.json +1 -0
  189. data/features/cassettes/search/repos.json +1 -0
  190. data/features/cassettes/search/users.json +1 -0
  191. data/features/cassettes/search/users_keyword.json +1 -0
  192. data/features/cassettes/users/all.json +1 -0
  193. data/features/cassettes/users/emails/add.json +1 -0
  194. data/features/cassettes/users/emails/all.json +1 -0
  195. data/features/cassettes/users/emails/delete.json +1 -0
  196. data/features/cassettes/users/followers/follow.json +1 -0
  197. data/features/cassettes/users/followers/following.json +1 -0
  198. data/features/cassettes/users/followers/following_.json +1 -0
  199. data/features/cassettes/users/followers/following_another.json +1 -0
  200. data/features/cassettes/users/followers/list.json +1 -0
  201. data/features/cassettes/users/followers/unfollow.json +1 -0
  202. data/features/cassettes/users/get/oauth.json +1 -0
  203. data/features/cassettes/users/get/user.json +1 -0
  204. data/features/cassettes/users/keys/create.json +1 -0
  205. data/features/cassettes/users/keys/delete.json +1 -0
  206. data/features/cassettes/users/keys/user.json +1 -0
  207. data/features/cassettes/users/keys/user_all.json +1 -0
  208. data/features/cassettes/users/keys/user_all.yml +1 -1
  209. data/features/emojis.feature +1 -1
  210. data/features/error_codes.feature +1 -1
  211. data/features/gists.feature +24 -6
  212. data/features/gists/comments.feature +11 -11
  213. data/features/git_data/commmits.feature +1 -1
  214. data/features/git_data/references.feature +7 -7
  215. data/features/github_api.feature +13 -13
  216. data/features/gitignore.feature +2 -2
  217. data/features/issues.feature +1 -1
  218. data/features/issues/assignees.feature +1 -1
  219. data/features/issues/comments.feature +12 -12
  220. data/features/issues/events.feature +4 -4
  221. data/features/issues/labels.feature +9 -9
  222. data/features/issues/milestones.feature +7 -7
  223. data/features/markdown.feature +10 -10
  224. data/features/media_type.feature +1 -1
  225. data/features/meta.feature +1 -1
  226. data/features/orgs.feature +1 -1
  227. data/features/orgs/members.feature +8 -8
  228. data/features/pagination.feature +34 -34
  229. data/features/pull_requests.feature +36 -1
  230. data/features/pull_requests/comments.feature +4 -4
  231. data/features/rate_limit.feature +7 -1
  232. data/features/repos.feature +20 -6
  233. data/features/repos/assets.feature +2 -2
  234. data/features/repos/comments.feature +14 -0
  235. data/features/repos/commits.feature +35 -0
  236. data/features/repos/contents.feature +11 -11
  237. data/features/repos/deployments.feature +50 -0
  238. data/features/repos/forks.feature +2 -2
  239. data/features/repos/pages.feature +1 -1
  240. data/features/repos/releases.feature +3 -3
  241. data/features/repos/statistics.feature +14 -14
  242. data/features/repos/statuses.feature +14 -1
  243. data/features/say.feature +43 -43
  244. data/features/search.feature +3 -3
  245. data/features/search/legacy.feature +1 -1
  246. data/features/step_definitions/common_steps.rb +12 -1
  247. data/features/support/vcr.rb +6 -1
  248. data/features/users.feature +1 -1
  249. data/features/users/emails.feature +4 -4
  250. data/features/users/followers.feature +63 -0
  251. data/features/users/keys.feature +22 -1
  252. data/lib/github_api.rb +30 -25
  253. data/lib/github_api/api.rb +227 -24
  254. data/lib/github_api/api/actions.rb +5 -7
  255. data/lib/github_api/api/arguments.rb +248 -0
  256. data/lib/github_api/api/config.rb +107 -0
  257. data/lib/github_api/api/config/property.rb +30 -0
  258. data/lib/github_api/api/config/property_set.rb +118 -0
  259. data/lib/github_api/api/factory.rb +33 -0
  260. data/lib/github_api/client.rb +40 -56
  261. data/lib/github_api/client/activity.rb +25 -0
  262. data/lib/github_api/client/activity/events.rb +216 -0
  263. data/lib/github_api/client/activity/notifications.rb +184 -0
  264. data/lib/github_api/client/activity/starring.rb +128 -0
  265. data/lib/github_api/client/activity/watching.rb +174 -0
  266. data/lib/github_api/client/authorizations.rb +143 -0
  267. data/lib/github_api/client/authorizations/app.rb +98 -0
  268. data/lib/github_api/client/emojis.rb +17 -0
  269. data/lib/github_api/client/gists.rb +259 -0
  270. data/lib/github_api/client/gists/comments.rb +100 -0
  271. data/lib/github_api/client/git_data.rb +29 -0
  272. data/lib/github_api/client/git_data/blobs.rb +50 -0
  273. data/lib/github_api/client/git_data/commits.rb +99 -0
  274. data/lib/github_api/client/git_data/references.rb +146 -0
  275. data/lib/github_api/client/git_data/tags.rb +94 -0
  276. data/lib/github_api/client/git_data/trees.rb +111 -0
  277. data/lib/github_api/client/gitignore.rb +55 -0
  278. data/lib/github_api/client/issues.rb +246 -0
  279. data/lib/github_api/client/issues/assignees.rb +42 -0
  280. data/lib/github_api/client/issues/comments.rb +144 -0
  281. data/lib/github_api/client/issues/events.rb +48 -0
  282. data/lib/github_api/client/issues/labels.rb +187 -0
  283. data/lib/github_api/client/issues/milestones.rb +144 -0
  284. data/lib/github_api/client/markdown.rb +60 -0
  285. data/lib/github_api/client/meta.rb +17 -0
  286. data/lib/github_api/client/orgs.rb +98 -0
  287. data/lib/github_api/client/orgs/members.rb +125 -0
  288. data/lib/github_api/client/orgs/teams.rb +291 -0
  289. data/lib/github_api/client/pull_requests.rb +205 -0
  290. data/lib/github_api/client/pull_requests/comments.rb +165 -0
  291. data/lib/github_api/client/repos.rb +451 -0
  292. data/lib/github_api/client/repos/collaborators.rb +83 -0
  293. data/lib/github_api/client/repos/comments.rb +124 -0
  294. data/lib/github_api/client/repos/commits.rb +78 -0
  295. data/lib/github_api/client/repos/contents.rb +240 -0
  296. data/lib/github_api/client/repos/deployments.rb +135 -0
  297. data/lib/github_api/client/repos/downloads.rb +60 -0
  298. data/lib/github_api/client/repos/forks.rb +46 -0
  299. data/lib/github_api/client/repos/hooks.rb +212 -0
  300. data/lib/github_api/client/repos/keys.rb +81 -0
  301. data/lib/github_api/client/repos/merging.rb +45 -0
  302. data/lib/github_api/client/repos/pages.rb +46 -0
  303. data/lib/github_api/client/repos/pub_sub_hubbub.rb +133 -0
  304. data/lib/github_api/client/repos/releases.rb +153 -0
  305. data/lib/github_api/client/repos/releases/assets.rb +134 -0
  306. data/lib/github_api/client/repos/statistics.rb +87 -0
  307. data/lib/github_api/client/repos/statuses.rb +89 -0
  308. data/lib/github_api/client/say.rb +23 -0
  309. data/lib/github_api/client/scopes.rb +18 -0
  310. data/lib/github_api/client/search.rb +130 -0
  311. data/lib/github_api/client/search/legacy.rb +109 -0
  312. data/lib/github_api/client/users.rb +115 -0
  313. data/lib/github_api/client/users/emails.rb +62 -0
  314. data/lib/github_api/client/users/followers.rb +113 -0
  315. data/lib/github_api/client/users/keys.rb +102 -0
  316. data/lib/github_api/configuration.rb +25 -95
  317. data/lib/github_api/connection.rb +13 -15
  318. data/lib/github_api/normalizer.rb +1 -3
  319. data/lib/github_api/rate_limit.rb +6 -0
  320. data/lib/github_api/request.rb +49 -37
  321. data/lib/github_api/request/basic_auth.rb +1 -1
  322. data/lib/github_api/request/jsonize.rb +7 -5
  323. data/lib/github_api/request/oauth2.rb +1 -1
  324. data/lib/github_api/request/verbs.rb +60 -0
  325. data/lib/github_api/version.rb +2 -2
  326. data/spec/fixtures/auths/check.json +36 -0
  327. data/spec/fixtures/repos/deployment.json +31 -0
  328. data/spec/fixtures/repos/deployment_status.json +33 -0
  329. data/spec/fixtures/repos/deployment_statuses.json +68 -0
  330. data/spec/fixtures/repos/deployments.json +33 -0
  331. data/spec/github/api/arguments/dsl_spec.rb +10 -0
  332. data/spec/github/api/arguments/parse_spec.rb +88 -0
  333. data/spec/github/api/callbacks_spec.rb +59 -0
  334. data/spec/github/api/namespace_spec.rb +41 -0
  335. data/spec/github/api/property_spec.rb +100 -0
  336. data/spec/github/api/set_spec.rb +2 -3
  337. data/spec/github/api_factory_spec.rb +4 -4
  338. data/spec/github/api_spec.rb +2 -3
  339. data/spec/github/client/activity/events/issue_spec.rb +51 -0
  340. data/spec/github/client/activity/events/network_spec.rb +49 -0
  341. data/spec/github/client/activity/events/org_spec.rb +50 -0
  342. data/spec/github/client/activity/events/performed_spec.rb +73 -0
  343. data/spec/github/client/activity/events/public_spec.rb +44 -0
  344. data/spec/github/client/activity/events/received_spec.rb +72 -0
  345. data/spec/github/client/activity/events/repository_spec.rb +53 -0
  346. data/spec/github/client/activity/events/user_org_spec.rb +53 -0
  347. data/spec/github/client/activity/notifications/create_spec.rb +44 -0
  348. data/spec/github/client/activity/notifications/delete_spec.rb +41 -0
  349. data/spec/github/client/activity/notifications/get_spec.rb +58 -0
  350. data/spec/github/client/activity/notifications/list_spec.rb +75 -0
  351. data/spec/github/client/activity/notifications/mark_spec.rb +74 -0
  352. data/spec/github/client/activity/notifications/subscribed_spec.rb +48 -0
  353. data/spec/github/client/activity/starring/list_spec.rb +53 -0
  354. data/spec/github/client/activity/starring/star_spec.rb +36 -0
  355. data/spec/github/client/activity/starring/starred_spec.rb +53 -0
  356. data/spec/github/client/activity/starring/starring_spec.rb +38 -0
  357. data/spec/github/client/activity/starring/unstar_spec.rb +37 -0
  358. data/spec/github/client/activity/watching/list_spec.rb +47 -0
  359. data/spec/github/client/activity/watching/unwatch_spec.rb +37 -0
  360. data/spec/github/client/activity/watching/watch_spec.rb +37 -0
  361. data/spec/github/client/activity/watching/watched_spec.rb +53 -0
  362. data/spec/github/client/activity/watching/watching_spec.rb +39 -0
  363. data/spec/github/client/authorizations/app/check_spec.rb +68 -0
  364. data/spec/github/client/authorizations/app/create_spec.rb +44 -0
  365. data/spec/github/client/authorizations/app/delete_spec.rb +59 -0
  366. data/spec/github/client/authorizations/create_spec.rb +49 -0
  367. data/spec/github/client/authorizations/delete_spec.rb +38 -0
  368. data/spec/github/client/authorizations/get_spec.rb +48 -0
  369. data/spec/github/client/authorizations/list_spec.rb +54 -0
  370. data/spec/github/client/authorizations/update_spec.rb +49 -0
  371. data/spec/github/client/gists/comments/create_spec.rb +51 -0
  372. data/spec/github/client/gists/comments/delete_spec.rb +32 -0
  373. data/spec/github/client/gists/comments/edit_spec.rb +52 -0
  374. data/spec/github/client/gists/comments/get_spec.rb +48 -0
  375. data/spec/github/client/gists/comments/list_spec.rb +51 -0
  376. data/spec/github/client/gists/comments_spec.rb +11 -0
  377. data/spec/github/client/gists/create_spec.rb +64 -0
  378. data/spec/github/client/gists/delete_spec.rb +31 -0
  379. data/spec/github/client/gists/edit_spec.rb +60 -0
  380. data/spec/github/client/gists/fork_spec.rb +41 -0
  381. data/spec/github/client/gists/get_spec.rb +47 -0
  382. data/spec/github/client/gists/is_starred_spec.rb +44 -0
  383. data/spec/github/client/gists/list_spec.rb +78 -0
  384. data/spec/github/client/gists/star_spec.rb +30 -0
  385. data/spec/github/client/gists/starred_spec.rb +44 -0
  386. data/spec/github/client/gists/unstar_spec.rb +30 -0
  387. data/spec/github/client/git_data/blobs/create_spec.rb +64 -0
  388. data/spec/github/client/git_data/blobs/get_spec.rb +49 -0
  389. data/spec/github/client/git_data/blobs_spec.rb +9 -0
  390. data/spec/github/client/git_data/commits/create_spec.rb +77 -0
  391. data/spec/github/client/git_data/commits/get_spec.rb +50 -0
  392. data/spec/github/client/git_data/commits_spec.rb +9 -0
  393. data/spec/github/client/git_data/references/create_spec.rb +67 -0
  394. data/spec/github/client/git_data/references/delete_spec.rb +39 -0
  395. data/spec/github/client/git_data/references/get_spec.rb +56 -0
  396. data/spec/github/client/git_data/references/list_spec.rb +111 -0
  397. data/spec/github/client/git_data/references/update_spec.rb +62 -0
  398. data/spec/github/client/git_data/references_spec.rb +11 -0
  399. data/spec/github/client/git_data/tags/create_spec.rb +63 -0
  400. data/spec/github/client/git_data/tags/get_spec.rb +48 -0
  401. data/spec/github/client/git_data/tags_spec.rb +9 -0
  402. data/spec/github/client/git_data/trees/create_spec.rb +68 -0
  403. data/spec/github/client/git_data/trees/get_spec.rb +69 -0
  404. data/spec/github/client/git_data/trees_spec.rb +9 -0
  405. data/spec/github/client/gitignore/get_spec.rb +53 -0
  406. data/spec/github/client/gitignore/list_spec.rb +41 -0
  407. data/spec/github/client/issues/assignees/check_spec.rb +46 -0
  408. data/spec/github/client/issues/assignees/list_spec.rb +47 -0
  409. data/spec/github/client/issues/assignees_spec.rb +5 -0
  410. data/spec/github/client/issues/comments/create_spec.rb +49 -0
  411. data/spec/github/client/issues/comments/delete_spec.rb +35 -0
  412. data/spec/github/client/issues/comments/edit_spec.rb +49 -0
  413. data/spec/github/client/issues/comments/get_spec.rb +48 -0
  414. data/spec/github/client/issues/comments/list_spec.rb +78 -0
  415. data/spec/github/client/issues/comments_spec.rb +9 -0
  416. data/spec/github/client/issues/create_spec.rb +60 -0
  417. data/spec/github/client/issues/edit_spec.rb +61 -0
  418. data/spec/github/client/issues/events/get_spec.rb +50 -0
  419. data/spec/github/client/issues/events/list_spec.rb +85 -0
  420. data/spec/github/client/issues/events_spec.rb +7 -0
  421. data/spec/github/client/issues/get_spec.rb +48 -0
  422. data/spec/github/client/issues/labels/add_spec.rb +50 -0
  423. data/spec/github/client/issues/labels/create_spec.rb +59 -0
  424. data/spec/github/client/issues/labels/delete_spec.rb +38 -0
  425. data/spec/github/client/issues/labels/get_spec.rb +47 -0
  426. data/spec/github/client/issues/labels/list_spec.rb +102 -0
  427. data/spec/github/client/issues/labels/remove_spec.rb +57 -0
  428. data/spec/github/client/issues/labels/replace_spec.rb +48 -0
  429. data/spec/github/client/issues/labels/update_spec.rb +60 -0
  430. data/spec/github/client/issues/labels_spec.rb +9 -0
  431. data/spec/github/client/issues/list_spec.rb +100 -0
  432. data/spec/github/client/issues/milestones/create_spec.rb +56 -0
  433. data/spec/github/client/issues/milestones/delete_spec.rb +41 -0
  434. data/spec/github/client/issues/milestones/get_spec.rb +51 -0
  435. data/spec/github/client/issues/milestones/list_spec.rb +52 -0
  436. data/spec/github/client/issues/milestones/update_spec.rb +56 -0
  437. data/spec/github/client/issues/milestones_spec.rb +11 -0
  438. data/spec/github/client/orgs/edit_spec.rb +53 -0
  439. data/spec/github/client/orgs/get_spec.rb +43 -0
  440. data/spec/github/client/orgs/list_spec.rb +62 -0
  441. data/spec/github/client/orgs/members/conceal_spec.rb +36 -0
  442. data/spec/github/client/orgs/members/delete_spec.rb +34 -0
  443. data/spec/github/client/orgs/members/list_spec.rb +82 -0
  444. data/spec/github/client/orgs/members/member_spec.rb +66 -0
  445. data/spec/github/client/orgs/members/publicize_spec.rb +36 -0
  446. data/spec/github/client/orgs/members_spec.rb +5 -0
  447. data/spec/github/client/orgs/teams/add_member_spec.rb +40 -0
  448. data/spec/github/client/orgs/teams/add_repo_spec.rb +39 -0
  449. data/spec/github/client/orgs/teams/create_spec.rb +58 -0
  450. data/spec/github/client/orgs/teams/delete_spec.rb +35 -0
  451. data/spec/github/client/orgs/teams/edit_spec.rb +57 -0
  452. data/spec/github/client/orgs/teams/get_spec.rb +44 -0
  453. data/spec/github/client/orgs/teams/list_members_spec.rb +49 -0
  454. data/spec/github/client/orgs/teams/list_repos_spec.rb +49 -0
  455. data/spec/github/client/orgs/teams/list_spec.rb +72 -0
  456. data/spec/github/client/orgs/teams/remove_member_spec.rb +39 -0
  457. data/spec/github/client/orgs/teams/remove_repo_spec.rb +39 -0
  458. data/spec/github/client/orgs/teams/team_member_spec.rb +41 -0
  459. data/spec/github/client/orgs/teams/team_repo_spec.rb +42 -0
  460. data/spec/github/client/orgs/teams_spec.rb +7 -0
  461. data/spec/github/client/pull_requests/comments/create_spec.rb +58 -0
  462. data/spec/github/client/pull_requests/comments/delete_spec.rb +35 -0
  463. data/spec/github/client/pull_requests/comments/edit_spec.rb +50 -0
  464. data/spec/github/client/pull_requests/comments/get_spec.rb +51 -0
  465. data/spec/github/client/pull_requests/comments/list_spec.rb +76 -0
  466. data/spec/github/client/pull_requests/comments_spec.rb +11 -0
  467. data/spec/github/client/pull_requests/commits_spec.rb +50 -0
  468. data/spec/github/client/pull_requests/create_spec.rb +55 -0
  469. data/spec/github/client/pull_requests/files_spec.rb +50 -0
  470. data/spec/github/client/pull_requests/get_spec.rb +48 -0
  471. data/spec/github/client/pull_requests/list_spec.rb +53 -0
  472. data/spec/github/client/pull_requests/merge_spec.rb +44 -0
  473. data/spec/github/client/pull_requests/merged_spec.rb +38 -0
  474. data/spec/github/client/pull_requests/update_spec.rb +55 -0
  475. data/spec/github/client/repos/assets/delete_spec.rb +39 -0
  476. data/spec/github/client/repos/assets/edit_spec.rb +40 -0
  477. data/spec/github/client/repos/assets/get_spec.rb +44 -0
  478. data/spec/github/client/repos/assets/list_spec.rb +54 -0
  479. data/spec/github/client/repos/assets/upload_spec.rb +43 -0
  480. data/spec/github/client/repos/branch_spec.rb +41 -0
  481. data/spec/github/client/repos/branches_spec.rb +53 -0
  482. data/spec/github/client/repos/collaborators/add_spec.rb +38 -0
  483. data/spec/github/client/repos/collaborators/get_spec.rb +49 -0
  484. data/spec/github/client/repos/collaborators/list_spec.rb +54 -0
  485. data/spec/github/client/repos/collaborators/remove_spec.rb +38 -0
  486. data/spec/github/client/repos/collaborators_spec.rb +7 -0
  487. data/spec/github/client/repos/comments/create_spec.rb +59 -0
  488. data/spec/github/client/repos/comments/delete_spec.rb +42 -0
  489. data/spec/github/client/repos/comments/get_spec.rb +51 -0
  490. data/spec/github/client/repos/comments/list_spec.rb +94 -0
  491. data/spec/github/client/repos/comments/update_spec.rb +47 -0
  492. data/spec/github/client/repos/commits/compare_spec.rb +36 -0
  493. data/spec/github/client/repos/commits/get_spec.rb +49 -0
  494. data/spec/github/client/repos/commits/list_spec.rb +51 -0
  495. data/spec/github/client/repos/contents/archive_spec.rb +38 -0
  496. data/spec/github/client/repos/contents/create_spec.rb +41 -0
  497. data/spec/github/client/repos/contents/delete_spec.rb +55 -0
  498. data/spec/github/client/repos/contents/get_spec.rb +35 -0
  499. data/spec/github/client/repos/contents/readme_spec.rb +30 -0
  500. data/spec/github/client/repos/contributors_spec.rb +58 -0
  501. data/spec/github/client/repos/create_spec.rb +77 -0
  502. data/spec/github/client/repos/delete_spec.rb +37 -0
  503. data/spec/github/client/repos/deployments/create_spec.rb +54 -0
  504. data/spec/github/client/repos/deployments/create_status_spec.rb +54 -0
  505. data/spec/github/client/repos/deployments/list_spec.rb +51 -0
  506. data/spec/github/client/repos/deployments/statuses_spec.rb +49 -0
  507. data/spec/github/client/repos/downloads/delete_spec.rb +44 -0
  508. data/spec/github/client/repos/downloads/get_spec.rb +52 -0
  509. data/spec/github/client/repos/downloads/list_spec.rb +54 -0
  510. data/spec/github/client/repos/downloads_spec.rb +13 -0
  511. data/spec/github/client/repos/edit_spec.rb +59 -0
  512. data/spec/github/client/repos/forks/create_spec.rb +44 -0
  513. data/spec/github/client/repos/forks/list_spec.rb +53 -0
  514. data/spec/github/client/repos/get_spec.rb +50 -0
  515. data/spec/github/client/repos/hooks/create_spec.rb +67 -0
  516. data/spec/github/client/repos/hooks/delete_spec.rb +39 -0
  517. data/spec/github/client/repos/hooks/edit_spec.rb +76 -0
  518. data/spec/github/client/repos/hooks/get_spec.rb +48 -0
  519. data/spec/github/client/repos/hooks/list_spec.rb +53 -0
  520. data/spec/github/client/repos/hooks/ping_spec.rb +39 -0
  521. data/spec/github/client/repos/hooks/test_spec.rb +39 -0
  522. data/spec/github/client/repos/hooks_spec.rb +13 -0
  523. data/spec/github/client/repos/keys/create_spec.rb +49 -0
  524. data/spec/github/client/repos/keys/delete_spec.rb +39 -0
  525. data/spec/github/client/repos/keys/get_spec.rb +44 -0
  526. data/spec/github/client/repos/keys/list_spec.rb +53 -0
  527. data/spec/github/client/repos/keys_spec.rb +9 -0
  528. data/spec/github/client/repos/languages_spec.rb +61 -0
  529. data/spec/github/client/repos/list_spec.rb +120 -0
  530. data/spec/github/client/repos/merging/merge_spec.rb +59 -0
  531. data/spec/github/client/repos/pub_sub_hubbub/subscribe_service_spec.rb +26 -0
  532. data/spec/github/client/repos/pub_sub_hubbub/subscribe_spec.rb +46 -0
  533. data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +20 -0
  534. data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_spec.rb +58 -0
  535. data/spec/github/client/repos/releases/create_spec.rb +43 -0
  536. data/spec/github/client/repos/releases/delete_spec.rb +39 -0
  537. data/spec/github/client/repos/releases/edit_spec.rb +39 -0
  538. data/spec/github/client/repos/releases/get_spec.rb +44 -0
  539. data/spec/github/client/repos/releases/list_spec.rb +53 -0
  540. data/spec/github/client/repos/statistics/code_frequency_spec.rb +25 -0
  541. data/spec/github/client/repos/statistics/commit_activity_spec.rb +29 -0
  542. data/spec/github/client/repos/statistics/contributors_spec.rb +29 -0
  543. data/spec/github/client/repos/statistics/participation_spec.rb +25 -0
  544. data/spec/github/client/repos/statistics/punch_card_spec.rb +25 -0
  545. data/spec/github/client/repos/statuses/create_spec.rb +56 -0
  546. data/spec/github/client/repos/statuses/list_spec.rb +53 -0
  547. data/spec/github/client/repos/statuses_spec.rb +11 -0
  548. data/spec/github/client/repos/tags_spec.rb +59 -0
  549. data/spec/github/client/repos/teams_spec.rb +59 -0
  550. data/spec/github/client/scopes/list_spec.rb +33 -0
  551. data/spec/github/client/search/code_spec.rb +38 -0
  552. data/spec/github/client/search/issues_spec.rb +38 -0
  553. data/spec/github/client/search/legacy/email_spec.rb +34 -0
  554. data/spec/github/client/search/legacy/issues_spec.rb +39 -0
  555. data/spec/github/client/search/legacy/repos_spec.rb +36 -0
  556. data/spec/github/client/search/legacy/users_spec.rb +36 -0
  557. data/spec/github/client/search/repos_spec.rb +38 -0
  558. data/spec/github/client/search/users_spec.rb +38 -0
  559. data/spec/github/client/users/emails/add_spec.rb +33 -0
  560. data/spec/github/client/users/emails/delete_spec.rb +33 -0
  561. data/spec/github/client/users/emails/list_spec.rb +52 -0
  562. data/spec/github/client/users/followers/follow_spec.rb +33 -0
  563. data/spec/github/client/users/followers/following_spec.rb +65 -0
  564. data/spec/github/client/users/followers/is_following_spec.rb +41 -0
  565. data/spec/github/client/users/followers/list_spec.rb +62 -0
  566. data/spec/github/client/users/followers/unfollow_spec.rb +33 -0
  567. data/spec/github/client/users/get_spec.rb +61 -0
  568. data/spec/github/client/users/keys/create_spec.rb +51 -0
  569. data/spec/github/client/users/keys/delete_spec.rb +37 -0
  570. data/spec/github/client/users/keys/get_spec.rb +50 -0
  571. data/spec/github/client/users/keys/list_spec.rb +77 -0
  572. data/spec/github/client/users/keys/update_spec.rb +56 -0
  573. data/spec/github/client/users/list_spec.rb +45 -0
  574. data/spec/github/client/users/update_spec.rb +56 -0
  575. data/spec/github/client_spec.rb +14 -38
  576. data/spec/github/configuration_spec.rb +22 -27
  577. data/spec/github/paged_request_spec.rb +1 -1
  578. data/spec/github/pagination/iterator/number_spec.rb +1 -1
  579. data/spec/github/pagination/iterator/sha_spec.rb +1 -1
  580. data/spec/github/request/jsonize_spec.rb +7 -8
  581. data/spec/github/request/request_spec.rb +3 -1
  582. data/spec/github/request_spec.rb +11 -5
  583. data/spec/github/validations/format_spec.rb +1 -1
  584. data/spec/github_spec.rb +1 -4
  585. data/spec/integration/activity_spec.rb +5 -5
  586. data/spec/integration/arguments_spec.rb +11 -17
  587. data/spec/integration/authorizations_spec.rb +1 -1
  588. data/spec/integration/gists_spec.rb +2 -2
  589. data/spec/integration/git_data_spec.rb +6 -6
  590. data/spec/integration/issues_spec.rb +6 -6
  591. data/spec/integration/options_spec.rb +7 -6
  592. data/spec/integration/orgs_spec.rb +6 -4
  593. data/spec/integration/pull_requests_spec.rb +2 -2
  594. data/spec/integration/repos_spec.rb +14 -14
  595. data/spec/integration/search_spec.rb +2 -2
  596. data/spec/integration/users_spec.rb +4 -4
  597. data/spec/spec_helper.rb +11 -12
  598. metadata +544 -602
  599. data/features/cassettes/activity/events/issue.yml +0 -192
  600. data/features/cassettes/activity/events/network.yml +0 -134
  601. data/features/cassettes/activity/events/org.yml +0 -325
  602. data/features/cassettes/activity/events/performed.yml +0 -362
  603. data/features/cassettes/activity/events/public.yml +0 -284
  604. data/features/cassettes/activity/events/received.yml +0 -422
  605. data/features/cassettes/activity/events/repo.yml +0 -134
  606. data/features/cassettes/activity/events/user_org.yml +0 -48
  607. data/features/cassettes/activity/notifications/list_user.yml +0 -54
  608. data/features/cassettes/activity/starring/list.yml +0 -98
  609. data/features/cassettes/activity/starring/star.yml +0 -48
  610. data/features/cassettes/activity/starring/starred.yml +0 -195
  611. data/features/cassettes/activity/starring/starring.yml +0 -56
  612. data/features/cassettes/activity/starring/unstar.yml +0 -46
  613. data/features/cassettes/activity/watching/list.yml +0 -76
  614. data/features/cassettes/activity/watching/unwatch.yml +0 -46
  615. data/features/cassettes/activity/watching/watch.yml +0 -48
  616. data/features/cassettes/activity/watching/watched.yml +0 -166
  617. data/features/cassettes/activity/watching/watching.yml +0 -56
  618. data/features/cassettes/arguments/orgs/get.yml +0 -69
  619. data/features/cassettes/arguments/pulls/get.yml +0 -112
  620. data/features/cassettes/arguments/repo_commits/get.yml +0 -89
  621. data/features/cassettes/auto_pagination/repos/get.yml +0 -86
  622. data/features/cassettes/auto_pagination/repos/global_list.yml +0 -1157
  623. data/features/cassettes/auto_pagination/repos/list.yml +0 -1235
  624. data/features/cassettes/emojis/list.yml +0 -258
  625. data/features/cassettes/errors/repos/create.yml +0 -88
  626. data/features/cassettes/gists/comments/all.yml +0 -161
  627. data/features/cassettes/gists/comments/first.yml +0 -86
  628. data/features/cassettes/gists/fork.yml +0 -78
  629. data/features/cassettes/gists/gist.yml +0 -105
  630. data/features/cassettes/gists/gists/public_all.yml +0 -253
  631. data/features/cassettes/gists/gists/starred.yml +0 -75
  632. data/features/cassettes/gists/gists/user_all.yml +0 -143
  633. data/features/cassettes/gists/star.yml +0 -71
  634. data/features/cassettes/gists/starred.yml +0 -75
  635. data/features/cassettes/gists/unstar.yml +0 -67
  636. data/features/cassettes/git_data/commits/get.yml +0 -69
  637. data/features/cassettes/git_data/references/all.yml +0 -410
  638. data/features/cassettes/git_data/references/all_tags.yml +0 -172
  639. data/features/cassettes/git_data/references/one.yml +0 -128
  640. data/features/cassettes/gitignore/get.yml +0 -60
  641. data/features/cassettes/gitignore/get_raw.yml +0 -224
  642. data/features/cassettes/gitignore/list.yml +0 -67
  643. data/features/cassettes/issues/assignees/ckeck.yml +0 -46
  644. data/features/cassettes/issues/assignees/ckeck_not.yml +0 -105
  645. data/features/cassettes/issues/assignees/list.yml +0 -64
  646. data/features/cassettes/issues/comments/create.yml +0 -55
  647. data/features/cassettes/issues/comments/delete.yml +0 -46
  648. data/features/cassettes/issues/comments/edit.yml +0 -53
  649. data/features/cassettes/issues/comments/get.yml +0 -71
  650. data/features/cassettes/issues/comments/list_issue.yml +0 -82
  651. data/features/cassettes/issues/comments/list_repo.yml +0 -266
  652. data/features/cassettes/issues/create.yml +0 -46
  653. data/features/cassettes/issues/edit.yml +0 -44
  654. data/features/cassettes/issues/events/get.yml +0 -139
  655. data/features/cassettes/issues/events/list_issue.yml +0 -71
  656. data/features/cassettes/issues/events/list_repo.yml +0 -222
  657. data/features/cassettes/issues/get.yml +0 -62
  658. data/features/cassettes/issues/labels/add.yml +0 -52
  659. data/features/cassettes/issues/labels/create.yml +0 -54
  660. data/features/cassettes/issues/labels/delete.yml +0 -46
  661. data/features/cassettes/issues/labels/get.yml +0 -63
  662. data/features/cassettes/issues/labels/list_issue.yml +0 -64
  663. data/features/cassettes/issues/labels/list_milestone.yml +0 -65
  664. data/features/cassettes/issues/labels/list_repo.yml +0 -65
  665. data/features/cassettes/issues/labels/remove_all.yml +0 -46
  666. data/features/cassettes/issues/labels/remove_one.yml +0 -46
  667. data/features/cassettes/issues/labels/replace.yml +0 -52
  668. data/features/cassettes/issues/labels/update.yml +0 -52
  669. data/features/cassettes/issues/list/repo.yml +0 -251
  670. data/features/cassettes/issues/list/user.yml +0 -44
  671. data/features/cassettes/issues/milestones/create.yml +0 -55
  672. data/features/cassettes/issues/milestones/delete.yml +0 -46
  673. data/features/cassettes/issues/milestones/get.yml +0 -175
  674. data/features/cassettes/issues/milestones/list.yml +0 -54
  675. data/features/cassettes/issues/milestones/update.yml +0 -53
  676. data/features/cassettes/markdown/render.yml +0 -46
  677. data/features/cassettes/markdown/render_raw.yml +0 -46
  678. data/features/cassettes/media/get_default.yml +0 -84
  679. data/features/cassettes/media/get_full_json.yml +0 -83
  680. data/features/cassettes/media/get_html_json.yml +0 -81
  681. data/features/cassettes/media/get_raw_json.yml +0 -80
  682. data/features/cassettes/media/get_text_json.yml +0 -80
  683. data/features/cassettes/meta/get.yml +0 -59
  684. data/features/cassettes/orgs/get.yml +0 -85
  685. data/features/cassettes/orgs/list/oauth_user.yml +0 -75
  686. data/features/cassettes/orgs/list/user.yml +0 -134
  687. data/features/cassettes/orgs/members/list.yml +0 -139
  688. data/features/cassettes/orgs/members/list_public.yml +0 -140
  689. data/features/cassettes/orgs/members/member_false.yml +0 -52
  690. data/features/cassettes/orgs/members/member_public_false.yml +0 -55
  691. data/features/cassettes/orgs/members/member_public_true.yml +0 -48
  692. data/features/cassettes/pagination/issues/list/first.yml +0 -432
  693. data/features/cassettes/pagination/issues/list/last.yml +0 -297
  694. data/features/cassettes/pagination/issues/list/next.yml +0 -377
  695. data/features/cassettes/pagination/issues/list/prev.yml +0 -386
  696. data/features/cassettes/pagination/repos/commits/list.yml +0 -224
  697. data/features/cassettes/pagination/repos/commits/next.yml +0 -225
  698. data/features/cassettes/pagination/repos/commits/sha.yml +0 -181
  699. data/features/cassettes/pagination/repos/commits/sha/next.yml +0 -205
  700. data/features/cassettes/pagination/repos/diff.yml +0 -174
  701. data/features/cassettes/pagination/repos/diff/next.yml +0 -147
  702. data/features/cassettes/pagination/repos/list.yml +0 -212
  703. data/features/cassettes/pagination/repos/list/next.yml +0 -184
  704. data/features/cassettes/pagination/repos/per_page/each_page.yml +0 -497
  705. data/features/cassettes/pagination/repos/per_page/first.yml +0 -173
  706. data/features/cassettes/pull_requests/comments/get.yml +0 -159
  707. data/features/cassettes/pull_requests/comments/list_pull.yml +0 -54
  708. data/features/cassettes/pull_requests/comments/list_repo.yml +0 -54
  709. data/features/cassettes/pull_requests/get.yml +0 -120
  710. data/features/cassettes/pull_requests/list.yml +0 -254
  711. data/features/cassettes/ratelimit/get.yml +0 -64
  712. data/features/cassettes/ratelimit/get_remaining.yml +0 -64
  713. data/features/cassettes/repos/assets/delete.yml +0 -52
  714. data/features/cassettes/repos/assets/edit.yml +0 -65
  715. data/features/cassettes/repos/assets/get.yml +0 -74
  716. data/features/cassettes/repos/assets/list.yml +0 -73
  717. data/features/cassettes/repos/assets/upload.yml +0 -66
  718. data/features/cassettes/repos/branch.yml +0 -61
  719. data/features/cassettes/repos/branches.yml +0 -83
  720. data/features/cassettes/repos/contents/archive.yml +0 -54
  721. data/features/cassettes/repos/contents/create.yml +0 -60
  722. data/features/cassettes/repos/contents/delete.yml +0 -59
  723. data/features/cassettes/repos/contents/get.yml +0 -226
  724. data/features/cassettes/repos/contents/readme.yml +0 -271
  725. data/features/cassettes/repos/contents/update.yml +0 -62
  726. data/features/cassettes/repos/create.yml +0 -46
  727. data/features/cassettes/repos/forks/list.yml +0 -314
  728. data/features/cassettes/repos/forks/list_sort.yml +0 -318
  729. data/features/cassettes/repos/get.yml +0 -89
  730. data/features/cassettes/repos/languages.yml +0 -75
  731. data/features/cassettes/repos/list.yml +0 -123
  732. data/features/cassettes/repos/list_org.yml +0 -167
  733. data/features/cassettes/repos/list_org_instance.yml +0 -300
  734. data/features/cassettes/repos/list_repos.yml +0 -801
  735. data/features/cassettes/repos/pages/get.yml +0 -71
  736. data/features/cassettes/repos/pages/list_builds.yml +0 -63
  737. data/features/cassettes/repos/pages/list_latest_builds.yml +0 -62
  738. data/features/cassettes/repos/releases/create.yml +0 -64
  739. data/features/cassettes/repos/releases/delete.yml +0 -52
  740. data/features/cassettes/repos/releases/edit.yml +0 -63
  741. data/features/cassettes/repos/releases/get.yml +0 -78
  742. data/features/cassettes/repos/releases/list.yml +0 -81
  743. data/features/cassettes/repos/stats/commits.yml +0 -80
  744. data/features/cassettes/repos/stats/contribs.yml +0 -221
  745. data/features/cassettes/repos/stats/frequency.yml +0 -54
  746. data/features/cassettes/repos/stats/participation.yml +0 -68
  747. data/features/cassettes/repos/stats/punch.yml +0 -76
  748. data/features/cassettes/repos/statuses/create.yml +0 -52
  749. data/features/cassettes/repos/statuses/list.yml +0 -64
  750. data/features/cassettes/repos/tags.yml +0 -102
  751. data/features/cassettes/repos/teams.yml +0 -48
  752. data/features/cassettes/say/custom.yml +0 -60
  753. data/features/cassettes/say/random.yml +0 -60
  754. data/features/cassettes/search/code.yml +0 -252
  755. data/features/cassettes/search/code_query.yml +0 -203
  756. data/features/cassettes/search/code_unicode.yml +0 -93
  757. data/features/cassettes/search/issues.yml +0 -626
  758. data/features/cassettes/search/legacy/email.yml +0 -72
  759. data/features/cassettes/search/legacy/issues.yml +0 -119
  760. data/features/cassettes/search/legacy/repos.yml +0 -394
  761. data/features/cassettes/search/legacy/users.yml +0 -72
  762. data/features/cassettes/search/legacy/users_keyword.yml +0 -63
  763. data/features/cassettes/search/repos.yml +0 -407
  764. data/features/cassettes/search/users.yml +0 -72
  765. data/features/cassettes/search/users_keyword.yml +0 -65
  766. data/features/cassettes/users/all.yml +0 -256
  767. data/features/cassettes/users/emails/add.yml +0 -75
  768. data/features/cassettes/users/emails/all.yml +0 -75
  769. data/features/cassettes/users/emails/delete.yml +0 -40
  770. data/lib/github_api/activity.rb +0 -33
  771. data/lib/github_api/activity/events.rb +0 -206
  772. data/lib/github_api/activity/notifications.rb +0 -157
  773. data/lib/github_api/activity/starring.rb +0 -94
  774. data/lib/github_api/activity/watching.rb +0 -92
  775. data/lib/github_api/api_factory.rb +0 -31
  776. data/lib/github_api/arguments.rb +0 -166
  777. data/lib/github_api/authorizations.rb +0 -140
  778. data/lib/github_api/authorizations/app.rb +0 -77
  779. data/lib/github_api/compatibility.rb +0 -23
  780. data/lib/github_api/emojis.rb +0 -20
  781. data/lib/github_api/gists.rb +0 -205
  782. data/lib/github_api/gists/comments.rb +0 -87
  783. data/lib/github_api/git_data.rb +0 -39
  784. data/lib/github_api/git_data/blobs.rb +0 -46
  785. data/lib/github_api/git_data/commits.rb +0 -83
  786. data/lib/github_api/git_data/references.rb +0 -133
  787. data/lib/github_api/git_data/tags.rb +0 -78
  788. data/lib/github_api/git_data/trees.rb +0 -92
  789. data/lib/github_api/gitignore.rb +0 -50
  790. data/lib/github_api/issues.rb +0 -238
  791. data/lib/github_api/issues/assignees.rb +0 -44
  792. data/lib/github_api/issues/comments.rb +0 -115
  793. data/lib/github_api/issues/events.rb +0 -47
  794. data/lib/github_api/issues/labels.rb +0 -167
  795. data/lib/github_api/issues/milestones.rb +0 -125
  796. data/lib/github_api/markdown.rb +0 -60
  797. data/lib/github_api/meta.rb +0 -19
  798. data/lib/github_api/orgs.rb +0 -94
  799. data/lib/github_api/orgs/members.rb +0 -108
  800. data/lib/github_api/orgs/teams.rb +0 -243
  801. data/lib/github_api/pull_requests.rb +0 -192
  802. data/lib/github_api/pull_requests/comments.rb +0 -144
  803. data/lib/github_api/repos.rb +0 -449
  804. data/lib/github_api/repos/collaborators.rb +0 -73
  805. data/lib/github_api/repos/comments.rb +0 -117
  806. data/lib/github_api/repos/commits.rb +0 -71
  807. data/lib/github_api/repos/contents.rb +0 -188
  808. data/lib/github_api/repos/deployments.rb +0 -8
  809. data/lib/github_api/repos/downloads.rb +0 -112
  810. data/lib/github_api/repos/forks.rb +0 -42
  811. data/lib/github_api/repos/hooks.rb +0 -154
  812. data/lib/github_api/repos/keys.rb +0 -96
  813. data/lib/github_api/repos/merging.rb +0 -42
  814. data/lib/github_api/repos/pages.rb +0 -49
  815. data/lib/github_api/repos/pub_sub_hubbub.rb +0 -117
  816. data/lib/github_api/repos/releases.rb +0 -144
  817. data/lib/github_api/repos/releases/assets.rb +0 -126
  818. data/lib/github_api/repos/statistics.rb +0 -94
  819. data/lib/github_api/repos/statuses.rb +0 -63
  820. data/lib/github_api/s3_uploader.rb +0 -57
  821. data/lib/github_api/say.rb +0 -23
  822. data/lib/github_api/scopes.rb +0 -20
  823. data/lib/github_api/search.rb +0 -125
  824. data/lib/github_api/search/legacy.rb +0 -94
  825. data/lib/github_api/users.rb +0 -112
  826. data/lib/github_api/users/emails.rb +0 -58
  827. data/lib/github_api/users/followers.rb +0 -99
  828. data/lib/github_api/users/keys.rb +0 -92
  829. data/spec/github/activity/events/issue_spec.rb +0 -51
  830. data/spec/github/activity/events/network_spec.rb +0 -49
  831. data/spec/github/activity/events/org_spec.rb +0 -50
  832. data/spec/github/activity/events/performed_spec.rb +0 -73
  833. data/spec/github/activity/events/public_spec.rb +0 -44
  834. data/spec/github/activity/events/received_spec.rb +0 -72
  835. data/spec/github/activity/events/repository_spec.rb +0 -53
  836. data/spec/github/activity/events/user_org_spec.rb +0 -53
  837. data/spec/github/activity/notifications/create_spec.rb +0 -44
  838. data/spec/github/activity/notifications/delete_spec.rb +0 -41
  839. data/spec/github/activity/notifications/get_spec.rb +0 -58
  840. data/spec/github/activity/notifications/list_spec.rb +0 -75
  841. data/spec/github/activity/notifications/mark_spec.rb +0 -74
  842. data/spec/github/activity/notifications/subscribed_spec.rb +0 -48
  843. data/spec/github/activity/starring/list_spec.rb +0 -53
  844. data/spec/github/activity/starring/star_spec.rb +0 -36
  845. data/spec/github/activity/starring/starred_spec.rb +0 -53
  846. data/spec/github/activity/starring/starring_spec.rb +0 -38
  847. data/spec/github/activity/starring/unstar_spec.rb +0 -37
  848. data/spec/github/activity/watching/list_spec.rb +0 -47
  849. data/spec/github/activity/watching/unwatch_spec.rb +0 -37
  850. data/spec/github/activity/watching/watch_spec.rb +0 -37
  851. data/spec/github/activity/watching/watched_spec.rb +0 -53
  852. data/spec/github/activity/watching/watching_spec.rb +0 -39
  853. data/spec/github/arguments/parse_spec.rb +0 -68
  854. data/spec/github/authorizations/app/create_spec.rb +0 -44
  855. data/spec/github/authorizations/app/delete_spec.rb +0 -59
  856. data/spec/github/authorizations/create_spec.rb +0 -49
  857. data/spec/github/authorizations/delete_spec.rb +0 -40
  858. data/spec/github/authorizations/get_spec.rb +0 -49
  859. data/spec/github/authorizations/list_spec.rb +0 -55
  860. data/spec/github/authorizations/update_spec.rb +0 -50
  861. data/spec/github/gists/comments/create_spec.rb +0 -51
  862. data/spec/github/gists/comments/delete_spec.rb +0 -32
  863. data/spec/github/gists/comments/edit_spec.rb +0 -52
  864. data/spec/github/gists/comments/get_spec.rb +0 -48
  865. data/spec/github/gists/comments/list_spec.rb +0 -51
  866. data/spec/github/gists/comments_spec.rb +0 -11
  867. data/spec/github/gists/create_spec.rb +0 -64
  868. data/spec/github/gists/delete_spec.rb +0 -31
  869. data/spec/github/gists/edit_spec.rb +0 -60
  870. data/spec/github/gists/fork_spec.rb +0 -41
  871. data/spec/github/gists/get_spec.rb +0 -47
  872. data/spec/github/gists/is_starred_spec.rb +0 -44
  873. data/spec/github/gists/list_spec.rb +0 -78
  874. data/spec/github/gists/star_spec.rb +0 -30
  875. data/spec/github/gists/starred_spec.rb +0 -44
  876. data/spec/github/gists/unstar_spec.rb +0 -30
  877. data/spec/github/git_data/blobs/create_spec.rb +0 -64
  878. data/spec/github/git_data/blobs/get_spec.rb +0 -49
  879. data/spec/github/git_data/blobs_spec.rb +0 -9
  880. data/spec/github/git_data/commits/create_spec.rb +0 -77
  881. data/spec/github/git_data/commits/get_spec.rb +0 -50
  882. data/spec/github/git_data/commits_spec.rb +0 -9
  883. data/spec/github/git_data/references/create_spec.rb +0 -67
  884. data/spec/github/git_data/references/delete_spec.rb +0 -40
  885. data/spec/github/git_data/references/get_spec.rb +0 -56
  886. data/spec/github/git_data/references/list_spec.rb +0 -111
  887. data/spec/github/git_data/references/update_spec.rb +0 -62
  888. data/spec/github/git_data/references_spec.rb +0 -11
  889. data/spec/github/git_data/tags/create_spec.rb +0 -63
  890. data/spec/github/git_data/tags/get_spec.rb +0 -48
  891. data/spec/github/git_data/tags_spec.rb +0 -9
  892. data/spec/github/git_data/trees/create_spec.rb +0 -68
  893. data/spec/github/git_data/trees/get_spec.rb +0 -69
  894. data/spec/github/git_data/trees_spec.rb +0 -9
  895. data/spec/github/gitignore/get_spec.rb +0 -54
  896. data/spec/github/gitignore/list_spec.rb +0 -42
  897. data/spec/github/issues/assignees/check_spec.rb +0 -46
  898. data/spec/github/issues/assignees/list_spec.rb +0 -47
  899. data/spec/github/issues/assignees_spec.rb +0 -5
  900. data/spec/github/issues/comments/create_spec.rb +0 -50
  901. data/spec/github/issues/comments/delete_spec.rb +0 -36
  902. data/spec/github/issues/comments/edit_spec.rb +0 -50
  903. data/spec/github/issues/comments/get_spec.rb +0 -49
  904. data/spec/github/issues/comments/list_spec.rb +0 -79
  905. data/spec/github/issues/comments_spec.rb +0 -9
  906. data/spec/github/issues/create_spec.rb +0 -60
  907. data/spec/github/issues/edit_spec.rb +0 -61
  908. data/spec/github/issues/events/get_spec.rb +0 -51
  909. data/spec/github/issues/events/list_spec.rb +0 -86
  910. data/spec/github/issues/events_spec.rb +0 -7
  911. data/spec/github/issues/get_spec.rb +0 -49
  912. data/spec/github/issues/labels/add_spec.rb +0 -50
  913. data/spec/github/issues/labels/create_spec.rb +0 -59
  914. data/spec/github/issues/labels/delete_spec.rb +0 -39
  915. data/spec/github/issues/labels/get_spec.rb +0 -47
  916. data/spec/github/issues/labels/list_spec.rb +0 -102
  917. data/spec/github/issues/labels/remove_spec.rb +0 -58
  918. data/spec/github/issues/labels/replace_spec.rb +0 -49
  919. data/spec/github/issues/labels/update_spec.rb +0 -61
  920. data/spec/github/issues/labels_spec.rb +0 -7
  921. data/spec/github/issues/list_spec.rb +0 -100
  922. data/spec/github/issues/milestones/create_spec.rb +0 -56
  923. data/spec/github/issues/milestones/delete_spec.rb +0 -42
  924. data/spec/github/issues/milestones/get_spec.rb +0 -51
  925. data/spec/github/issues/milestones/list_spec.rb +0 -52
  926. data/spec/github/issues/milestones/update_spec.rb +0 -57
  927. data/spec/github/issues/milestones_spec.rb +0 -11
  928. data/spec/github/orgs/edit_spec.rb +0 -54
  929. data/spec/github/orgs/get_spec.rb +0 -44
  930. data/spec/github/orgs/list_spec.rb +0 -63
  931. data/spec/github/orgs/members/conceal_spec.rb +0 -37
  932. data/spec/github/orgs/members/delete_spec.rb +0 -35
  933. data/spec/github/orgs/members/list_spec.rb +0 -82
  934. data/spec/github/orgs/members/member_spec.rb +0 -67
  935. data/spec/github/orgs/members/publicize_spec.rb +0 -37
  936. data/spec/github/orgs/members_spec.rb +0 -5
  937. data/spec/github/orgs/teams/add_member_spec.rb +0 -40
  938. data/spec/github/orgs/teams/add_repo_spec.rb +0 -39
  939. data/spec/github/orgs/teams/create_spec.rb +0 -58
  940. data/spec/github/orgs/teams/delete_spec.rb +0 -36
  941. data/spec/github/orgs/teams/edit_spec.rb +0 -57
  942. data/spec/github/orgs/teams/get_spec.rb +0 -45
  943. data/spec/github/orgs/teams/list_members_spec.rb +0 -49
  944. data/spec/github/orgs/teams/list_repos_spec.rb +0 -49
  945. data/spec/github/orgs/teams/list_spec.rb +0 -49
  946. data/spec/github/orgs/teams/remove_member_spec.rb +0 -40
  947. data/spec/github/orgs/teams/remove_repo_spec.rb +0 -40
  948. data/spec/github/orgs/teams/team_member_spec.rb +0 -42
  949. data/spec/github/orgs/teams/team_repo_spec.rb +0 -43
  950. data/spec/github/orgs/teams_spec.rb +0 -7
  951. data/spec/github/pull_requests/comments/create_spec.rb +0 -59
  952. data/spec/github/pull_requests/comments/delete_spec.rb +0 -35
  953. data/spec/github/pull_requests/comments/edit_spec.rb +0 -51
  954. data/spec/github/pull_requests/comments/get_spec.rb +0 -52
  955. data/spec/github/pull_requests/comments/list_spec.rb +0 -76
  956. data/spec/github/pull_requests/comments_spec.rb +0 -11
  957. data/spec/github/pull_requests/commits_spec.rb +0 -51
  958. data/spec/github/pull_requests/create_spec.rb +0 -56
  959. data/spec/github/pull_requests/files_spec.rb +0 -51
  960. data/spec/github/pull_requests/get_spec.rb +0 -49
  961. data/spec/github/pull_requests/list_spec.rb +0 -54
  962. data/spec/github/pull_requests/merge_spec.rb +0 -44
  963. data/spec/github/pull_requests/merged_spec.rb +0 -39
  964. data/spec/github/pull_requests/update_spec.rb +0 -55
  965. data/spec/github/repos/assets/delete_spec.rb +0 -40
  966. data/spec/github/repos/assets/edit_spec.rb +0 -40
  967. data/spec/github/repos/assets/get_spec.rb +0 -45
  968. data/spec/github/repos/assets/list_spec.rb +0 -55
  969. data/spec/github/repos/assets/upload_spec.rb +0 -44
  970. data/spec/github/repos/branch_spec.rb +0 -42
  971. data/spec/github/repos/branches_spec.rb +0 -54
  972. data/spec/github/repos/collaborators/add_spec.rb +0 -39
  973. data/spec/github/repos/collaborators/get_spec.rb +0 -49
  974. data/spec/github/repos/collaborators/list_spec.rb +0 -55
  975. data/spec/github/repos/collaborators/remove_spec.rb +0 -39
  976. data/spec/github/repos/collaborators_spec.rb +0 -7
  977. data/spec/github/repos/comments/create_spec.rb +0 -59
  978. data/spec/github/repos/comments/delete_spec.rb +0 -43
  979. data/spec/github/repos/comments/get_spec.rb +0 -52
  980. data/spec/github/repos/comments/list_spec.rb +0 -96
  981. data/spec/github/repos/comments/update_spec.rb +0 -48
  982. data/spec/github/repos/commits/compare_spec.rb +0 -37
  983. data/spec/github/repos/commits/get_spec.rb +0 -50
  984. data/spec/github/repos/commits/list_spec.rb +0 -52
  985. data/spec/github/repos/contents/archive_spec.rb +0 -38
  986. data/spec/github/repos/contents/create_spec.rb +0 -41
  987. data/spec/github/repos/contents/delete_spec.rb +0 -55
  988. data/spec/github/repos/contents/get_spec.rb +0 -35
  989. data/spec/github/repos/contents/readme_spec.rb +0 -30
  990. data/spec/github/repos/contributors_spec.rb +0 -59
  991. data/spec/github/repos/create_spec.rb +0 -77
  992. data/spec/github/repos/delete_spec.rb +0 -38
  993. data/spec/github/repos/downloads/create_spec.rb +0 -64
  994. data/spec/github/repos/downloads/delete_spec.rb +0 -45
  995. data/spec/github/repos/downloads/get_spec.rb +0 -53
  996. data/spec/github/repos/downloads/list_spec.rb +0 -55
  997. data/spec/github/repos/downloads/upload_spec.rb +0 -32
  998. data/spec/github/repos/downloads_spec.rb +0 -13
  999. data/spec/github/repos/edit_spec.rb +0 -60
  1000. data/spec/github/repos/forks/create_spec.rb +0 -45
  1001. data/spec/github/repos/forks/list_spec.rb +0 -54
  1002. data/spec/github/repos/get_spec.rb +0 -51
  1003. data/spec/github/repos/hooks/create_spec.rb +0 -68
  1004. data/spec/github/repos/hooks/delete_spec.rb +0 -40
  1005. data/spec/github/repos/hooks/edit_spec.rb +0 -77
  1006. data/spec/github/repos/hooks/get_spec.rb +0 -49
  1007. data/spec/github/repos/hooks/list_spec.rb +0 -54
  1008. data/spec/github/repos/hooks/test_spec.rb +0 -40
  1009. data/spec/github/repos/hooks_spec.rb +0 -13
  1010. data/spec/github/repos/keys/create_spec.rb +0 -50
  1011. data/spec/github/repos/keys/delete_spec.rb +0 -40
  1012. data/spec/github/repos/keys/edit_spec.rb +0 -42
  1013. data/spec/github/repos/keys/get_spec.rb +0 -45
  1014. data/spec/github/repos/keys/list_spec.rb +0 -54
  1015. data/spec/github/repos/keys_spec.rb +0 -9
  1016. data/spec/github/repos/languages_spec.rb +0 -61
  1017. data/spec/github/repos/list_spec.rb +0 -120
  1018. data/spec/github/repos/merging/merge_spec.rb +0 -58
  1019. data/spec/github/repos/pub_sub_hubbub/subscribe_service_spec.rb +0 -27
  1020. data/spec/github/repos/pub_sub_hubbub/subscribe_spec.rb +0 -47
  1021. data/spec/github/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +0 -21
  1022. data/spec/github/repos/pub_sub_hubbub/unsubscribe_spec.rb +0 -58
  1023. data/spec/github/repos/releases/create_spec.rb +0 -44
  1024. data/spec/github/repos/releases/delete_spec.rb +0 -40
  1025. data/spec/github/repos/releases/edit_spec.rb +0 -40
  1026. data/spec/github/repos/releases/get_spec.rb +0 -45
  1027. data/spec/github/repos/releases/list_spec.rb +0 -54
  1028. data/spec/github/repos/statistics/code_frequency_spec.rb +0 -25
  1029. data/spec/github/repos/statistics/commit_activity_spec.rb +0 -29
  1030. data/spec/github/repos/statistics/contributors_spec.rb +0 -29
  1031. data/spec/github/repos/statistics/participation_spec.rb +0 -25
  1032. data/spec/github/repos/statistics/punch_card_spec.rb +0 -25
  1033. data/spec/github/repos/statuses/create_spec.rb +0 -56
  1034. data/spec/github/repos/statuses/list_spec.rb +0 -53
  1035. data/spec/github/repos/statuses_spec.rb +0 -11
  1036. data/spec/github/repos/tags_spec.rb +0 -59
  1037. data/spec/github/repos/teams_spec.rb +0 -59
  1038. data/spec/github/s3_uploader_spec.rb +0 -51
  1039. data/spec/github/scopes/list_spec.rb +0 -33
  1040. data/spec/github/search/code_spec.rb +0 -38
  1041. data/spec/github/search/issues_spec.rb +0 -38
  1042. data/spec/github/search/legacy/email_spec.rb +0 -34
  1043. data/spec/github/search/legacy/issues_spec.rb +0 -39
  1044. data/spec/github/search/legacy/repos_spec.rb +0 -36
  1045. data/spec/github/search/legacy/users_spec.rb +0 -36
  1046. data/spec/github/search/repos_spec.rb +0 -38
  1047. data/spec/github/search/users_spec.rb +0 -38
  1048. data/spec/github/users/emails/add_spec.rb +0 -33
  1049. data/spec/github/users/emails/delete_spec.rb +0 -33
  1050. data/spec/github/users/emails/list_spec.rb +0 -52
  1051. data/spec/github/users/followers/follow_spec.rb +0 -33
  1052. data/spec/github/users/followers/following_spec.rb +0 -65
  1053. data/spec/github/users/followers/is_following_spec.rb +0 -41
  1054. data/spec/github/users/followers/list_spec.rb +0 -62
  1055. data/spec/github/users/followers/unfollow_spec.rb +0 -33
  1056. data/spec/github/users/get_spec.rb +0 -61
  1057. data/spec/github/users/keys/create_spec.rb +0 -51
  1058. data/spec/github/users/keys/delete_spec.rb +0 -37
  1059. data/spec/github/users/keys/get_spec.rb +0 -50
  1060. data/spec/github/users/keys/list_spec.rb +0 -78
  1061. data/spec/github/users/keys/update_spec.rb +0 -56
  1062. data/spec/github/users/list_spec.rb +0 -45
  1063. data/spec/github/users/update_spec.rb +0 -56
@@ -1,82 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://<BASIC_AUTH>@api.github.com/repos/peter-murach/github/issues/61/comments?access_token=<TOKEN>
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - application/jsonapplication/vnd.github+json;q=0.7application/vnd.github.v3.raw+json;q=0.5application/vnd.github.beta.raw+json;q=0.1
12
- Accept-Charset:
13
- - utf-8
14
- User-Agent:
15
- - Github Ruby Gem 0.8.1
16
- Content-Type:
17
- - application/json
18
- Accept-Encoding:
19
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
20
- response:
21
- status:
22
- code: 200
23
- message: OK
24
- headers:
25
- Server:
26
- - nginx
27
- Date:
28
- - Thu, 06 Dec 2012 22:06:54 GMT
29
- Content-Type:
30
- - application/json; charset=utf-8
31
- Transfer-Encoding:
32
- - chunked
33
- Connection:
34
- - keep-alive
35
- Status:
36
- - 200 OK
37
- X-Ratelimit-Remaining:
38
- - '4998'
39
- Last-Modified:
40
- - Sun, 02 Dec 2012 21:52:33 GMT
41
- X-Ratelimit-Limit:
42
- - '5000'
43
- Cache-Control:
44
- - private, s-maxage=60, max-age=60
45
- X-Github-Media-Type:
46
- - github.beta
47
- Vary:
48
- - Accept, Authorization, Cookie
49
- X-Content-Type-Options:
50
- - nosniff
51
- Etag:
52
- - ! '"542ad8484d171540e995987e22606b5c"'
53
- Content-Encoding:
54
- - gzip
55
- body:
56
- encoding: ASCII-8BIT
57
- string: !binary |-
58
- H4sIAAAAAAAAA+1XW4+jNhj9K16kVVsp4RbIkEjVti/Vzlulti/tVrMGDFgB
59
- TG0Tmony33sMCUpmpc3kolEf9iFKAv5ux5/P+fzX1mplaS2tQutGLR2HNtzO
60
- uS7a2E5E5UjWCOU0TDM5rVpJk8IZ3jpcqZYpB4sqVmvleO7M9x4WoTWx+ldP
61
- t/mN/MV8Fnrw1jYp1Sx9ohpp+q7nTz1v6s1+99zlzF36wZ9mjWLSWm4tvWkY
62
- Vv1h/uLp1yozJqeVwSLnSquvZ/6lHRCB1bb/euLpzviRdE01lfiLdLLYDxZp
63
- GM4D6mZRElI3ni+Ymz54aRgtggUMFBZLFHlhys7ebuuIrmZyt+03zGQgZE5r
64
- /kw1F/XlFcFawUm/+xfn1FvBOhNlKTqgfLGH0RJe9kCeAqNY0kpmH2DuW3VY
65
- 6JwD+0P649jrfhDZzKYrWlFu10w7VCmm1dEBeO//wiuaM4Ufh2jHv6emHaaB
66
- 79pNnSPbUuS8xpYfn5gRCl7nV0IBS3hha3PSLnYxmG2dRvI1TTamO1Qbq0Ty
67
- 5rruOLHu2yRhfI3uvTLBF/bwaI5NEAQzz99NrESyswRgDA4MNLFikW6wCR85
68
- +aniq+cJeSS6EG1eaHxzRTI4RP+QjiqiNC9L0kimAK5NHr9bMzyjEpRDJOsk
69
- 1wCfKFExwmvQYE1LRbQgFV0xQmXe9vRH0Df9wkrAb4IzBzLAC0LrdIxNEUgz
70
- cMU+aCfkCqlVrdKkoIgbS7FiNd62WWZSqQjaXMJNuSFmsQkgakLJ5zHwZxjR
71
- OikQhGrSmVoQRnQkE3JIJivZvzwuj5NtqFTwZXDJhSYchnvvxkoXqIAqRjai
72
- NWiYAsEiwMMUk4i2gbO+zq7giPw4hE1F0mNhk4849WsmJwPYvF6Lcs3UEZo9
73
- EIgCsUGkslTfD56wNf+0XDNsULf8gcQtcstMGgAa0VCcQQDgF6JMgcSHT/JT
74
- bT6/Ems3ua+URbO5acQ3kzJvGcxvkjLT6cj41RJm1p+VLn/ms4c0juZpFIUs
75
- mzOXpZHrJaE7p1EW+YZLXi9dfcj7SVbv7lKp6o2ukqje8hZpOgfm20jTvk+G
76
- Ql4pSUelXypFvek9JGhonmPhuk569g1wIll7yfHCIHzwzkjO4aCOkgOmGCXn
77
- 54o+A6F3IG/DcXJj2AozguFYw55NSUHlmK/x4N3dOWvhve34HSxn/k2c9WJM
78
- ejV3vbiQfBu/j+5nV3HbCaC3cNy38fvFrfIu3HeyPf+j8ftAACMXgoFGLvzN
79
- jNiYt82gSesNUW2Oi5QZJSekoTopMBN2rMTdjdnW7u//ANzUtaiLEAAA
80
- http_version: !!null
81
- recorded_at: Thu, 06 Dec 2012 22:06:54 GMT
82
- recorded_with: VCR 2.3.0
@@ -1,266 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://<BASIC_AUTH>@api.github.com/repos/peter-murach/github/issues/comments?access_token=<TOKEN>
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - application/jsonapplication/vnd.github+json;q=0.7application/vnd.github.v3.raw+json;q=0.5application/vnd.github.beta.raw+json;q=0.1
12
- Accept-Charset:
13
- - utf-8
14
- User-Agent:
15
- - Github Ruby Gem 0.8.1
16
- Content-Type:
17
- - application/json
18
- Accept-Encoding:
19
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
20
- response:
21
- status:
22
- code: 200
23
- message: OK
24
- headers:
25
- Server:
26
- - nginx
27
- Date:
28
- - Thu, 06 Dec 2012 22:03:32 GMT
29
- Content-Type:
30
- - application/json; charset=utf-8
31
- Transfer-Encoding:
32
- - chunked
33
- Connection:
34
- - keep-alive
35
- Status:
36
- - 200 OK
37
- X-Ratelimit-Remaining:
38
- - '4999'
39
- Cache-Control:
40
- - private, max-age=60, s-maxage=60
41
- Vary:
42
- - Accept, Authorization, Cookie
43
- X-Github-Media-Type:
44
- - github.beta
45
- X-Ratelimit-Limit:
46
- - '5000'
47
- X-Content-Type-Options:
48
- - nosniff
49
- Etag:
50
- - ! '"937358da3b2228172c5b8ca07dfb6ab1"'
51
- Link:
52
- - <https://api.github.com/repos/peter-murach/github/issues/comments?access_token=<TOKEN>&page=2>;
53
- rel="next", <https://api.github.com/repos/peter-murach/github/issues/comments?access_token=<TOKEN>&page=6>;
54
- rel="last"
55
- Last-Modified:
56
- - Wed, 05 Dec 2012 00:16:15 GMT
57
- Content-Encoding:
58
- - gzip
59
- body:
60
- encoding: ASCII-8BIT
61
- string: !binary |-
62
- H4sIAAAAAAAAA+1d63LbVpJ+FVhbs7KrJJIAweuOnfFObk5NEpfjmdnZ8ZQC
63
- AociLBLgAKAYxeWqfZr9t0+xb7JPst/X5+AQpCjLJKFMJmEqtnUhzg1AX77+
64
- uvuv707iPF+oi0U2PRmeTIping+bzWAeNy7jYrIYNcJ01szUPM2bc1Wo7Hy2
65
- yIJw0tS/bcrFedNr+26n3Tk5OzlsHEw2U0mBAfv93sDvccB5FBQquggKrM9r
66
- ue45/vd6r11/6PeG7uA/+ZlcZSfDdyfFzVzhU3/kt2cnl3Fe5B/eGC+8tTFc
67
- 9Q77y4uLOHrPcbLgOiiCDN9i8PHI8wdRp9P1g9a4H3aC1qg7UK2o50ad/sAf
68
- 4AJ1zT3sPLO+7F1znsXXQXjDqT94mrcXjyvkVu08tVyFq9PsMkjiH4MiTpPd
69
- R8HVHGScTqfpEge78zLslbKRUMXXuPF7nubG9Rgxxz3MMOCOh9o0171rpstE
70
- Ze/fyevAu6OXGyeXOw9pr8Qo0/QyTvBgVV8vrnYxysMsnu93K9auxmjmCV7f
71
- eq7CRaYa5fMtr7r+YPO+p/yT6KmVFZ7fb6hGcBXMgriRqKIZ5Lkq8ooA+Y33
72
- eTwLLlWOL8rZql+f81E+971WY55cYrV80Xzfb7ve+7OTMFP3CgBeYETG2cko
73
- jW5wnl/Gzp/i5H//J4wX+dmb7E3CP9+lWXbjjNPMuVJqjlvn3KQLZxnEBb5u
74
- OK8nyhGR5kyC3BkplTiZytMpnkMnSCJnvJhOb5xC5ZBIZ04xCZKr3AmcaVrI
75
- mPM4vOKYcdFwONtfMHY+SRfTCGM5wWiqHL0bjIoXDgNk6eJygn+Vc6lmDsRu
76
- 3nBeTlWQ4+PTPHWStIhDxZkK5wUWdY2fRxFWk6ilEyyKSZqVryuv1h/klsIg
77
- cXCqTpE6+VzhgsVcJtULwOt9JiuOEzzdSajOZL388zst2Z2nzhdaAXCm4SjI
78
- 4/CCEzpPnzmn8swO57jRp7wGZzSHwFC4yFzeSPnZht6tXGcX6gzzMJ2rnAP9
79
- 9ZRrOv3bxuQNOR49xkWRXuE2POWNkEka4zjLi4b8uLJgc42ZUbY6TIIZ1oT1
80
- 8o6dnjnDSNl3yv6cN+xtnibOPMhyfCM74p9/x0Xl1y/jtMhO3p/9bNXloOv7
81
- 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
- 67ZHyuu3x+2x6vdaWPLHC/i1mfdTl9UhMPdHq8u1qfdWl2uj7KMu1wY4UF1u
83
- bGlN3VIBfby6XBupHnW5ZaN4NyvqcuNG7qwu19dcVbZ7qMv7nvKHV5de1+21
84
- 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
- D7kb1k1ou/1Br3uH3PPOXbgJnSFEX8etQe5t+D8flnv3GVA7yb21mfeTexvW
86
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- uQl4s9fWbcMqsAt4WQVcxzjBkceRaNjnyc0ywP14ga1iALmTGCWYz6c3wBiu
96
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 9BMc8iRdlk8KLVLYQPJkYNmJM7vBp+MpLek5TBUxcnEdVqFtEkLW2Cw2mKTG
113
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- QmXPV7skFvsSf4Z6vD7AvtvxXa9fI0fC6/mtQfcuHex1X7taB3drAOyPOnhv
134
- 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
- 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
- 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
- bmPQ8D742/adv/1LGfcVQL1U+yW0J6sSjS3KSqbFEuNsRGq5BPItik2NJVZE
138
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- COVj2uxPmzbrIWDEvHkrALRoF5FR9fVewfTaJMNroPJyIXRyUsOXExjGkKGn
152
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- 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
- 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
- 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
- yWzTRrSY6RN4CARHAJQwnqrRE4kY52C4qR+NTS5YvAD2OAqEm1H2S1YLEAnq
167
- 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
- 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
- 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
- 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
- 9/Q+PFrjdt1Oa0s8V2up9XfaaClKgVU8F6QhSOaw0OhHgMznFNQrzSKuqCRg
172
- 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
- 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
- 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
- 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
- +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
- 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
- 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
- WaSAFc8GFX+EQuLJd4QoxijOR8ghfjmB1OOPv02cr8ApH5w5qJThIf2vcIAl
180
- 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
- e+79x2femx4n3Y3ce2PE15Z7XzvS4w+83uBODo/rszYy4he1xGiPHJ69kZ8j
182
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- zvhGWTsGQjxD9FuXpy1JTTUCVvWL7E6n1WJa7F0i25M7dnQLNt50MfA/Bi87
191
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- FR4d375KJ4llwrPYCil+QtTWfj4kI83CstQKrEfFLjDCHixpLM0KCBuDnsJ+
199
- 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
- 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
- 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
- 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
- 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
- zwIrUT9AHwLbl1sbotKDKbpTIjUriAdjYuXSTiZS2AUaCt2B8qxXlGOtXq1T
205
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 0rBCXLvqX6R78EBrcZd00DyGphTLd5vYGRw7HD8pXT9vndZ17w63uK9hlLa8
226
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- XFlnrqw0h6Mxmga6RValNY3xFmzq1+uAiutlffBK7ZoHKWRd747aad65i6QA
247
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
264
- http_version: !!null
265
- recorded_at: Thu, 06 Dec 2012 22:03:33 GMT
266
- recorded_with: VCR 2.3.0
@@ -1,46 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: https://<BASIC_AUTH>@api.github.com/repos/murek/github_api_test/issues?access_token=<TOKEN>
6
- body:
7
- encoding: UTF-8
8
- string: "{\"title\":\"Found a bug\",\"body\":\"Im having a problem\",\"assignee\":\"murek\"}"
9
- headers:
10
- Content-Type:
11
- - application/json
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- response:
17
- status:
18
- code: 201
19
- message: Created
20
- headers:
21
- Server:
22
- - nginx/1.0.13
23
- Date:
24
- - Tue, 12 Jun 2012 09:24:48 GMT
25
- Content-Type:
26
- - application/json; charset=utf-8
27
- Connection:
28
- - keep-alive
29
- Status:
30
- - 201 Created
31
- X-Ratelimit-Limit:
32
- - "5000"
33
- Etag:
34
- - "\"25f4cea1de90c4c7afd789d3c8bf5109\""
35
- Location:
36
- - https://api.github.com/repos/murek/github_api_test/issues/1
37
- X-Ratelimit-Remaining:
38
- - "4996"
39
- Content-Length:
40
- - "1038"
41
- body:
42
- encoding: US-ASCII
43
- string: "{\"milestone\":null,\"html_url\":\"https://github.com/murek/github_api_test/issues/1\",\"pull_request\":{\"patch_url\":null,\"html_url\":null,\"diff_url\":null},\"state\":\"open\",\"labels\":[],\"user\":{\"gravatar_id\":\"80cbc0fc6c03d43f495b2342b31fe4fa\",\"login\":\"murek\",\"url\":\"https://api.github.com/users/murek\",\"id\":1223156,\"avatar_url\":\"https://secure.gravatar.com/avatar/80cbc0fc6c03d43f495b2342b31fe4fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png\"},\"closed_by\":null,\"created_at\":\"2012-06-12T09:24:47Z\",\"assignee\":{\"gravatar_id\":\"80cbc0fc6c03d43f495b2342b31fe4fa\",\"login\":\"murek\",\"url\":\"https://api.github.com/users/murek\",\"id\":1223156,\"avatar_url\":\"https://secure.gravatar.com/avatar/80cbc0fc6c03d43f495b2342b31fe4fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png\"},\"body\":\"Im having a problem\",\"updated_at\":\"2012-06-12T09:24:47Z\",\"url\":\"https://api.github.com/repos/murek/github_api_test/issues/1\",\"closed_at\":null,\"comments\":0,\"number\":1,\"id\":5020363,\"title\":\"Found a bug\"}"
44
- http_version:
45
- recorded_at: Tue, 12 Jun 2012 09:24:48 GMT
46
- recorded_with: VCR 2.2.0
@@ -1,44 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: patch
5
- uri: https://<BASIC_AUTH>@api.github.com/repos/murek/github_api_test/issues/1?access_token=<TOKEN>
6
- body:
7
- encoding: UTF-8
8
- string: "{\"body\":\"Im having a problem with this\"}"
9
- headers:
10
- Content-Type:
11
- - application/json
12
- Accept:
13
- - "*/*"
14
- User-Agent:
15
- - Ruby
16
- response:
17
- status:
18
- code: 200
19
- message: OK
20
- headers:
21
- Server:
22
- - nginx/1.0.13
23
- Date:
24
- - Tue, 12 Jun 2012 09:27:50 GMT
25
- Content-Type:
26
- - application/json; charset=utf-8
27
- Connection:
28
- - keep-alive
29
- Status:
30
- - 200 OK
31
- X-Ratelimit-Limit:
32
- - "5000"
33
- Etag:
34
- - "\"047b00f3e3d8ac9cd65150bbeb5f3f61\""
35
- X-Ratelimit-Remaining:
36
- - "4995"
37
- Content-Length:
38
- - "1048"
39
- body:
40
- encoding: US-ASCII
41
- string: "{\"milestone\":null,\"html_url\":\"https://github.com/murek/github_api_test/issues/1\",\"pull_request\":{\"html_url\":null,\"patch_url\":null,\"diff_url\":null},\"state\":\"open\",\"labels\":[],\"user\":{\"gravatar_id\":\"80cbc0fc6c03d43f495b2342b31fe4fa\",\"login\":\"murek\",\"avatar_url\":\"https://secure.gravatar.com/avatar/80cbc0fc6c03d43f495b2342b31fe4fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png\",\"url\":\"https://api.github.com/users/murek\",\"id\":1223156},\"closed_by\":null,\"created_at\":\"2012-06-12T09:24:47Z\",\"assignee\":{\"gravatar_id\":\"80cbc0fc6c03d43f495b2342b31fe4fa\",\"login\":\"murek\",\"avatar_url\":\"https://secure.gravatar.com/avatar/80cbc0fc6c03d43f495b2342b31fe4fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png\",\"url\":\"https://api.github.com/users/murek\",\"id\":1223156},\"body\":\"Im having a problem with this\",\"updated_at\":\"2012-06-12T09:27:50Z\",\"url\":\"https://api.github.com/repos/murek/github_api_test/issues/1\",\"closed_at\":null,\"comments\":0,\"number\":1,\"id\":5020363,\"title\":\"Found a bug\"}"
42
- http_version:
43
- recorded_at: Tue, 12 Jun 2012 09:27:50 GMT
44
- recorded_with: VCR 2.2.0
@@ -1,139 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: https://<BASIC_AUTH>@api.github.com/repos/peter-murach/github/issues/events/1?access_token=<TOKEN>
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Accept:
11
- - application/jsonapplication/vnd.github+json;q=0.7application/vnd.github.v3.raw+json;q=0.5application/vnd.github.beta.raw+json;q=0.1
12
- Accept-Charset:
13
- - utf-8
14
- User-Agent:
15
- - Github Ruby Gem 0.8.2
16
- Content-Type:
17
- - application/json
18
- Accept-Encoding:
19
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
20
- response:
21
- status:
22
- code: 500
23
- message: Internal Server Error
24
- headers:
25
- Server:
26
- - nginx
27
- Date:
28
- - Sat, 15 Dec 2012 12:35:47 GMT
29
- Content-Type:
30
- - application/json; charset=utf-8
31
- Connection:
32
- - keep-alive
33
- Status:
34
- - 500 Internal Server Error
35
- Content-Length:
36
- - '26'
37
- X-Content-Type-Options:
38
- - nosniff
39
- X-Ratelimit-Limit:
40
- - '5000'
41
- Cache-Control:
42
- - ''
43
- X-Github-Media-Type:
44
- - github.beta
45
- X-Ratelimit-Remaining:
46
- - '4992'
47
- body:
48
- encoding: US-ASCII
49
- string: ! '{"message":"Server Error"}'
50
- http_version: !!null
51
- recorded_at: Sat, 15 Dec 2012 12:35:47 GMT
52
- - request:
53
- method: get
54
- uri: https://<BASIC_AUTH>@api.github.com/repos/peter-murach/github/issues/events/29376722?access_token=<TOKEN>
55
- body:
56
- encoding: US-ASCII
57
- string: ''
58
- headers:
59
- Accept:
60
- - application/jsonapplication/vnd.github+json;q=0.7application/vnd.github.v3.raw+json;q=0.5application/vnd.github.beta.raw+json;q=0.1
61
- Accept-Charset:
62
- - utf-8
63
- User-Agent:
64
- - Github Ruby Gem 0.8.2
65
- Content-Type:
66
- - application/json
67
- Accept-Encoding:
68
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
69
- response:
70
- status:
71
- code: 200
72
- message: OK
73
- headers:
74
- Server:
75
- - nginx
76
- Date:
77
- - Sat, 15 Dec 2012 12:36:44 GMT
78
- Content-Type:
79
- - application/json; charset=utf-8
80
- Transfer-Encoding:
81
- - chunked
82
- Connection:
83
- - keep-alive
84
- Status:
85
- - 200 OK
86
- Vary:
87
- - Accept, Authorization, Cookie
88
- Last-Modified:
89
- - Wed, 21 Nov 2012 09:52:45 GMT
90
- X-Ratelimit-Remaining:
91
- - '4991'
92
- X-Ratelimit-Limit:
93
- - '5000'
94
- Cache-Control:
95
- - private, s-maxage=60, max-age=60
96
- X-Github-Media-Type:
97
- - github.beta
98
- Etag:
99
- - ! '"d132491c5290a778408cb1af702d1a64"'
100
- X-Content-Type-Options:
101
- - nosniff
102
- Content-Encoding:
103
- - gzip
104
- body:
105
- encoding: ASCII-8BIT
106
- string: !binary |-
107
- H4sIAAAAAAAAA+1Y32/bNhD+VwgPQzcg0S/LsiOgKAoM3fIwoA/ey9YhoSTK
108
- 5kKJGinZdY387/tOkh3LbRIn6d4COLFF84539919d/R2xNNam1G8HdWbSozi
109
- 0R9WmNHZSKxEWdurxiisLeu6srHr8ko6C1kvm8RJdeE22GrdQt58cbvtW7cy
110
- csXTzS00LKR9goJ299altyuZkbwRqZArkV090ZQjOWjSZsFL+YXXUpenuwQp
111
- C+ETI0AOG77iNTewHzELxoGYZsksymazicgj4Yls5vnpxIv4LJ8FEMi1UnqN
112
- GJ4c5r3EXlqWiydKQwLSSi9kCTMJPTzaJrGpkdXTQjSQIi3w3gCxE2Pm9vu3
113
- rl6XwtxuXSMq3WFf6dOjQlIEVR/+4elWpI0Rzg6cNnG7je5jEL3L3u4zPwhn
114
- jnD4DS+4dEpRu9xaUduDcvgx+CALvhAWH3anHX4+p3I5DwPPqVoEKEv8STiZ
115
- +rePZFnrn1uJGvJFY3i6RJ1QFbrS2kbYvvrc4GI8jaYBpVZbMwQv3pD1IsMa
116
- PC8kVdcoLhulYAFJU+lXeLwy4l/ogtAW9V6oDsRuY8XrdHm4kMk8v3uG/Yon
117
- QtlR/Nffp1HHoy5Ffu9Vb/jjbHSKSgoBaYLSpsp4jVzlFKbA84Nzek3mvh9P
118
- ong8/hN7CqkQEYSPgoJkrYkgdSVKfNd5/HCq32/SXrN1fbcP3rOz4FAZLMsa
119
- caWptuHV+Nzz8Zp7s9jz8CKvUiP4Czl/kIsv4f6jpP4OPWCg8Tv0goG+03vC
120
- oRhiPuwNeRKEF9lkEoXcy2fphHtJdCG8bOpnk9lFeAGBJ/WGgY3P7hHf0DLs
121
- FUc+PblnDA54Qe8Y6ul6zgt6yFHGPK+XPAbp/99LwjAc+wG4mAjqqusM6DB9
122
- vd/DdCHIruUEpS227KS8s1Eta0V090GJzzJRgnGzaHbkWTZFgjGRtFM7CcZe
123
- GEEmE/shApLvabphuTYs/0oHq7ixyC7Gy4wJbje0wAtqcZbZSqQyl2k7sDkj
124
- uHTEvXf9aT+aHoylAzyHjTLyX8zcfctFf+poe+uWsJuGlgennvtbwV4hwbDr
125
- T/EY+mgSfx3Mv7prnE7C/XD7Opi/DubPHcx7YqQpsZuF2+lpyKY+Rse5P42D
126
- KA4DYtMdd37EJYFIjiq5ZTpiAVZrBqJb6swyGp3Yeol/7z9esjW3TJbACjM7
127
- ncHWmPKZrKFxR7hRz7iz4CIaT/CQ6GwDrv1Nnn0yn8pLpuSNAOcS9dLJ4jMv
128
- KpD3SpgNK5p0GdO26+tr0yQb+tixD3vLfm1vFHF82V4pcMVZt2bH7M0hn745
129
- a33Aakes5/hJ4M2dHuduFHUUrvKsJW7spp4EWatNjSeaUGn6xkomMaMRz2OZ
130
- 27TVBfPojf5+35AVLOX4JwfRYTi5bS4Yz1tL28tjG+WaAppypfZx1iXC6JDC
131
- +RJq9iop4hkpSKgBdWCVUjEsDzH7KWlqttaNylgiWClTAAocSYb908DRJbfL
132
- Di/dXaJ/PmMkI0sELMWdgyCw8BPWwYJMC8tKTTrNDYzeFBqX1J3Xc2QIB46y
133
- //4S6leCDsz0MYAUhofQIw68Q03j1x507jbM9GvOMV60Rp6fUXgdiihAO8SQ
134
- /cAcpzX0AKVfNNvohlWKwz3NbFNVAHof0WEoKeQi541qgwOsWN7UuKIzYNk+
135
- ob7okbC5kUqhDugSa4TavEMlEEqLUmA0oXrEbPDtghzPfS8ee3EQUkG2Q0p/
136
- O779D8aCmkb0EgAA
137
- http_version: !!null
138
- recorded_at: Sat, 15 Dec 2012 12:36:44 GMT
139
- recorded_with: VCR 2.3.0