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.
- data/README.md +33 -16
- data/Rakefile +3 -3
- data/features/activity/events.feature +7 -7
- data/features/activity/notifications.feature +1 -1
- data/features/activity/starring.feature +2 -2
- data/features/activity/watching.feature +26 -2
- data/features/arguments_parsing.feature +3 -3
- data/features/auto_pagination.feature +7 -7
- data/features/cassettes/activity/events/issue.json +1 -0
- data/features/cassettes/activity/events/network.json +1 -0
- data/features/cassettes/activity/events/org.json +1 -0
- data/features/cassettes/activity/events/performed.json +1 -0
- data/features/cassettes/activity/events/public.json +1 -0
- data/features/cassettes/activity/events/received.json +1 -0
- data/features/cassettes/activity/events/repo.json +1 -0
- data/features/cassettes/activity/notifications/list_user.json +1 -0
- data/features/cassettes/activity/starring/list.json +1 -0
- data/features/cassettes/activity/starring/star.json +1 -0
- data/features/cassettes/activity/starring/starred.json +1 -0
- data/features/cassettes/activity/starring/starring.json +1 -0
- data/features/cassettes/activity/starring/unstar.json +1 -0
- data/features/cassettes/activity/watching/create.json +1 -0
- data/features/cassettes/activity/watching/delete.json +1 -0
- data/features/cassettes/activity/watching/list.json +1 -0
- data/features/cassettes/activity/watching/subscribed.json +1 -0
- data/features/cassettes/activity/watching/unwatch.json +1 -0
- data/features/cassettes/activity/watching/watch.json +1 -0
- data/features/cassettes/activity/watching/watched.json +1 -0
- data/features/cassettes/activity/watching/watching.json +1 -0
- data/features/cassettes/arguments/orgs/get.json +1 -0
- data/features/cassettes/arguments/pulls/get.json +1 -0
- data/features/cassettes/arguments/repo_commits/get.json +1 -0
- data/features/cassettes/auto_pagination/repos/get.json +1 -0
- data/features/cassettes/auto_pagination/repos/global_list.json +1 -0
- data/features/cassettes/auto_pagination/repos/list.json +1 -0
- data/features/cassettes/emojis/list.json +1 -0
- data/features/cassettes/errors/repos/create.json +1 -0
- data/features/cassettes/gists/comments/all.json +1 -0
- data/features/cassettes/gists/comments/first.json +1 -0
- data/features/cassettes/gists/fork.json +1 -0
- data/features/cassettes/gists/gist.json +1 -0
- data/features/cassettes/gists/gists/commits.json +1 -0
- data/features/cassettes/gists/gists/forks.json +1 -0
- data/features/cassettes/gists/gists/public_all.json +1 -0
- data/features/cassettes/gists/gists/starred.json +1 -0
- data/features/cassettes/gists/gists/user_all.json +1 -0
- data/features/cassettes/gists/star.json +1 -0
- data/features/cassettes/gists/starred.json +1 -0
- data/features/cassettes/gists/unstar.json +1 -0
- data/features/cassettes/git_data/commits/get.json +1 -0
- data/features/cassettes/git_data/references/all.json +1 -0
- data/features/cassettes/git_data/references/all_tags.json +1 -0
- data/features/cassettes/git_data/references/one.json +1 -0
- data/features/cassettes/gitignore/get.json +1 -0
- data/features/cassettes/gitignore/get_raw.json +1 -0
- data/features/cassettes/gitignore/list.json +1 -0
- data/features/cassettes/issues/assignees/ckeck.json +1 -0
- data/features/cassettes/issues/assignees/ckeck_not.json +1 -0
- data/features/cassettes/issues/assignees/list.json +1 -0
- data/features/cassettes/issues/comments/create.json +1 -0
- data/features/cassettes/issues/comments/delete.json +1 -0
- data/features/cassettes/issues/comments/edit.json +1 -0
- data/features/cassettes/issues/comments/get.json +1 -0
- data/features/cassettes/issues/comments/list_issue.json +1 -0
- data/features/cassettes/issues/comments/list_repo.json +1 -0
- data/features/cassettes/issues/create.json +1 -0
- data/features/cassettes/issues/edit.json +1 -0
- data/features/cassettes/issues/events/get.json +1 -0
- data/features/cassettes/issues/events/list_issue.json +1 -0
- data/features/cassettes/issues/events/list_repo.json +1 -0
- data/features/cassettes/issues/get.json +1 -0
- data/features/cassettes/issues/labels/add.json +1 -0
- data/features/cassettes/issues/labels/create.json +1 -0
- data/features/cassettes/issues/labels/delete.json +1 -0
- data/features/cassettes/issues/labels/get.json +1 -0
- data/features/cassettes/issues/labels/list_issue.json +1 -0
- data/features/cassettes/issues/labels/list_milestone.json +1 -0
- data/features/cassettes/issues/labels/list_repo.json +1 -0
- data/features/cassettes/issues/labels/remove_all.json +1 -0
- data/features/cassettes/issues/labels/remove_one.json +1 -0
- data/features/cassettes/issues/labels/replace.json +1 -0
- data/features/cassettes/issues/labels/update.json +1 -0
- data/features/cassettes/issues/list/repo.json +1 -0
- data/features/cassettes/issues/list/user.json +1 -0
- data/features/cassettes/issues/milestones/create.json +1 -0
- data/features/cassettes/issues/milestones/delete.json +1 -0
- data/features/cassettes/issues/milestones/get.json +1 -0
- data/features/cassettes/issues/milestones/list.json +1 -0
- data/features/cassettes/issues/milestones/update.json +1 -0
- data/features/cassettes/markdown/render.json +1 -0
- data/features/cassettes/markdown/render_raw.json +1 -0
- data/features/cassettes/media/get_default.json +1 -0
- data/features/cassettes/media/get_full_json.json +1 -0
- data/features/cassettes/media/get_html_json.json +1 -0
- data/features/cassettes/media/get_raw_json.json +1 -0
- data/features/cassettes/media/get_text_json.json +1 -0
- data/features/cassettes/meta/get.json +1 -0
- data/features/cassettes/orgs/get.json +1 -0
- data/features/cassettes/orgs/list/oauth_user.json +1 -0
- data/features/cassettes/orgs/list/user.json +1 -0
- data/features/cassettes/orgs/members/list.json +1 -0
- data/features/cassettes/orgs/members/list_public.json +1 -0
- data/features/cassettes/orgs/members/member_false.json +1 -0
- data/features/cassettes/orgs/members/member_public_false.json +1 -0
- data/features/cassettes/orgs/members/member_public_true.json +1 -0
- data/features/cassettes/pagination/issues/list/first.json +1 -0
- data/features/cassettes/pagination/issues/list/last.json +1 -0
- data/features/cassettes/pagination/issues/list/lastest.json +1 -0
- data/features/cassettes/pagination/issues/list/next.json +1 -0
- data/features/cassettes/pagination/issues/list/prev.json +1 -0
- data/features/cassettes/pagination/repos/commits/list.json +1 -0
- data/features/cassettes/pagination/repos/commits/next.json +1 -0
- data/features/cassettes/pagination/repos/commits/sha.json +1 -0
- data/features/cassettes/pagination/repos/commits/sha/next.json +1 -0
- data/features/cassettes/pagination/repos/diff.json +1 -0
- data/features/cassettes/pagination/repos/diff/next.json +1 -0
- data/features/cassettes/pagination/repos/list.json +1 -0
- data/features/cassettes/pagination/repos/list/next.json +1 -0
- data/features/cassettes/pagination/repos/per_page/each_page.json +1 -0
- data/features/cassettes/pagination/repos/per_page/first.json +1 -0
- data/features/cassettes/pull_requests/comments/list_pull.json +1 -0
- data/features/cassettes/pull_requests/comments/list_repo.json +1 -0
- data/features/cassettes/pull_requests/create.json +1 -0
- data/features/cassettes/pull_requests/get.json +1 -0
- data/features/cassettes/pull_requests/list.json +1 -0
- data/features/cassettes/pull_requests/merge.json +1 -0
- data/features/cassettes/pull_requests/merged.json +1 -0
- data/features/cassettes/ratelimit/get.json +1 -0
- data/features/cassettes/ratelimit/get_remaining.json +1 -0
- data/features/cassettes/ratelimit/get_reset.json +1 -0
- data/features/cassettes/repos/assets/delete.json +1 -0
- data/features/cassettes/repos/assets/edit.json +1 -0
- data/features/cassettes/repos/assets/get.json +1 -0
- data/features/cassettes/repos/assets/list.json +1 -0
- data/features/cassettes/repos/assets/upload.json +1 -0
- data/features/cassettes/repos/branch.json +1 -0
- data/features/cassettes/repos/branch_mutation_one.json +1 -0
- data/features/cassettes/repos/branch_mutation_two.json +1 -0
- data/features/cassettes/repos/branches.json +1 -0
- data/features/cassettes/repos/comments/list.json +1 -0
- data/features/cassettes/repos/commits/compare.json +1 -0
- data/features/cassettes/repos/commits/get.json +1 -0
- data/features/cassettes/repos/commits/list.json +1 -0
- data/features/cassettes/repos/contents/archive.json +1 -0
- data/features/cassettes/repos/contents/create.json +1 -0
- data/features/cassettes/repos/contents/delete.json +1 -0
- data/features/cassettes/repos/contents/get.json +1 -0
- data/features/cassettes/repos/contents/readme.json +1 -0
- data/features/cassettes/repos/contents/update.json +1 -0
- data/features/cassettes/repos/create.json +1 -0
- data/features/cassettes/repos/deployments/create.json +1 -0
- data/features/cassettes/repos/deployments/create_status.json +1 -0
- data/features/cassettes/repos/deployments/list.json +1 -0
- data/features/cassettes/repos/deployments/list_statuses.json +1 -0
- data/features/cassettes/repos/forks/list.json +1 -0
- data/features/cassettes/repos/forks/list_sort.json +1 -0
- data/features/cassettes/repos/get.json +1 -0
- data/features/cassettes/repos/languages.json +1 -0
- data/features/cassettes/repos/list.json +1 -0
- data/features/cassettes/repos/list_org.json +1 -0
- data/features/cassettes/repos/list_org_instance.json +1 -0
- data/features/cassettes/repos/list_repos.json +1 -0
- data/features/cassettes/repos/pages/get.json +1 -0
- data/features/cassettes/repos/pages/list_builds.json +1 -0
- data/features/cassettes/repos/releases/create.json +1 -0
- data/features/cassettes/repos/releases/delete.json +1 -0
- data/features/cassettes/repos/releases/edit.json +1 -0
- data/features/cassettes/repos/releases/get.json +1 -0
- data/features/cassettes/repos/releases/list.json +1 -0
- data/features/cassettes/repos/stats/commits.json +1 -0
- data/features/cassettes/repos/stats/contribs.json +1 -0
- data/features/cassettes/repos/stats/frequency.json +1 -0
- data/features/cassettes/repos/stats/participation.json +1 -0
- data/features/cassettes/repos/stats/punch.json +1 -0
- data/features/cassettes/repos/statuses/list.json +1 -0
- data/features/cassettes/repos/statuses/list_combined.json +1 -0
- data/features/cassettes/repos/tags.json +1 -0
- data/features/cassettes/say/custom.json +1 -0
- data/features/cassettes/say/random.json +1 -0
- data/features/cassettes/search/code.json +1 -0
- data/features/cassettes/search/code_query.json +1 -0
- data/features/cassettes/search/code_unicode.json +1 -0
- data/features/cassettes/search/issues.json +1 -0
- data/features/cassettes/search/legacy/email.json +1 -0
- data/features/cassettes/search/legacy/issues.json +1 -0
- data/features/cassettes/search/legacy/repos.json +1 -0
- data/features/cassettes/search/legacy/users.json +1 -0
- data/features/cassettes/search/legacy/users_keyword.json +1 -0
- data/features/cassettes/search/repos.json +1 -0
- data/features/cassettes/search/users.json +1 -0
- data/features/cassettes/search/users_keyword.json +1 -0
- data/features/cassettes/users/all.json +1 -0
- data/features/cassettes/users/emails/add.json +1 -0
- data/features/cassettes/users/emails/all.json +1 -0
- data/features/cassettes/users/emails/delete.json +1 -0
- data/features/cassettes/users/followers/follow.json +1 -0
- data/features/cassettes/users/followers/following.json +1 -0
- data/features/cassettes/users/followers/following_.json +1 -0
- data/features/cassettes/users/followers/following_another.json +1 -0
- data/features/cassettes/users/followers/list.json +1 -0
- data/features/cassettes/users/followers/unfollow.json +1 -0
- data/features/cassettes/users/get/oauth.json +1 -0
- data/features/cassettes/users/get/user.json +1 -0
- data/features/cassettes/users/keys/create.json +1 -0
- data/features/cassettes/users/keys/delete.json +1 -0
- data/features/cassettes/users/keys/user.json +1 -0
- data/features/cassettes/users/keys/user_all.json +1 -0
- data/features/cassettes/users/keys/user_all.yml +1 -1
- data/features/emojis.feature +1 -1
- data/features/error_codes.feature +1 -1
- data/features/gists.feature +24 -6
- data/features/gists/comments.feature +11 -11
- data/features/git_data/commmits.feature +1 -1
- data/features/git_data/references.feature +7 -7
- data/features/github_api.feature +13 -13
- data/features/gitignore.feature +2 -2
- data/features/issues.feature +1 -1
- data/features/issues/assignees.feature +1 -1
- data/features/issues/comments.feature +12 -12
- data/features/issues/events.feature +4 -4
- data/features/issues/labels.feature +9 -9
- data/features/issues/milestones.feature +7 -7
- data/features/markdown.feature +10 -10
- data/features/media_type.feature +1 -1
- data/features/meta.feature +1 -1
- data/features/orgs.feature +1 -1
- data/features/orgs/members.feature +8 -8
- data/features/pagination.feature +34 -34
- data/features/pull_requests.feature +36 -1
- data/features/pull_requests/comments.feature +4 -4
- data/features/rate_limit.feature +7 -1
- data/features/repos.feature +20 -6
- data/features/repos/assets.feature +2 -2
- data/features/repos/comments.feature +14 -0
- data/features/repos/commits.feature +35 -0
- data/features/repos/contents.feature +11 -11
- data/features/repos/deployments.feature +50 -0
- data/features/repos/forks.feature +2 -2
- data/features/repos/pages.feature +1 -1
- data/features/repos/releases.feature +3 -3
- data/features/repos/statistics.feature +14 -14
- data/features/repos/statuses.feature +14 -1
- data/features/say.feature +43 -43
- data/features/search.feature +3 -3
- data/features/search/legacy.feature +1 -1
- data/features/step_definitions/common_steps.rb +12 -1
- data/features/support/vcr.rb +6 -1
- data/features/users.feature +1 -1
- data/features/users/emails.feature +4 -4
- data/features/users/followers.feature +63 -0
- data/features/users/keys.feature +22 -1
- data/lib/github_api.rb +30 -25
- data/lib/github_api/api.rb +227 -24
- data/lib/github_api/api/actions.rb +5 -7
- data/lib/github_api/api/arguments.rb +248 -0
- data/lib/github_api/api/config.rb +107 -0
- data/lib/github_api/api/config/property.rb +30 -0
- data/lib/github_api/api/config/property_set.rb +118 -0
- data/lib/github_api/api/factory.rb +33 -0
- data/lib/github_api/client.rb +40 -56
- data/lib/github_api/client/activity.rb +25 -0
- data/lib/github_api/client/activity/events.rb +216 -0
- data/lib/github_api/client/activity/notifications.rb +184 -0
- data/lib/github_api/client/activity/starring.rb +128 -0
- data/lib/github_api/client/activity/watching.rb +174 -0
- data/lib/github_api/client/authorizations.rb +143 -0
- data/lib/github_api/client/authorizations/app.rb +98 -0
- data/lib/github_api/client/emojis.rb +17 -0
- data/lib/github_api/client/gists.rb +259 -0
- data/lib/github_api/client/gists/comments.rb +100 -0
- data/lib/github_api/client/git_data.rb +29 -0
- data/lib/github_api/client/git_data/blobs.rb +50 -0
- data/lib/github_api/client/git_data/commits.rb +99 -0
- data/lib/github_api/client/git_data/references.rb +146 -0
- data/lib/github_api/client/git_data/tags.rb +94 -0
- data/lib/github_api/client/git_data/trees.rb +111 -0
- data/lib/github_api/client/gitignore.rb +55 -0
- data/lib/github_api/client/issues.rb +246 -0
- data/lib/github_api/client/issues/assignees.rb +42 -0
- data/lib/github_api/client/issues/comments.rb +144 -0
- data/lib/github_api/client/issues/events.rb +48 -0
- data/lib/github_api/client/issues/labels.rb +187 -0
- data/lib/github_api/client/issues/milestones.rb +144 -0
- data/lib/github_api/client/markdown.rb +60 -0
- data/lib/github_api/client/meta.rb +17 -0
- data/lib/github_api/client/orgs.rb +98 -0
- data/lib/github_api/client/orgs/members.rb +125 -0
- data/lib/github_api/client/orgs/teams.rb +291 -0
- data/lib/github_api/client/pull_requests.rb +205 -0
- data/lib/github_api/client/pull_requests/comments.rb +165 -0
- data/lib/github_api/client/repos.rb +451 -0
- data/lib/github_api/client/repos/collaborators.rb +83 -0
- data/lib/github_api/client/repos/comments.rb +124 -0
- data/lib/github_api/client/repos/commits.rb +78 -0
- data/lib/github_api/client/repos/contents.rb +240 -0
- data/lib/github_api/client/repos/deployments.rb +135 -0
- data/lib/github_api/client/repos/downloads.rb +60 -0
- data/lib/github_api/client/repos/forks.rb +46 -0
- data/lib/github_api/client/repos/hooks.rb +212 -0
- data/lib/github_api/client/repos/keys.rb +81 -0
- data/lib/github_api/client/repos/merging.rb +45 -0
- data/lib/github_api/client/repos/pages.rb +46 -0
- data/lib/github_api/client/repos/pub_sub_hubbub.rb +133 -0
- data/lib/github_api/client/repos/releases.rb +153 -0
- data/lib/github_api/client/repos/releases/assets.rb +134 -0
- data/lib/github_api/client/repos/statistics.rb +87 -0
- data/lib/github_api/client/repos/statuses.rb +89 -0
- data/lib/github_api/client/say.rb +23 -0
- data/lib/github_api/client/scopes.rb +18 -0
- data/lib/github_api/client/search.rb +130 -0
- data/lib/github_api/client/search/legacy.rb +109 -0
- data/lib/github_api/client/users.rb +115 -0
- data/lib/github_api/client/users/emails.rb +62 -0
- data/lib/github_api/client/users/followers.rb +113 -0
- data/lib/github_api/client/users/keys.rb +102 -0
- data/lib/github_api/configuration.rb +25 -95
- data/lib/github_api/connection.rb +13 -15
- data/lib/github_api/normalizer.rb +1 -3
- data/lib/github_api/rate_limit.rb +6 -0
- data/lib/github_api/request.rb +49 -37
- data/lib/github_api/request/basic_auth.rb +1 -1
- data/lib/github_api/request/jsonize.rb +7 -5
- data/lib/github_api/request/oauth2.rb +1 -1
- data/lib/github_api/request/verbs.rb +60 -0
- data/lib/github_api/version.rb +2 -2
- data/spec/fixtures/auths/check.json +36 -0
- data/spec/fixtures/repos/deployment.json +31 -0
- data/spec/fixtures/repos/deployment_status.json +33 -0
- data/spec/fixtures/repos/deployment_statuses.json +68 -0
- data/spec/fixtures/repos/deployments.json +33 -0
- data/spec/github/api/arguments/dsl_spec.rb +10 -0
- data/spec/github/api/arguments/parse_spec.rb +88 -0
- data/spec/github/api/callbacks_spec.rb +59 -0
- data/spec/github/api/namespace_spec.rb +41 -0
- data/spec/github/api/property_spec.rb +100 -0
- data/spec/github/api/set_spec.rb +2 -3
- data/spec/github/api_factory_spec.rb +4 -4
- data/spec/github/api_spec.rb +2 -3
- data/spec/github/client/activity/events/issue_spec.rb +51 -0
- data/spec/github/client/activity/events/network_spec.rb +49 -0
- data/spec/github/client/activity/events/org_spec.rb +50 -0
- data/spec/github/client/activity/events/performed_spec.rb +73 -0
- data/spec/github/client/activity/events/public_spec.rb +44 -0
- data/spec/github/client/activity/events/received_spec.rb +72 -0
- data/spec/github/client/activity/events/repository_spec.rb +53 -0
- data/spec/github/client/activity/events/user_org_spec.rb +53 -0
- data/spec/github/client/activity/notifications/create_spec.rb +44 -0
- data/spec/github/client/activity/notifications/delete_spec.rb +41 -0
- data/spec/github/client/activity/notifications/get_spec.rb +58 -0
- data/spec/github/client/activity/notifications/list_spec.rb +75 -0
- data/spec/github/client/activity/notifications/mark_spec.rb +74 -0
- data/spec/github/client/activity/notifications/subscribed_spec.rb +48 -0
- data/spec/github/client/activity/starring/list_spec.rb +53 -0
- data/spec/github/client/activity/starring/star_spec.rb +36 -0
- data/spec/github/client/activity/starring/starred_spec.rb +53 -0
- data/spec/github/client/activity/starring/starring_spec.rb +38 -0
- data/spec/github/client/activity/starring/unstar_spec.rb +37 -0
- data/spec/github/client/activity/watching/list_spec.rb +47 -0
- data/spec/github/client/activity/watching/unwatch_spec.rb +37 -0
- data/spec/github/client/activity/watching/watch_spec.rb +37 -0
- data/spec/github/client/activity/watching/watched_spec.rb +53 -0
- data/spec/github/client/activity/watching/watching_spec.rb +39 -0
- data/spec/github/client/authorizations/app/check_spec.rb +68 -0
- data/spec/github/client/authorizations/app/create_spec.rb +44 -0
- data/spec/github/client/authorizations/app/delete_spec.rb +59 -0
- data/spec/github/client/authorizations/create_spec.rb +49 -0
- data/spec/github/client/authorizations/delete_spec.rb +38 -0
- data/spec/github/client/authorizations/get_spec.rb +48 -0
- data/spec/github/client/authorizations/list_spec.rb +54 -0
- data/spec/github/client/authorizations/update_spec.rb +49 -0
- data/spec/github/client/gists/comments/create_spec.rb +51 -0
- data/spec/github/client/gists/comments/delete_spec.rb +32 -0
- data/spec/github/client/gists/comments/edit_spec.rb +52 -0
- data/spec/github/client/gists/comments/get_spec.rb +48 -0
- data/spec/github/client/gists/comments/list_spec.rb +51 -0
- data/spec/github/client/gists/comments_spec.rb +11 -0
- data/spec/github/client/gists/create_spec.rb +64 -0
- data/spec/github/client/gists/delete_spec.rb +31 -0
- data/spec/github/client/gists/edit_spec.rb +60 -0
- data/spec/github/client/gists/fork_spec.rb +41 -0
- data/spec/github/client/gists/get_spec.rb +47 -0
- data/spec/github/client/gists/is_starred_spec.rb +44 -0
- data/spec/github/client/gists/list_spec.rb +78 -0
- data/spec/github/client/gists/star_spec.rb +30 -0
- data/spec/github/client/gists/starred_spec.rb +44 -0
- data/spec/github/client/gists/unstar_spec.rb +30 -0
- data/spec/github/client/git_data/blobs/create_spec.rb +64 -0
- data/spec/github/client/git_data/blobs/get_spec.rb +49 -0
- data/spec/github/client/git_data/blobs_spec.rb +9 -0
- data/spec/github/client/git_data/commits/create_spec.rb +77 -0
- data/spec/github/client/git_data/commits/get_spec.rb +50 -0
- data/spec/github/client/git_data/commits_spec.rb +9 -0
- data/spec/github/client/git_data/references/create_spec.rb +67 -0
- data/spec/github/client/git_data/references/delete_spec.rb +39 -0
- data/spec/github/client/git_data/references/get_spec.rb +56 -0
- data/spec/github/client/git_data/references/list_spec.rb +111 -0
- data/spec/github/client/git_data/references/update_spec.rb +62 -0
- data/spec/github/client/git_data/references_spec.rb +11 -0
- data/spec/github/client/git_data/tags/create_spec.rb +63 -0
- data/spec/github/client/git_data/tags/get_spec.rb +48 -0
- data/spec/github/client/git_data/tags_spec.rb +9 -0
- data/spec/github/client/git_data/trees/create_spec.rb +68 -0
- data/spec/github/client/git_data/trees/get_spec.rb +69 -0
- data/spec/github/client/git_data/trees_spec.rb +9 -0
- data/spec/github/client/gitignore/get_spec.rb +53 -0
- data/spec/github/client/gitignore/list_spec.rb +41 -0
- data/spec/github/client/issues/assignees/check_spec.rb +46 -0
- data/spec/github/client/issues/assignees/list_spec.rb +47 -0
- data/spec/github/client/issues/assignees_spec.rb +5 -0
- data/spec/github/client/issues/comments/create_spec.rb +49 -0
- data/spec/github/client/issues/comments/delete_spec.rb +35 -0
- data/spec/github/client/issues/comments/edit_spec.rb +49 -0
- data/spec/github/client/issues/comments/get_spec.rb +48 -0
- data/spec/github/client/issues/comments/list_spec.rb +78 -0
- data/spec/github/client/issues/comments_spec.rb +9 -0
- data/spec/github/client/issues/create_spec.rb +60 -0
- data/spec/github/client/issues/edit_spec.rb +61 -0
- data/spec/github/client/issues/events/get_spec.rb +50 -0
- data/spec/github/client/issues/events/list_spec.rb +85 -0
- data/spec/github/client/issues/events_spec.rb +7 -0
- data/spec/github/client/issues/get_spec.rb +48 -0
- data/spec/github/client/issues/labels/add_spec.rb +50 -0
- data/spec/github/client/issues/labels/create_spec.rb +59 -0
- data/spec/github/client/issues/labels/delete_spec.rb +38 -0
- data/spec/github/client/issues/labels/get_spec.rb +47 -0
- data/spec/github/client/issues/labels/list_spec.rb +102 -0
- data/spec/github/client/issues/labels/remove_spec.rb +57 -0
- data/spec/github/client/issues/labels/replace_spec.rb +48 -0
- data/spec/github/client/issues/labels/update_spec.rb +60 -0
- data/spec/github/client/issues/labels_spec.rb +9 -0
- data/spec/github/client/issues/list_spec.rb +100 -0
- data/spec/github/client/issues/milestones/create_spec.rb +56 -0
- data/spec/github/client/issues/milestones/delete_spec.rb +41 -0
- data/spec/github/client/issues/milestones/get_spec.rb +51 -0
- data/spec/github/client/issues/milestones/list_spec.rb +52 -0
- data/spec/github/client/issues/milestones/update_spec.rb +56 -0
- data/spec/github/client/issues/milestones_spec.rb +11 -0
- data/spec/github/client/orgs/edit_spec.rb +53 -0
- data/spec/github/client/orgs/get_spec.rb +43 -0
- data/spec/github/client/orgs/list_spec.rb +62 -0
- data/spec/github/client/orgs/members/conceal_spec.rb +36 -0
- data/spec/github/client/orgs/members/delete_spec.rb +34 -0
- data/spec/github/client/orgs/members/list_spec.rb +82 -0
- data/spec/github/client/orgs/members/member_spec.rb +66 -0
- data/spec/github/client/orgs/members/publicize_spec.rb +36 -0
- data/spec/github/client/orgs/members_spec.rb +5 -0
- data/spec/github/client/orgs/teams/add_member_spec.rb +40 -0
- data/spec/github/client/orgs/teams/add_repo_spec.rb +39 -0
- data/spec/github/client/orgs/teams/create_spec.rb +58 -0
- data/spec/github/client/orgs/teams/delete_spec.rb +35 -0
- data/spec/github/client/orgs/teams/edit_spec.rb +57 -0
- data/spec/github/client/orgs/teams/get_spec.rb +44 -0
- data/spec/github/client/orgs/teams/list_members_spec.rb +49 -0
- data/spec/github/client/orgs/teams/list_repos_spec.rb +49 -0
- data/spec/github/client/orgs/teams/list_spec.rb +72 -0
- data/spec/github/client/orgs/teams/remove_member_spec.rb +39 -0
- data/spec/github/client/orgs/teams/remove_repo_spec.rb +39 -0
- data/spec/github/client/orgs/teams/team_member_spec.rb +41 -0
- data/spec/github/client/orgs/teams/team_repo_spec.rb +42 -0
- data/spec/github/client/orgs/teams_spec.rb +7 -0
- data/spec/github/client/pull_requests/comments/create_spec.rb +58 -0
- data/spec/github/client/pull_requests/comments/delete_spec.rb +35 -0
- data/spec/github/client/pull_requests/comments/edit_spec.rb +50 -0
- data/spec/github/client/pull_requests/comments/get_spec.rb +51 -0
- data/spec/github/client/pull_requests/comments/list_spec.rb +76 -0
- data/spec/github/client/pull_requests/comments_spec.rb +11 -0
- data/spec/github/client/pull_requests/commits_spec.rb +50 -0
- data/spec/github/client/pull_requests/create_spec.rb +55 -0
- data/spec/github/client/pull_requests/files_spec.rb +50 -0
- data/spec/github/client/pull_requests/get_spec.rb +48 -0
- data/spec/github/client/pull_requests/list_spec.rb +53 -0
- data/spec/github/client/pull_requests/merge_spec.rb +44 -0
- data/spec/github/client/pull_requests/merged_spec.rb +38 -0
- data/spec/github/client/pull_requests/update_spec.rb +55 -0
- data/spec/github/client/repos/assets/delete_spec.rb +39 -0
- data/spec/github/client/repos/assets/edit_spec.rb +40 -0
- data/spec/github/client/repos/assets/get_spec.rb +44 -0
- data/spec/github/client/repos/assets/list_spec.rb +54 -0
- data/spec/github/client/repos/assets/upload_spec.rb +43 -0
- data/spec/github/client/repos/branch_spec.rb +41 -0
- data/spec/github/client/repos/branches_spec.rb +53 -0
- data/spec/github/client/repos/collaborators/add_spec.rb +38 -0
- data/spec/github/client/repos/collaborators/get_spec.rb +49 -0
- data/spec/github/client/repos/collaborators/list_spec.rb +54 -0
- data/spec/github/client/repos/collaborators/remove_spec.rb +38 -0
- data/spec/github/client/repos/collaborators_spec.rb +7 -0
- data/spec/github/client/repos/comments/create_spec.rb +59 -0
- data/spec/github/client/repos/comments/delete_spec.rb +42 -0
- data/spec/github/client/repos/comments/get_spec.rb +51 -0
- data/spec/github/client/repos/comments/list_spec.rb +94 -0
- data/spec/github/client/repos/comments/update_spec.rb +47 -0
- data/spec/github/client/repos/commits/compare_spec.rb +36 -0
- data/spec/github/client/repos/commits/get_spec.rb +49 -0
- data/spec/github/client/repos/commits/list_spec.rb +51 -0
- data/spec/github/client/repos/contents/archive_spec.rb +38 -0
- data/spec/github/client/repos/contents/create_spec.rb +41 -0
- data/spec/github/client/repos/contents/delete_spec.rb +55 -0
- data/spec/github/client/repos/contents/get_spec.rb +35 -0
- data/spec/github/client/repos/contents/readme_spec.rb +30 -0
- data/spec/github/client/repos/contributors_spec.rb +58 -0
- data/spec/github/client/repos/create_spec.rb +77 -0
- data/spec/github/client/repos/delete_spec.rb +37 -0
- data/spec/github/client/repos/deployments/create_spec.rb +54 -0
- data/spec/github/client/repos/deployments/create_status_spec.rb +54 -0
- data/spec/github/client/repos/deployments/list_spec.rb +51 -0
- data/spec/github/client/repos/deployments/statuses_spec.rb +49 -0
- data/spec/github/client/repos/downloads/delete_spec.rb +44 -0
- data/spec/github/client/repos/downloads/get_spec.rb +52 -0
- data/spec/github/client/repos/downloads/list_spec.rb +54 -0
- data/spec/github/client/repos/downloads_spec.rb +13 -0
- data/spec/github/client/repos/edit_spec.rb +59 -0
- data/spec/github/client/repos/forks/create_spec.rb +44 -0
- data/spec/github/client/repos/forks/list_spec.rb +53 -0
- data/spec/github/client/repos/get_spec.rb +50 -0
- data/spec/github/client/repos/hooks/create_spec.rb +67 -0
- data/spec/github/client/repos/hooks/delete_spec.rb +39 -0
- data/spec/github/client/repos/hooks/edit_spec.rb +76 -0
- data/spec/github/client/repos/hooks/get_spec.rb +48 -0
- data/spec/github/client/repos/hooks/list_spec.rb +53 -0
- data/spec/github/client/repos/hooks/ping_spec.rb +39 -0
- data/spec/github/client/repos/hooks/test_spec.rb +39 -0
- data/spec/github/client/repos/hooks_spec.rb +13 -0
- data/spec/github/client/repos/keys/create_spec.rb +49 -0
- data/spec/github/client/repos/keys/delete_spec.rb +39 -0
- data/spec/github/client/repos/keys/get_spec.rb +44 -0
- data/spec/github/client/repos/keys/list_spec.rb +53 -0
- data/spec/github/client/repos/keys_spec.rb +9 -0
- data/spec/github/client/repos/languages_spec.rb +61 -0
- data/spec/github/client/repos/list_spec.rb +120 -0
- data/spec/github/client/repos/merging/merge_spec.rb +59 -0
- data/spec/github/client/repos/pub_sub_hubbub/subscribe_service_spec.rb +26 -0
- data/spec/github/client/repos/pub_sub_hubbub/subscribe_spec.rb +46 -0
- data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +20 -0
- data/spec/github/client/repos/pub_sub_hubbub/unsubscribe_spec.rb +58 -0
- data/spec/github/client/repos/releases/create_spec.rb +43 -0
- data/spec/github/client/repos/releases/delete_spec.rb +39 -0
- data/spec/github/client/repos/releases/edit_spec.rb +39 -0
- data/spec/github/client/repos/releases/get_spec.rb +44 -0
- data/spec/github/client/repos/releases/list_spec.rb +53 -0
- data/spec/github/client/repos/statistics/code_frequency_spec.rb +25 -0
- data/spec/github/client/repos/statistics/commit_activity_spec.rb +29 -0
- data/spec/github/client/repos/statistics/contributors_spec.rb +29 -0
- data/spec/github/client/repos/statistics/participation_spec.rb +25 -0
- data/spec/github/client/repos/statistics/punch_card_spec.rb +25 -0
- data/spec/github/client/repos/statuses/create_spec.rb +56 -0
- data/spec/github/client/repos/statuses/list_spec.rb +53 -0
- data/spec/github/client/repos/statuses_spec.rb +11 -0
- data/spec/github/client/repos/tags_spec.rb +59 -0
- data/spec/github/client/repos/teams_spec.rb +59 -0
- data/spec/github/client/scopes/list_spec.rb +33 -0
- data/spec/github/client/search/code_spec.rb +38 -0
- data/spec/github/client/search/issues_spec.rb +38 -0
- data/spec/github/client/search/legacy/email_spec.rb +34 -0
- data/spec/github/client/search/legacy/issues_spec.rb +39 -0
- data/spec/github/client/search/legacy/repos_spec.rb +36 -0
- data/spec/github/client/search/legacy/users_spec.rb +36 -0
- data/spec/github/client/search/repos_spec.rb +38 -0
- data/spec/github/client/search/users_spec.rb +38 -0
- data/spec/github/client/users/emails/add_spec.rb +33 -0
- data/spec/github/client/users/emails/delete_spec.rb +33 -0
- data/spec/github/client/users/emails/list_spec.rb +52 -0
- data/spec/github/client/users/followers/follow_spec.rb +33 -0
- data/spec/github/client/users/followers/following_spec.rb +65 -0
- data/spec/github/client/users/followers/is_following_spec.rb +41 -0
- data/spec/github/client/users/followers/list_spec.rb +62 -0
- data/spec/github/client/users/followers/unfollow_spec.rb +33 -0
- data/spec/github/client/users/get_spec.rb +61 -0
- data/spec/github/client/users/keys/create_spec.rb +51 -0
- data/spec/github/client/users/keys/delete_spec.rb +37 -0
- data/spec/github/client/users/keys/get_spec.rb +50 -0
- data/spec/github/client/users/keys/list_spec.rb +77 -0
- data/spec/github/client/users/keys/update_spec.rb +56 -0
- data/spec/github/client/users/list_spec.rb +45 -0
- data/spec/github/client/users/update_spec.rb +56 -0
- data/spec/github/client_spec.rb +14 -38
- data/spec/github/configuration_spec.rb +22 -27
- data/spec/github/paged_request_spec.rb +1 -1
- data/spec/github/pagination/iterator/number_spec.rb +1 -1
- data/spec/github/pagination/iterator/sha_spec.rb +1 -1
- data/spec/github/request/jsonize_spec.rb +7 -8
- data/spec/github/request/request_spec.rb +3 -1
- data/spec/github/request_spec.rb +11 -5
- data/spec/github/validations/format_spec.rb +1 -1
- data/spec/github_spec.rb +1 -4
- data/spec/integration/activity_spec.rb +5 -5
- data/spec/integration/arguments_spec.rb +11 -17
- data/spec/integration/authorizations_spec.rb +1 -1
- data/spec/integration/gists_spec.rb +2 -2
- data/spec/integration/git_data_spec.rb +6 -6
- data/spec/integration/issues_spec.rb +6 -6
- data/spec/integration/options_spec.rb +7 -6
- data/spec/integration/orgs_spec.rb +6 -4
- data/spec/integration/pull_requests_spec.rb +2 -2
- data/spec/integration/repos_spec.rb +14 -14
- data/spec/integration/search_spec.rb +2 -2
- data/spec/integration/users_spec.rb +4 -4
- data/spec/spec_helper.rb +11 -12
- metadata +544 -602
- data/features/cassettes/activity/events/issue.yml +0 -192
- data/features/cassettes/activity/events/network.yml +0 -134
- data/features/cassettes/activity/events/org.yml +0 -325
- data/features/cassettes/activity/events/performed.yml +0 -362
- data/features/cassettes/activity/events/public.yml +0 -284
- data/features/cassettes/activity/events/received.yml +0 -422
- data/features/cassettes/activity/events/repo.yml +0 -134
- data/features/cassettes/activity/events/user_org.yml +0 -48
- data/features/cassettes/activity/notifications/list_user.yml +0 -54
- data/features/cassettes/activity/starring/list.yml +0 -98
- data/features/cassettes/activity/starring/star.yml +0 -48
- data/features/cassettes/activity/starring/starred.yml +0 -195
- data/features/cassettes/activity/starring/starring.yml +0 -56
- data/features/cassettes/activity/starring/unstar.yml +0 -46
- data/features/cassettes/activity/watching/list.yml +0 -76
- data/features/cassettes/activity/watching/unwatch.yml +0 -46
- data/features/cassettes/activity/watching/watch.yml +0 -48
- data/features/cassettes/activity/watching/watched.yml +0 -166
- data/features/cassettes/activity/watching/watching.yml +0 -56
- data/features/cassettes/arguments/orgs/get.yml +0 -69
- data/features/cassettes/arguments/pulls/get.yml +0 -112
- data/features/cassettes/arguments/repo_commits/get.yml +0 -89
- data/features/cassettes/auto_pagination/repos/get.yml +0 -86
- data/features/cassettes/auto_pagination/repos/global_list.yml +0 -1157
- data/features/cassettes/auto_pagination/repos/list.yml +0 -1235
- data/features/cassettes/emojis/list.yml +0 -258
- data/features/cassettes/errors/repos/create.yml +0 -88
- data/features/cassettes/gists/comments/all.yml +0 -161
- data/features/cassettes/gists/comments/first.yml +0 -86
- data/features/cassettes/gists/fork.yml +0 -78
- data/features/cassettes/gists/gist.yml +0 -105
- data/features/cassettes/gists/gists/public_all.yml +0 -253
- data/features/cassettes/gists/gists/starred.yml +0 -75
- data/features/cassettes/gists/gists/user_all.yml +0 -143
- data/features/cassettes/gists/star.yml +0 -71
- data/features/cassettes/gists/starred.yml +0 -75
- data/features/cassettes/gists/unstar.yml +0 -67
- data/features/cassettes/git_data/commits/get.yml +0 -69
- data/features/cassettes/git_data/references/all.yml +0 -410
- data/features/cassettes/git_data/references/all_tags.yml +0 -172
- data/features/cassettes/git_data/references/one.yml +0 -128
- data/features/cassettes/gitignore/get.yml +0 -60
- data/features/cassettes/gitignore/get_raw.yml +0 -224
- data/features/cassettes/gitignore/list.yml +0 -67
- data/features/cassettes/issues/assignees/ckeck.yml +0 -46
- data/features/cassettes/issues/assignees/ckeck_not.yml +0 -105
- data/features/cassettes/issues/assignees/list.yml +0 -64
- data/features/cassettes/issues/comments/create.yml +0 -55
- data/features/cassettes/issues/comments/delete.yml +0 -46
- data/features/cassettes/issues/comments/edit.yml +0 -53
- data/features/cassettes/issues/comments/get.yml +0 -71
- data/features/cassettes/issues/comments/list_issue.yml +0 -82
- data/features/cassettes/issues/comments/list_repo.yml +0 -266
- data/features/cassettes/issues/create.yml +0 -46
- data/features/cassettes/issues/edit.yml +0 -44
- data/features/cassettes/issues/events/get.yml +0 -139
- data/features/cassettes/issues/events/list_issue.yml +0 -71
- data/features/cassettes/issues/events/list_repo.yml +0 -222
- data/features/cassettes/issues/get.yml +0 -62
- data/features/cassettes/issues/labels/add.yml +0 -52
- data/features/cassettes/issues/labels/create.yml +0 -54
- data/features/cassettes/issues/labels/delete.yml +0 -46
- data/features/cassettes/issues/labels/get.yml +0 -63
- data/features/cassettes/issues/labels/list_issue.yml +0 -64
- data/features/cassettes/issues/labels/list_milestone.yml +0 -65
- data/features/cassettes/issues/labels/list_repo.yml +0 -65
- data/features/cassettes/issues/labels/remove_all.yml +0 -46
- data/features/cassettes/issues/labels/remove_one.yml +0 -46
- data/features/cassettes/issues/labels/replace.yml +0 -52
- data/features/cassettes/issues/labels/update.yml +0 -52
- data/features/cassettes/issues/list/repo.yml +0 -251
- data/features/cassettes/issues/list/user.yml +0 -44
- data/features/cassettes/issues/milestones/create.yml +0 -55
- data/features/cassettes/issues/milestones/delete.yml +0 -46
- data/features/cassettes/issues/milestones/get.yml +0 -175
- data/features/cassettes/issues/milestones/list.yml +0 -54
- data/features/cassettes/issues/milestones/update.yml +0 -53
- data/features/cassettes/markdown/render.yml +0 -46
- data/features/cassettes/markdown/render_raw.yml +0 -46
- data/features/cassettes/media/get_default.yml +0 -84
- data/features/cassettes/media/get_full_json.yml +0 -83
- data/features/cassettes/media/get_html_json.yml +0 -81
- data/features/cassettes/media/get_raw_json.yml +0 -80
- data/features/cassettes/media/get_text_json.yml +0 -80
- data/features/cassettes/meta/get.yml +0 -59
- data/features/cassettes/orgs/get.yml +0 -85
- data/features/cassettes/orgs/list/oauth_user.yml +0 -75
- data/features/cassettes/orgs/list/user.yml +0 -134
- data/features/cassettes/orgs/members/list.yml +0 -139
- data/features/cassettes/orgs/members/list_public.yml +0 -140
- data/features/cassettes/orgs/members/member_false.yml +0 -52
- data/features/cassettes/orgs/members/member_public_false.yml +0 -55
- data/features/cassettes/orgs/members/member_public_true.yml +0 -48
- data/features/cassettes/pagination/issues/list/first.yml +0 -432
- data/features/cassettes/pagination/issues/list/last.yml +0 -297
- data/features/cassettes/pagination/issues/list/next.yml +0 -377
- data/features/cassettes/pagination/issues/list/prev.yml +0 -386
- data/features/cassettes/pagination/repos/commits/list.yml +0 -224
- data/features/cassettes/pagination/repos/commits/next.yml +0 -225
- data/features/cassettes/pagination/repos/commits/sha.yml +0 -181
- data/features/cassettes/pagination/repos/commits/sha/next.yml +0 -205
- data/features/cassettes/pagination/repos/diff.yml +0 -174
- data/features/cassettes/pagination/repos/diff/next.yml +0 -147
- data/features/cassettes/pagination/repos/list.yml +0 -212
- data/features/cassettes/pagination/repos/list/next.yml +0 -184
- data/features/cassettes/pagination/repos/per_page/each_page.yml +0 -497
- data/features/cassettes/pagination/repos/per_page/first.yml +0 -173
- data/features/cassettes/pull_requests/comments/get.yml +0 -159
- data/features/cassettes/pull_requests/comments/list_pull.yml +0 -54
- data/features/cassettes/pull_requests/comments/list_repo.yml +0 -54
- data/features/cassettes/pull_requests/get.yml +0 -120
- data/features/cassettes/pull_requests/list.yml +0 -254
- data/features/cassettes/ratelimit/get.yml +0 -64
- data/features/cassettes/ratelimit/get_remaining.yml +0 -64
- data/features/cassettes/repos/assets/delete.yml +0 -52
- data/features/cassettes/repos/assets/edit.yml +0 -65
- data/features/cassettes/repos/assets/get.yml +0 -74
- data/features/cassettes/repos/assets/list.yml +0 -73
- data/features/cassettes/repos/assets/upload.yml +0 -66
- data/features/cassettes/repos/branch.yml +0 -61
- data/features/cassettes/repos/branches.yml +0 -83
- data/features/cassettes/repos/contents/archive.yml +0 -54
- data/features/cassettes/repos/contents/create.yml +0 -60
- data/features/cassettes/repos/contents/delete.yml +0 -59
- data/features/cassettes/repos/contents/get.yml +0 -226
- data/features/cassettes/repos/contents/readme.yml +0 -271
- data/features/cassettes/repos/contents/update.yml +0 -62
- data/features/cassettes/repos/create.yml +0 -46
- data/features/cassettes/repos/forks/list.yml +0 -314
- data/features/cassettes/repos/forks/list_sort.yml +0 -318
- data/features/cassettes/repos/get.yml +0 -89
- data/features/cassettes/repos/languages.yml +0 -75
- data/features/cassettes/repos/list.yml +0 -123
- data/features/cassettes/repos/list_org.yml +0 -167
- data/features/cassettes/repos/list_org_instance.yml +0 -300
- data/features/cassettes/repos/list_repos.yml +0 -801
- data/features/cassettes/repos/pages/get.yml +0 -71
- data/features/cassettes/repos/pages/list_builds.yml +0 -63
- data/features/cassettes/repos/pages/list_latest_builds.yml +0 -62
- data/features/cassettes/repos/releases/create.yml +0 -64
- data/features/cassettes/repos/releases/delete.yml +0 -52
- data/features/cassettes/repos/releases/edit.yml +0 -63
- data/features/cassettes/repos/releases/get.yml +0 -78
- data/features/cassettes/repos/releases/list.yml +0 -81
- data/features/cassettes/repos/stats/commits.yml +0 -80
- data/features/cassettes/repos/stats/contribs.yml +0 -221
- data/features/cassettes/repos/stats/frequency.yml +0 -54
- data/features/cassettes/repos/stats/participation.yml +0 -68
- data/features/cassettes/repos/stats/punch.yml +0 -76
- data/features/cassettes/repos/statuses/create.yml +0 -52
- data/features/cassettes/repos/statuses/list.yml +0 -64
- data/features/cassettes/repos/tags.yml +0 -102
- data/features/cassettes/repos/teams.yml +0 -48
- data/features/cassettes/say/custom.yml +0 -60
- data/features/cassettes/say/random.yml +0 -60
- data/features/cassettes/search/code.yml +0 -252
- data/features/cassettes/search/code_query.yml +0 -203
- data/features/cassettes/search/code_unicode.yml +0 -93
- data/features/cassettes/search/issues.yml +0 -626
- data/features/cassettes/search/legacy/email.yml +0 -72
- data/features/cassettes/search/legacy/issues.yml +0 -119
- data/features/cassettes/search/legacy/repos.yml +0 -394
- data/features/cassettes/search/legacy/users.yml +0 -72
- data/features/cassettes/search/legacy/users_keyword.yml +0 -63
- data/features/cassettes/search/repos.yml +0 -407
- data/features/cassettes/search/users.yml +0 -72
- data/features/cassettes/search/users_keyword.yml +0 -65
- data/features/cassettes/users/all.yml +0 -256
- data/features/cassettes/users/emails/add.yml +0 -75
- data/features/cassettes/users/emails/all.yml +0 -75
- data/features/cassettes/users/emails/delete.yml +0 -40
- data/lib/github_api/activity.rb +0 -33
- data/lib/github_api/activity/events.rb +0 -206
- data/lib/github_api/activity/notifications.rb +0 -157
- data/lib/github_api/activity/starring.rb +0 -94
- data/lib/github_api/activity/watching.rb +0 -92
- data/lib/github_api/api_factory.rb +0 -31
- data/lib/github_api/arguments.rb +0 -166
- data/lib/github_api/authorizations.rb +0 -140
- data/lib/github_api/authorizations/app.rb +0 -77
- data/lib/github_api/compatibility.rb +0 -23
- data/lib/github_api/emojis.rb +0 -20
- data/lib/github_api/gists.rb +0 -205
- data/lib/github_api/gists/comments.rb +0 -87
- data/lib/github_api/git_data.rb +0 -39
- data/lib/github_api/git_data/blobs.rb +0 -46
- data/lib/github_api/git_data/commits.rb +0 -83
- data/lib/github_api/git_data/references.rb +0 -133
- data/lib/github_api/git_data/tags.rb +0 -78
- data/lib/github_api/git_data/trees.rb +0 -92
- data/lib/github_api/gitignore.rb +0 -50
- data/lib/github_api/issues.rb +0 -238
- data/lib/github_api/issues/assignees.rb +0 -44
- data/lib/github_api/issues/comments.rb +0 -115
- data/lib/github_api/issues/events.rb +0 -47
- data/lib/github_api/issues/labels.rb +0 -167
- data/lib/github_api/issues/milestones.rb +0 -125
- data/lib/github_api/markdown.rb +0 -60
- data/lib/github_api/meta.rb +0 -19
- data/lib/github_api/orgs.rb +0 -94
- data/lib/github_api/orgs/members.rb +0 -108
- data/lib/github_api/orgs/teams.rb +0 -243
- data/lib/github_api/pull_requests.rb +0 -192
- data/lib/github_api/pull_requests/comments.rb +0 -144
- data/lib/github_api/repos.rb +0 -449
- data/lib/github_api/repos/collaborators.rb +0 -73
- data/lib/github_api/repos/comments.rb +0 -117
- data/lib/github_api/repos/commits.rb +0 -71
- data/lib/github_api/repos/contents.rb +0 -188
- data/lib/github_api/repos/deployments.rb +0 -8
- data/lib/github_api/repos/downloads.rb +0 -112
- data/lib/github_api/repos/forks.rb +0 -42
- data/lib/github_api/repos/hooks.rb +0 -154
- data/lib/github_api/repos/keys.rb +0 -96
- data/lib/github_api/repos/merging.rb +0 -42
- data/lib/github_api/repos/pages.rb +0 -49
- data/lib/github_api/repos/pub_sub_hubbub.rb +0 -117
- data/lib/github_api/repos/releases.rb +0 -144
- data/lib/github_api/repos/releases/assets.rb +0 -126
- data/lib/github_api/repos/statistics.rb +0 -94
- data/lib/github_api/repos/statuses.rb +0 -63
- data/lib/github_api/s3_uploader.rb +0 -57
- data/lib/github_api/say.rb +0 -23
- data/lib/github_api/scopes.rb +0 -20
- data/lib/github_api/search.rb +0 -125
- data/lib/github_api/search/legacy.rb +0 -94
- data/lib/github_api/users.rb +0 -112
- data/lib/github_api/users/emails.rb +0 -58
- data/lib/github_api/users/followers.rb +0 -99
- data/lib/github_api/users/keys.rb +0 -92
- data/spec/github/activity/events/issue_spec.rb +0 -51
- data/spec/github/activity/events/network_spec.rb +0 -49
- data/spec/github/activity/events/org_spec.rb +0 -50
- data/spec/github/activity/events/performed_spec.rb +0 -73
- data/spec/github/activity/events/public_spec.rb +0 -44
- data/spec/github/activity/events/received_spec.rb +0 -72
- data/spec/github/activity/events/repository_spec.rb +0 -53
- data/spec/github/activity/events/user_org_spec.rb +0 -53
- data/spec/github/activity/notifications/create_spec.rb +0 -44
- data/spec/github/activity/notifications/delete_spec.rb +0 -41
- data/spec/github/activity/notifications/get_spec.rb +0 -58
- data/spec/github/activity/notifications/list_spec.rb +0 -75
- data/spec/github/activity/notifications/mark_spec.rb +0 -74
- data/spec/github/activity/notifications/subscribed_spec.rb +0 -48
- data/spec/github/activity/starring/list_spec.rb +0 -53
- data/spec/github/activity/starring/star_spec.rb +0 -36
- data/spec/github/activity/starring/starred_spec.rb +0 -53
- data/spec/github/activity/starring/starring_spec.rb +0 -38
- data/spec/github/activity/starring/unstar_spec.rb +0 -37
- data/spec/github/activity/watching/list_spec.rb +0 -47
- data/spec/github/activity/watching/unwatch_spec.rb +0 -37
- data/spec/github/activity/watching/watch_spec.rb +0 -37
- data/spec/github/activity/watching/watched_spec.rb +0 -53
- data/spec/github/activity/watching/watching_spec.rb +0 -39
- data/spec/github/arguments/parse_spec.rb +0 -68
- data/spec/github/authorizations/app/create_spec.rb +0 -44
- data/spec/github/authorizations/app/delete_spec.rb +0 -59
- data/spec/github/authorizations/create_spec.rb +0 -49
- data/spec/github/authorizations/delete_spec.rb +0 -40
- data/spec/github/authorizations/get_spec.rb +0 -49
- data/spec/github/authorizations/list_spec.rb +0 -55
- data/spec/github/authorizations/update_spec.rb +0 -50
- data/spec/github/gists/comments/create_spec.rb +0 -51
- data/spec/github/gists/comments/delete_spec.rb +0 -32
- data/spec/github/gists/comments/edit_spec.rb +0 -52
- data/spec/github/gists/comments/get_spec.rb +0 -48
- data/spec/github/gists/comments/list_spec.rb +0 -51
- data/spec/github/gists/comments_spec.rb +0 -11
- data/spec/github/gists/create_spec.rb +0 -64
- data/spec/github/gists/delete_spec.rb +0 -31
- data/spec/github/gists/edit_spec.rb +0 -60
- data/spec/github/gists/fork_spec.rb +0 -41
- data/spec/github/gists/get_spec.rb +0 -47
- data/spec/github/gists/is_starred_spec.rb +0 -44
- data/spec/github/gists/list_spec.rb +0 -78
- data/spec/github/gists/star_spec.rb +0 -30
- data/spec/github/gists/starred_spec.rb +0 -44
- data/spec/github/gists/unstar_spec.rb +0 -30
- data/spec/github/git_data/blobs/create_spec.rb +0 -64
- data/spec/github/git_data/blobs/get_spec.rb +0 -49
- data/spec/github/git_data/blobs_spec.rb +0 -9
- data/spec/github/git_data/commits/create_spec.rb +0 -77
- data/spec/github/git_data/commits/get_spec.rb +0 -50
- data/spec/github/git_data/commits_spec.rb +0 -9
- data/spec/github/git_data/references/create_spec.rb +0 -67
- data/spec/github/git_data/references/delete_spec.rb +0 -40
- data/spec/github/git_data/references/get_spec.rb +0 -56
- data/spec/github/git_data/references/list_spec.rb +0 -111
- data/spec/github/git_data/references/update_spec.rb +0 -62
- data/spec/github/git_data/references_spec.rb +0 -11
- data/spec/github/git_data/tags/create_spec.rb +0 -63
- data/spec/github/git_data/tags/get_spec.rb +0 -48
- data/spec/github/git_data/tags_spec.rb +0 -9
- data/spec/github/git_data/trees/create_spec.rb +0 -68
- data/spec/github/git_data/trees/get_spec.rb +0 -69
- data/spec/github/git_data/trees_spec.rb +0 -9
- data/spec/github/gitignore/get_spec.rb +0 -54
- data/spec/github/gitignore/list_spec.rb +0 -42
- data/spec/github/issues/assignees/check_spec.rb +0 -46
- data/spec/github/issues/assignees/list_spec.rb +0 -47
- data/spec/github/issues/assignees_spec.rb +0 -5
- data/spec/github/issues/comments/create_spec.rb +0 -50
- data/spec/github/issues/comments/delete_spec.rb +0 -36
- data/spec/github/issues/comments/edit_spec.rb +0 -50
- data/spec/github/issues/comments/get_spec.rb +0 -49
- data/spec/github/issues/comments/list_spec.rb +0 -79
- data/spec/github/issues/comments_spec.rb +0 -9
- data/spec/github/issues/create_spec.rb +0 -60
- data/spec/github/issues/edit_spec.rb +0 -61
- data/spec/github/issues/events/get_spec.rb +0 -51
- data/spec/github/issues/events/list_spec.rb +0 -86
- data/spec/github/issues/events_spec.rb +0 -7
- data/spec/github/issues/get_spec.rb +0 -49
- data/spec/github/issues/labels/add_spec.rb +0 -50
- data/spec/github/issues/labels/create_spec.rb +0 -59
- data/spec/github/issues/labels/delete_spec.rb +0 -39
- data/spec/github/issues/labels/get_spec.rb +0 -47
- data/spec/github/issues/labels/list_spec.rb +0 -102
- data/spec/github/issues/labels/remove_spec.rb +0 -58
- data/spec/github/issues/labels/replace_spec.rb +0 -49
- data/spec/github/issues/labels/update_spec.rb +0 -61
- data/spec/github/issues/labels_spec.rb +0 -7
- data/spec/github/issues/list_spec.rb +0 -100
- data/spec/github/issues/milestones/create_spec.rb +0 -56
- data/spec/github/issues/milestones/delete_spec.rb +0 -42
- data/spec/github/issues/milestones/get_spec.rb +0 -51
- data/spec/github/issues/milestones/list_spec.rb +0 -52
- data/spec/github/issues/milestones/update_spec.rb +0 -57
- data/spec/github/issues/milestones_spec.rb +0 -11
- data/spec/github/orgs/edit_spec.rb +0 -54
- data/spec/github/orgs/get_spec.rb +0 -44
- data/spec/github/orgs/list_spec.rb +0 -63
- data/spec/github/orgs/members/conceal_spec.rb +0 -37
- data/spec/github/orgs/members/delete_spec.rb +0 -35
- data/spec/github/orgs/members/list_spec.rb +0 -82
- data/spec/github/orgs/members/member_spec.rb +0 -67
- data/spec/github/orgs/members/publicize_spec.rb +0 -37
- data/spec/github/orgs/members_spec.rb +0 -5
- data/spec/github/orgs/teams/add_member_spec.rb +0 -40
- data/spec/github/orgs/teams/add_repo_spec.rb +0 -39
- data/spec/github/orgs/teams/create_spec.rb +0 -58
- data/spec/github/orgs/teams/delete_spec.rb +0 -36
- data/spec/github/orgs/teams/edit_spec.rb +0 -57
- data/spec/github/orgs/teams/get_spec.rb +0 -45
- data/spec/github/orgs/teams/list_members_spec.rb +0 -49
- data/spec/github/orgs/teams/list_repos_spec.rb +0 -49
- data/spec/github/orgs/teams/list_spec.rb +0 -49
- data/spec/github/orgs/teams/remove_member_spec.rb +0 -40
- data/spec/github/orgs/teams/remove_repo_spec.rb +0 -40
- data/spec/github/orgs/teams/team_member_spec.rb +0 -42
- data/spec/github/orgs/teams/team_repo_spec.rb +0 -43
- data/spec/github/orgs/teams_spec.rb +0 -7
- data/spec/github/pull_requests/comments/create_spec.rb +0 -59
- data/spec/github/pull_requests/comments/delete_spec.rb +0 -35
- data/spec/github/pull_requests/comments/edit_spec.rb +0 -51
- data/spec/github/pull_requests/comments/get_spec.rb +0 -52
- data/spec/github/pull_requests/comments/list_spec.rb +0 -76
- data/spec/github/pull_requests/comments_spec.rb +0 -11
- data/spec/github/pull_requests/commits_spec.rb +0 -51
- data/spec/github/pull_requests/create_spec.rb +0 -56
- data/spec/github/pull_requests/files_spec.rb +0 -51
- data/spec/github/pull_requests/get_spec.rb +0 -49
- data/spec/github/pull_requests/list_spec.rb +0 -54
- data/spec/github/pull_requests/merge_spec.rb +0 -44
- data/spec/github/pull_requests/merged_spec.rb +0 -39
- data/spec/github/pull_requests/update_spec.rb +0 -55
- data/spec/github/repos/assets/delete_spec.rb +0 -40
- data/spec/github/repos/assets/edit_spec.rb +0 -40
- data/spec/github/repos/assets/get_spec.rb +0 -45
- data/spec/github/repos/assets/list_spec.rb +0 -55
- data/spec/github/repos/assets/upload_spec.rb +0 -44
- data/spec/github/repos/branch_spec.rb +0 -42
- data/spec/github/repos/branches_spec.rb +0 -54
- data/spec/github/repos/collaborators/add_spec.rb +0 -39
- data/spec/github/repos/collaborators/get_spec.rb +0 -49
- data/spec/github/repos/collaborators/list_spec.rb +0 -55
- data/spec/github/repos/collaborators/remove_spec.rb +0 -39
- data/spec/github/repos/collaborators_spec.rb +0 -7
- data/spec/github/repos/comments/create_spec.rb +0 -59
- data/spec/github/repos/comments/delete_spec.rb +0 -43
- data/spec/github/repos/comments/get_spec.rb +0 -52
- data/spec/github/repos/comments/list_spec.rb +0 -96
- data/spec/github/repos/comments/update_spec.rb +0 -48
- data/spec/github/repos/commits/compare_spec.rb +0 -37
- data/spec/github/repos/commits/get_spec.rb +0 -50
- data/spec/github/repos/commits/list_spec.rb +0 -52
- data/spec/github/repos/contents/archive_spec.rb +0 -38
- data/spec/github/repos/contents/create_spec.rb +0 -41
- data/spec/github/repos/contents/delete_spec.rb +0 -55
- data/spec/github/repos/contents/get_spec.rb +0 -35
- data/spec/github/repos/contents/readme_spec.rb +0 -30
- data/spec/github/repos/contributors_spec.rb +0 -59
- data/spec/github/repos/create_spec.rb +0 -77
- data/spec/github/repos/delete_spec.rb +0 -38
- data/spec/github/repos/downloads/create_spec.rb +0 -64
- data/spec/github/repos/downloads/delete_spec.rb +0 -45
- data/spec/github/repos/downloads/get_spec.rb +0 -53
- data/spec/github/repos/downloads/list_spec.rb +0 -55
- data/spec/github/repos/downloads/upload_spec.rb +0 -32
- data/spec/github/repos/downloads_spec.rb +0 -13
- data/spec/github/repos/edit_spec.rb +0 -60
- data/spec/github/repos/forks/create_spec.rb +0 -45
- data/spec/github/repos/forks/list_spec.rb +0 -54
- data/spec/github/repos/get_spec.rb +0 -51
- data/spec/github/repos/hooks/create_spec.rb +0 -68
- data/spec/github/repos/hooks/delete_spec.rb +0 -40
- data/spec/github/repos/hooks/edit_spec.rb +0 -77
- data/spec/github/repos/hooks/get_spec.rb +0 -49
- data/spec/github/repos/hooks/list_spec.rb +0 -54
- data/spec/github/repos/hooks/test_spec.rb +0 -40
- data/spec/github/repos/hooks_spec.rb +0 -13
- data/spec/github/repos/keys/create_spec.rb +0 -50
- data/spec/github/repos/keys/delete_spec.rb +0 -40
- data/spec/github/repos/keys/edit_spec.rb +0 -42
- data/spec/github/repos/keys/get_spec.rb +0 -45
- data/spec/github/repos/keys/list_spec.rb +0 -54
- data/spec/github/repos/keys_spec.rb +0 -9
- data/spec/github/repos/languages_spec.rb +0 -61
- data/spec/github/repos/list_spec.rb +0 -120
- data/spec/github/repos/merging/merge_spec.rb +0 -58
- data/spec/github/repos/pub_sub_hubbub/subscribe_service_spec.rb +0 -27
- data/spec/github/repos/pub_sub_hubbub/subscribe_spec.rb +0 -47
- data/spec/github/repos/pub_sub_hubbub/unsubscribe_service_spec.rb +0 -21
- data/spec/github/repos/pub_sub_hubbub/unsubscribe_spec.rb +0 -58
- data/spec/github/repos/releases/create_spec.rb +0 -44
- data/spec/github/repos/releases/delete_spec.rb +0 -40
- data/spec/github/repos/releases/edit_spec.rb +0 -40
- data/spec/github/repos/releases/get_spec.rb +0 -45
- data/spec/github/repos/releases/list_spec.rb +0 -54
- data/spec/github/repos/statistics/code_frequency_spec.rb +0 -25
- data/spec/github/repos/statistics/commit_activity_spec.rb +0 -29
- data/spec/github/repos/statistics/contributors_spec.rb +0 -29
- data/spec/github/repos/statistics/participation_spec.rb +0 -25
- data/spec/github/repos/statistics/punch_card_spec.rb +0 -25
- data/spec/github/repos/statuses/create_spec.rb +0 -56
- data/spec/github/repos/statuses/list_spec.rb +0 -53
- data/spec/github/repos/statuses_spec.rb +0 -11
- data/spec/github/repos/tags_spec.rb +0 -59
- data/spec/github/repos/teams_spec.rb +0 -59
- data/spec/github/s3_uploader_spec.rb +0 -51
- data/spec/github/scopes/list_spec.rb +0 -33
- data/spec/github/search/code_spec.rb +0 -38
- data/spec/github/search/issues_spec.rb +0 -38
- data/spec/github/search/legacy/email_spec.rb +0 -34
- data/spec/github/search/legacy/issues_spec.rb +0 -39
- data/spec/github/search/legacy/repos_spec.rb +0 -36
- data/spec/github/search/legacy/users_spec.rb +0 -36
- data/spec/github/search/repos_spec.rb +0 -38
- data/spec/github/search/users_spec.rb +0 -38
- data/spec/github/users/emails/add_spec.rb +0 -33
- data/spec/github/users/emails/delete_spec.rb +0 -33
- data/spec/github/users/emails/list_spec.rb +0 -52
- data/spec/github/users/followers/follow_spec.rb +0 -33
- data/spec/github/users/followers/following_spec.rb +0 -65
- data/spec/github/users/followers/is_following_spec.rb +0 -41
- data/spec/github/users/followers/list_spec.rb +0 -62
- data/spec/github/users/followers/unfollow_spec.rb +0 -33
- data/spec/github/users/get_spec.rb +0 -61
- data/spec/github/users/keys/create_spec.rb +0 -51
- data/spec/github/users/keys/delete_spec.rb +0 -37
- data/spec/github/users/keys/get_spec.rb +0 -50
- data/spec/github/users/keys/list_spec.rb +0 -78
- data/spec/github/users/keys/update_spec.rb +0 -56
- data/spec/github/users/list_spec.rb +0 -45
- data/spec/github/users/update_spec.rb +0 -56
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/search/users?access_token=<TOKEN>&q=wycats
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ""
|
|
9
|
-
headers:
|
|
10
|
-
Accept:
|
|
11
|
-
- application/vnd.github.preview
|
|
12
|
-
Accept-Charset:
|
|
13
|
-
- utf-8
|
|
14
|
-
User-Agent:
|
|
15
|
-
- Github Ruby Gem 0.10.2
|
|
16
|
-
Accept-Encoding:
|
|
17
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
18
|
-
response:
|
|
19
|
-
status:
|
|
20
|
-
code: 200
|
|
21
|
-
message: OK
|
|
22
|
-
headers:
|
|
23
|
-
Server:
|
|
24
|
-
- GitHub.com
|
|
25
|
-
Date:
|
|
26
|
-
- Mon, 23 Sep 2013 06:13:48 GMT
|
|
27
|
-
Content-Type:
|
|
28
|
-
- application/json; charset=utf-8
|
|
29
|
-
Transfer-Encoding:
|
|
30
|
-
- chunked
|
|
31
|
-
Status:
|
|
32
|
-
- 200 OK
|
|
33
|
-
X-Ratelimit-Limit:
|
|
34
|
-
- "20"
|
|
35
|
-
X-Ratelimit-Remaining:
|
|
36
|
-
- "19"
|
|
37
|
-
X-Ratelimit-Reset:
|
|
38
|
-
- "1379916888"
|
|
39
|
-
Cache-Control:
|
|
40
|
-
- no-cache
|
|
41
|
-
X-Github-Media-Type:
|
|
42
|
-
- github.preview
|
|
43
|
-
X-Content-Type-Options:
|
|
44
|
-
- nosniff
|
|
45
|
-
Access-Control-Allow-Credentials:
|
|
46
|
-
- "true"
|
|
47
|
-
Access-Control-Expose-Headers:
|
|
48
|
-
- ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes
|
|
49
|
-
Access-Control-Allow-Origin:
|
|
50
|
-
- "*"
|
|
51
|
-
X-Github-Request-Id:
|
|
52
|
-
- 568653B5:4E85:E52DC5:523FDC1C
|
|
53
|
-
Vary:
|
|
54
|
-
- Accept-Encoding
|
|
55
|
-
Content-Encoding:
|
|
56
|
-
- gzip
|
|
57
|
-
body:
|
|
58
|
-
encoding: ASCII-8BIT
|
|
59
|
-
string: !binary |
|
|
60
|
-
H4sIAAAAAAAAA5WSUWuDMBDHv0ugb8U00RoVxtjLvsGexigxRg3YRJJo6aTf
|
|
61
|
-
fRfd2q4PG4Jg9O73v3/ubkLeeN4dhBm0RwXZIuXl0aHifUKdaZRGBTqdBfcO
|
|
62
|
-
QahCRbJFfOSe28NgOwi23veuwHgXNXYJRMIc8XLECc1IyngsBaM03pc8Z4Sk
|
|
63
|
-
NKdJktN0lz9XT7PAJn7Z0Fd4VCW1V8JoFzXKt0MZ1OA/z1hdpyzntI4lI1VO
|
|
64
|
-
MsJTVrJ9QgmlIup1Aw5/PByCVfRfdQB+X4L36q4sHpy0Dl+v3/pj93Drm8db
|
|
65
|
-
Wm26zpyAfMj9QxxfGbC0nJVuVvPATNj4VsJwwPolNEQ5v8bInD/h8IIeBgUH
|
|
66
|
-
s7ayWmHmmwArJw0uJmxlb2apoXTCqt4rmO8awXsOdIxtuFaffK0OcGGNg501
|
|
67
|
-
5ed84OQIu7kGXIAJ91aNXJxDC6wUUo3QztViDyRo+XMvYcvfYNShucJY+KRZ
|
|
68
|
-
EpGMpfTycfkC8Qf+Et0DAAA=
|
|
69
|
-
|
|
70
|
-
http_version:
|
|
71
|
-
recorded_at: Mon, 23 Sep 2013 06:13:48 GMT
|
|
72
|
-
recorded_with: VCR 2.5.0
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/search/users?access_token=<TOKEN>&q=location:Sheffield%20repos:20
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ""
|
|
9
|
-
headers:
|
|
10
|
-
Accept:
|
|
11
|
-
- application/vnd.github.preview
|
|
12
|
-
Accept-Charset:
|
|
13
|
-
- utf-8
|
|
14
|
-
User-Agent:
|
|
15
|
-
- Github Ruby Gem 0.11.0
|
|
16
|
-
Accept-Encoding:
|
|
17
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
18
|
-
response:
|
|
19
|
-
status:
|
|
20
|
-
code: 200
|
|
21
|
-
message: OK
|
|
22
|
-
headers:
|
|
23
|
-
Server:
|
|
24
|
-
- GitHub.com
|
|
25
|
-
Date:
|
|
26
|
-
- Mon, 16 Dec 2013 21:18:47 GMT
|
|
27
|
-
Content-Type:
|
|
28
|
-
- application/json; charset=utf-8
|
|
29
|
-
Transfer-Encoding:
|
|
30
|
-
- chunked
|
|
31
|
-
Status:
|
|
32
|
-
- 200 OK
|
|
33
|
-
X-Ratelimit-Limit:
|
|
34
|
-
- "20"
|
|
35
|
-
X-Ratelimit-Remaining:
|
|
36
|
-
- "19"
|
|
37
|
-
X-Ratelimit-Reset:
|
|
38
|
-
- "1387228787"
|
|
39
|
-
Cache-Control:
|
|
40
|
-
- no-cache
|
|
41
|
-
X-Github-Media-Type:
|
|
42
|
-
- github.beta; param=preview
|
|
43
|
-
X-Content-Type-Options:
|
|
44
|
-
- nosniff
|
|
45
|
-
Access-Control-Allow-Credentials:
|
|
46
|
-
- "true"
|
|
47
|
-
Access-Control-Expose-Headers:
|
|
48
|
-
- ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
|
49
|
-
Access-Control-Allow-Origin:
|
|
50
|
-
- "*"
|
|
51
|
-
X-Github-Request-Id:
|
|
52
|
-
- 4D649864:218E:7741118:52AF6E37
|
|
53
|
-
Vary:
|
|
54
|
-
- Accept-Encoding
|
|
55
|
-
Content-Encoding:
|
|
56
|
-
- gzip
|
|
57
|
-
body:
|
|
58
|
-
encoding: ASCII-8BIT
|
|
59
|
-
string: !binary |
|
|
60
|
-
H4sIAAAAAAAAA6tWKskvScyJT84vzStRsjLQUcosSc0tVrKKjq0FAKQh8rEc
|
|
61
|
-
AAAA
|
|
62
|
-
|
|
63
|
-
http_version:
|
|
64
|
-
recorded_at: Mon, 16 Dec 2013 21:18:47 GMT
|
|
65
|
-
recorded_with: VCR 2.6.0
|
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/users?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
|
-
- Wed, 05 Dec 2012 22:07:01 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-Github-Media-Type:
|
|
38
|
-
- github.beta
|
|
39
|
-
X-Content-Type-Options:
|
|
40
|
-
- nosniff
|
|
41
|
-
Etag:
|
|
42
|
-
- ! '"dedbec94bef9114ea7a72ee09df0c96b"'
|
|
43
|
-
Cache-Control:
|
|
44
|
-
- max-age=0, private, must-revalidate
|
|
45
|
-
Link:
|
|
46
|
-
- <https://api.github.com/users?access_token=<TOKEN>&since=135>; rel="next",
|
|
47
|
-
<https://api.github.com/users{?since}>; rel="first"
|
|
48
|
-
X-Ratelimit-Limit:
|
|
49
|
-
- '5000'
|
|
50
|
-
X-Ratelimit-Remaining:
|
|
51
|
-
- '4999'
|
|
52
|
-
Content-Encoding:
|
|
53
|
-
- gzip
|
|
54
|
-
body:
|
|
55
|
-
encoding: ASCII-8BIT
|
|
56
|
-
string: !binary |-
|
|
57
|
-
H4sIAAAAAAAAA72dTY/kOJKm/0sBe+uuFEl9kA0MFtge7GWvO6fBosAvZXhm
|
|
58
|
-
hHuOu0dmZxf6v6+5S6QoKUcKMxK61NTMFF8zC9ojyUmj8T///O3+85v/7W+/
|
|
59
|
-
/cfNX3/7y29X/+1y++P9+gr/p5f7/dvtb58+6W+n3z+f7i/v5nd7efv0Dv/l
|
|
60
|
-
7dPb5cvlzVw+PQfAwNu7udnr6dv9dDmjBGYDQejzVX/Xd3394+TAB97YzjLJ
|
|
61
|
-
uehNzXVtW+2Zlc60fVP1ysAA/92f7yiTw4g/P327nr5r+/NfIDLanAd+8/b9
|
|
62
|
-
6n8PHj2jH/7DT3t+/U/3b/HPx2v5u/9df9Vv+vT72d8/6dvN32/J3/R/8P99
|
|
63
|
-
etOf/Q3+JVhL//2vj7/5X2te/f7t/Bm8fb18Pp3hrzNOwnPerD999+4P/F9j
|
|
64
|
-
MfQxBacb7g/6HPDnp8f/gGl7/D0/nkHwH1+un/X59E+Nzh0Y+Mw9SJcrxP5x
|
|
65
|
-
o5/GIX9+uvw4++u//nzm8cPx/vL6evkBGY5Ri4NA4JG2LOiczp/xOjDot3/9
|
|
66
|
-
hUym8/37+eudTmYQ2CbTAISGKdl56RvBZCNr2Ta9lFUl2k618Kf4eC4GkwXI
|
|
67
|
-
3PPrGDLHgGhkTjM4gxpDZpAgkTk5jyYz2MWTGbNugDmTzKC2JJMjyZzrZJL5
|
|
68
|
-
7cvLT3/PIDMIbJOp6s4KIWzXOM+cbWrdMabrqnJN11hpUWQGkwXI3PPrGDLH
|
|
69
|
-
gGhkTjNIJjNIkMicnEeTGeziyYxZV4TMoLYkUyDJnOtkkvnjp9X3G/2VOY7f
|
|
70
|
-
5rLmkrWdFt528D3bGK2Ay5YrXteKt5VCcTlaLIDlnlvHYDnEQ6Myzh4ZylGB
|
|
71
|
-
xGT0HI3kaBVPZEi3IkCOYkseaySPM5lMHP0/3y7m9J4BZFTYRrLVQrdeOM2d
|
|
72
|
-
6oyXrq+7lsmu71nD+qpGIRltFoByz7FjoAwR0bBMZpEMZtQgoZn4j4YzWsbj
|
|
73
|
-
OSVfEUCj3BLRBonoQigTUlhu+El/Yz5Hb8Op27arJXfWC3hBcm8BydZUde14
|
|
74
|
-
I1zdoeB82isA5p5Tx4D5iIYG5ThrZCCf40kwjj6jQXxaxEM4JFgRAJ9SS/ha
|
|
75
|
-
JHyJSCZ4/rs+f3v5B529ILCNX1NX1ggjOsb73ld1w5iwphJGm5a1mqPwCyYL
|
|
76
|
-
ELjn1zEEjgHRIJxmkMxhkCChODmPpjHYxQMZs64Ik0FtiWWHxHKuk0nmA0z/
|
|
77
|
-
mrHAEwS2yWROi9bVlvWirpva+dZWnWyaSsm2a3rc0mswWYDMPb+OIXMMiEbm
|
|
78
|
-
NINkMoMEiczJeTSZwS6ezJh1RcgMaksyGRbNuVAmmj/0z7P3N//5/XSmvzln
|
|
79
|
-
KtuQGmWavq8rLrhlrnct40JarlVVt10vcT8tZ3YLkLrn3DGkplHRcF3MKpnZ
|
|
80
|
-
mQ4J3EUsaHpnHuARnidmEY5nkiuYJfI9+wu1TKLN9edZXzN+ggaBbY4b0bhO
|
|
81
|
-
OFOZuoOqg65uvFKSeVk5bZzBcRxMFkB4z69jEB4DotE7zSAZ3CBBYnZyHo1r
|
|
82
|
-
sIsnNWZdEUiD2opPheRzLpSJ5lf//XS2r/r6lf6qTTS2AQUmFTeqbo3pRSVr
|
|
83
|
-
KEaovWkq+Bpt4GdrhfqdmlgtwOiea8cwOsVEw3Q2m2RSExUSrLMo0Lwm1vHI
|
|
84
|
-
pqlYhNpEcAkur5DgrrQy2b17+3KGCih/Pnk6vTOVbX4lZ0I1ve8qVbVWclW5
|
|
85
|
-
vuuZ1LbWtrU9it+Z3QIE7zl3DMFpVDSGF7NKpnimQ+J4EQua5JkHeJbniVmE
|
|
86
|
-
5pnkimdsLeAv1DKJftP28n49X376Kx3oVGSb58qpWplONb6tfdVyW9uqYhYK
|
|
87
|
-
dnXbi16geE7NFsB5z7djcE6CotE8n1EyzKkMieV5IGiUU/t4kmcZWQTkVHHF
|
|
88
|
-
MbZycC2WifFdf/UZ9fbD8G10ay8b3Teqt43VxnjLNPwvrvNQ7s5cg6u2HwwW
|
|
89
|
-
gHbPq2OgfYZDwzXMHBnUQYCEaHAbDedgE4/lmGdFgBy0VihiSwVTmUwI/w6n
|
|
90
|
-
NBz9LToM34ZQQfWult5reIl6rZVnXgmvhYWSB6EU7nt4MFgAwj2vjoHwGQ4N
|
|
91
|
-
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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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
-
9k5/WSYa2zh2vpNSGTg6amE3s4bP2LqHV6eFWsGK+xa3dptYLcDknmvHMDnF
|
|
104
|
-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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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
-
s5KyY13Ha9zvnmCyxJN4x6/CKblxAQhMAu1ZPM0g+WkcJEjP43EwOI9+Ige7
|
|
118
|
-
+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
-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
-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
-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
-
vfAQuBqUcim93F6+QmucV5+x9vAlEdlmteng3C+cf6jgnjtYRGy7SkOZZ806
|
|
123
|
-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
-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
-
xH0bR5sF6N1z7Bh6Q0Q0dJNZJHMbNUjQJv6jiY2W8bhOyVeE1Si3AhV7pmKh
|
|
126
|
-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
-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
-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
-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
-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
-
gHbPq2OgfYZDwzXMHBnUQYCEaHAbDedgE4/lmGdFgBy0ViiiT1w8ySnyE/V+
|
|
132
|
-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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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
-
uefVMVA+w6EhGWaODOQgQMIxuI2GcbCJR3HMsyIgDlorDLELsKlMJoQ3nfHb
|
|
143
|
-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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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
-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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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
-
7Eb/JJKJGzQR/QG3ymTs8UeFbfAYXAUF35Wm0j0U4rSVZdA3pRKVkhUXCnnh
|
|
179
|
-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
-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
-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
-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
-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
-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
-
F+Vqdsl8LpRIrK4iQnO78ALP8DJNi/C8EF2yzSrsAuwvBTNB//Jdn+/vPzPW
|
|
186
|
-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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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
-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
-
cM4b6vhlD2tJwsGlddDvtjOVdYzDIhMk5cDZR47ZjBYLgLnn1jFgDvHQuIyz
|
|
208
|
-
R8ZyVCBRGT1HQzlaxTMZ0q0IkqPYmkhsBdJMKBPIx56pv98zOvhFhW0obQsN
|
|
209
|
-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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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
-
2LKltVomx5+v/u2bp2/SjOO36WW89XCrkuqYYF4aWAWGNtNc2lbXrpMed5x1
|
|
217
|
-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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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
-
nb6oMUlsw1x5CZXh8CMKbgaxTHsPlyhAO3drpdYOimggewcqP1I7MxktQPKe
|
|
227
|
-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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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
-
KmwNAIPrlKSz0sK1hVxDG2ouWesZXE/PK1jHagpTAb7/tebV79/On8HZ18vn
|
|
239
|
-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
-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
-
+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
-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
-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
-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
-
NBSTWSTjGDVISCb+o7GMlvFoTslXBM8ot0YUW2+zkMrE9PZ+Pmfc2D4M3wZU
|
|
246
|
-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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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
|
|
253
|
-
OFVcQ4ytelmrPTn+f/8f0csNRUBlAQA=
|
|
254
|
-
http_version: !!null
|
|
255
|
-
recorded_at: Wed, 05 Dec 2012 22:07:01 GMT
|
|
256
|
-
recorded_with: VCR 2.3.0
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: post
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/user/emails?access_token=<TOKEN>
|
|
6
|
-
body:
|
|
7
|
-
encoding: UTF-8
|
|
8
|
-
string: ! '["octocat@example.com","terry@example.com"]'
|
|
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
|
-
- Sun, 20 May 2012 10:32:18 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
|
-
- ! '"0abdbd0947127ead3e9b00aef1c145b1"'
|
|
35
|
-
X-Ratelimit-Remaining:
|
|
36
|
-
- '4990'
|
|
37
|
-
Content-Length:
|
|
38
|
-
- '59'
|
|
39
|
-
body:
|
|
40
|
-
encoding: US-ASCII
|
|
41
|
-
string: ! '["octocat@example.com","terry@example.com","<EMAIL>"]'
|
|
42
|
-
http_version: !!null
|
|
43
|
-
recorded_at: Sun, 20 May 2012 10:32:18 GMT
|
|
44
|
-
- request:
|
|
45
|
-
method: post
|
|
46
|
-
uri: https://api.github.com/user/emails?access_token=<TOKEN>
|
|
47
|
-
body:
|
|
48
|
-
encoding: UTF-8
|
|
49
|
-
string: ! '["octocat@example.com","terry@example.com"]'
|
|
50
|
-
headers:
|
|
51
|
-
Content-Type:
|
|
52
|
-
- application/json
|
|
53
|
-
Accept:
|
|
54
|
-
- ! '*/*'
|
|
55
|
-
User-Agent:
|
|
56
|
-
- Ruby
|
|
57
|
-
response:
|
|
58
|
-
status:
|
|
59
|
-
code: 500
|
|
60
|
-
message: Internal Server Error
|
|
61
|
-
headers:
|
|
62
|
-
Server:
|
|
63
|
-
- nginx/1.0.13
|
|
64
|
-
Date:
|
|
65
|
-
- Sat, 09 Jun 2012 14:59:52 GMT
|
|
66
|
-
Transfer-Encoding:
|
|
67
|
-
- chunked
|
|
68
|
-
Connection:
|
|
69
|
-
- keep-alive
|
|
70
|
-
body:
|
|
71
|
-
encoding: US-ASCII
|
|
72
|
-
string: ''
|
|
73
|
-
http_version: !!null
|
|
74
|
-
recorded_at: Sat, 09 Jun 2012 14:59:52 GMT
|
|
75
|
-
recorded_with: VCR 2.2.0
|