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,86 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/gists/comments/33469?access_token=<TOKEN>
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ''
|
|
9
|
-
headers:
|
|
10
|
-
Accept-Encoding:
|
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
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
|
-
- Mon, 07 May 2012 16:12:19 GMT
|
|
25
|
-
Content-Type:
|
|
26
|
-
- application/json; charset=utf-8
|
|
27
|
-
Transfer-Encoding:
|
|
28
|
-
- chunked
|
|
29
|
-
Connection:
|
|
30
|
-
- keep-alive
|
|
31
|
-
Status:
|
|
32
|
-
- 200 OK
|
|
33
|
-
X-Ratelimit-Limit:
|
|
34
|
-
- '5000'
|
|
35
|
-
Etag:
|
|
36
|
-
- ! '"108bdd5b051e4969849493a6260a1d4e"'
|
|
37
|
-
X-Ratelimit-Remaining:
|
|
38
|
-
- '4919'
|
|
39
|
-
Content-Encoding:
|
|
40
|
-
- gzip
|
|
41
|
-
body:
|
|
42
|
-
encoding: ASCII-8BIT
|
|
43
|
-
string: !binary |-
|
|
44
|
-
H4sIAAAAAAAAA4WRTW+cMBCG/8oIqbcFw0KyC1KVQ6UovVc55LIa22OwANuy
|
|
45
|
-
TVMS5b/HbLrt9tLcRvPxzDvvvGZLIJ91r9lke22yLhvtc9BjtsvwJ0b0p8VP
|
|
46
|
-
KTvE6ELHWCCxeCp6/1EthJ3ZR8i4qhpVtgcljpya46FseYOtQuJCoWjVnfx6
|
|
47
|
-
oeC+ORZU4Igz6sJQZBgCxVD0Og4L36hf9vd6xp5CCi7bruO8asrCmT4J/Vch
|
|
48
|
-
On2FYdt5gf056oI6aZmu+kxygm99h/rYVG+7THjCSPKEMc3uy6rKy5u8rn5U
|
|
49
|
-
t93+pqvrp9TPrVxT9ZH8CsLaaQeTtWOASY8EcSDw1NMvCoBGgsM4nOuLSwlP
|
|
50
|
-
MOpp0qYHR15ZP6MRVMC3gcQIdolw8e+vTcwJdJ7J1dicTzq+kIc0CZyMGGb0
|
|
51
|
-
40ZDkFop8mQiYHAkIlh1veMsJgickOsEWSGHwT5D2r/Chg4gLXwHQyTBGngg
|
|
52
|
-
P9rlDjbvnfzUkv/+p9chBpYePid1gdV1c9v+tv0cv70DEWRpa6ICAAA=
|
|
53
|
-
http_version: !!null
|
|
54
|
-
recorded_at: Mon, 07 May 2012 16:12:19 GMT
|
|
55
|
-
- request:
|
|
56
|
-
method: get
|
|
57
|
-
uri: https://api.github.com/gists/comments/33469?access_token=<TOKEN>
|
|
58
|
-
body:
|
|
59
|
-
encoding: US-ASCII
|
|
60
|
-
string: ''
|
|
61
|
-
headers:
|
|
62
|
-
Accept-Encoding:
|
|
63
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
64
|
-
Accept:
|
|
65
|
-
- ! '*/*'
|
|
66
|
-
User-Agent:
|
|
67
|
-
- Ruby
|
|
68
|
-
response:
|
|
69
|
-
status:
|
|
70
|
-
code: 500
|
|
71
|
-
message: Internal Server Error
|
|
72
|
-
headers:
|
|
73
|
-
Server:
|
|
74
|
-
- nginx/1.0.13
|
|
75
|
-
Date:
|
|
76
|
-
- Sat, 09 Jun 2012 14:59:15 GMT
|
|
77
|
-
Transfer-Encoding:
|
|
78
|
-
- chunked
|
|
79
|
-
Connection:
|
|
80
|
-
- keep-alive
|
|
81
|
-
body:
|
|
82
|
-
encoding: US-ASCII
|
|
83
|
-
string: ''
|
|
84
|
-
http_version: !!null
|
|
85
|
-
recorded_at: Sat, 09 Jun 2012 14:59:15 GMT
|
|
86
|
-
recorded_with: VCR 2.2.0
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: post
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/gists/2900588/fork?access_token=<TOKEN>
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ''
|
|
9
|
-
headers:
|
|
10
|
-
Content-Length:
|
|
11
|
-
- '0'
|
|
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
|
-
- Sat, 09 Jun 2012 11:19:05 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
|
-
- ! '"2aff62ec12336f5e052d64d210bbada4"'
|
|
35
|
-
Location:
|
|
36
|
-
- https://api.github.com/gists/2900601
|
|
37
|
-
X-Ratelimit-Remaining:
|
|
38
|
-
- '4997'
|
|
39
|
-
Content-Length:
|
|
40
|
-
- '917'
|
|
41
|
-
body:
|
|
42
|
-
encoding: ASCII-8BIT
|
|
43
|
-
string: ! "{\"files\":{\"gistfile1.md\":{\"type\":\"text/plain\",\"raw_url\":\"https://gist.github.com/raw/2900601/9b41849b4d87a4d0ac3238513e9d2d39a0dd68bf/gistfile1.md\",\"language\":\"Markdown\",\"size\":1578,\"filename\":\"gistfile1.md\"}},\"description\":\"kaminari
|
|
44
|
-
gem ã\x81§ twitter 風ã\x81® AutoPagerize ã\x81\x8Cç°¡å\x8D\x98ã\x81«å®\x9Fç\x8F¾ã\x81§ã\x81\x8Dã\x82\x8Bã\x81®ã\x81\x8B調ã\x81¹ã\x81\x9F\",\"created_at\":\"2012-06-09T11:19:04Z\",\"public\":true,\"updated_at\":\"2012-06-09T11:19:04Z\",\"url\":\"https://api.github.com/gists/2900601\",\"comments\":0,\"git_pull_url\":\"git://gist.github.com/2900601.git\",\"git_push_url\":\"git@gist.github.com:2900601.git\",\"html_url\":\"https://gist.github.com/2900601\",\"id\":\"2900601\",\"user\":{\"url\":\"https://api.github.com/users/<USER>\",\"avatar_url\":\"https://secure.gravatar.com/avatar/80cbc0fc6c03d43f495b2342b31fe4fa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png\",\"gravatar_id\":\"80cbc0fc6c03d43f495b2342b31fe4fa\",\"id\":1223156,\"login\":\"<USER>\"}}"
|
|
45
|
-
http_version: !!null
|
|
46
|
-
recorded_at: Sat, 09 Jun 2012 11:19:05 GMT
|
|
47
|
-
- request:
|
|
48
|
-
method: post
|
|
49
|
-
uri: https://api.github.com/gists/2900588/fork?access_token=<TOKEN>
|
|
50
|
-
body:
|
|
51
|
-
encoding: US-ASCII
|
|
52
|
-
string: ''
|
|
53
|
-
headers:
|
|
54
|
-
Content-Length:
|
|
55
|
-
- '0'
|
|
56
|
-
Accept:
|
|
57
|
-
- ! '*/*'
|
|
58
|
-
User-Agent:
|
|
59
|
-
- Ruby
|
|
60
|
-
response:
|
|
61
|
-
status:
|
|
62
|
-
code: 500
|
|
63
|
-
message: Internal Server Error
|
|
64
|
-
headers:
|
|
65
|
-
Server:
|
|
66
|
-
- nginx/1.0.13
|
|
67
|
-
Date:
|
|
68
|
-
- Sat, 09 Jun 2012 14:59:14 GMT
|
|
69
|
-
Transfer-Encoding:
|
|
70
|
-
- chunked
|
|
71
|
-
Connection:
|
|
72
|
-
- keep-alive
|
|
73
|
-
body:
|
|
74
|
-
encoding: US-ASCII
|
|
75
|
-
string: ''
|
|
76
|
-
http_version: !!null
|
|
77
|
-
recorded_at: Sat, 09 Jun 2012 14:59:14 GMT
|
|
78
|
-
recorded_with: VCR 2.2.0
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/gists/1738161?access_token=<TOKEN>
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ''
|
|
9
|
-
headers:
|
|
10
|
-
Accept-Encoding:
|
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
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
|
-
- Mon, 07 May 2012 16:12:17 GMT
|
|
25
|
-
Content-Type:
|
|
26
|
-
- application/json; charset=utf-8
|
|
27
|
-
Transfer-Encoding:
|
|
28
|
-
- chunked
|
|
29
|
-
Connection:
|
|
30
|
-
- keep-alive
|
|
31
|
-
Status:
|
|
32
|
-
- 200 OK
|
|
33
|
-
X-Ratelimit-Limit:
|
|
34
|
-
- '5000'
|
|
35
|
-
Etag:
|
|
36
|
-
- ! '"3d17e4fdc599c09c673d83d5c108dc49"'
|
|
37
|
-
X-Ratelimit-Remaining:
|
|
38
|
-
- '4922'
|
|
39
|
-
Content-Encoding:
|
|
40
|
-
- gzip
|
|
41
|
-
body:
|
|
42
|
-
encoding: ASCII-8BIT
|
|
43
|
-
string: !binary |-
|
|
44
|
-
H4sIAAAAAAAAA+1X7YvcRBz+V0KKcCd72SSb7GZXiq225wtSQU8FXTkmmUl2
|
|
45
|
-
2uxMnEzuxWOhtwd6Uj+I0BbBL0pBUETxk37wr4l34H/hbzLZ2+x2e7ftZ8Nx
|
|
46
|
-
5GWemef3/F73yIy5uJebg08+bZkxTQncHpk302yEbtGEyvxNcnCnGIdEvM5T
|
|
47
|
-
Lm6RiGPKkh2SS+su2kNqtTzMiDkwJTmQ7SxFlJktU6D93UKk8HokZZYP2u2E
|
|
48
|
-
AgR2HBWhFfFxG1a0nV4ncLpOux92MXG6OMT9wI9sj5CgFwZB7EdOt098TDrE
|
|
49
|
-
dvphp/0cxFpmxJkkTAIHOs64kEYukaSRwUVi3S0YldbNPCdCWi+/MmRDVi9S
|
|
50
|
-
VlloX1qVwc0vc5wyv/qSFWEKO0YpynNjLXLG0ZAZcN1Qe+jbepM9TrGBlcAE
|
|
51
|
-
RH9fCqUzr1hsbM5gClq9MqLq/3X9ZGncxtC8ZlfX0NwEgmq1uoAd2Hn7swKl
|
|
52
|
-
OaxhfAspDw/NluH6fkvvZSVEViZsbF6CFQQrmN0AvUfwpZAwLcgy5jV4dyko
|
|
53
|
-
EYSwZdQb6uUcNtEWvoCgH0Ec1rY2lV3SSYtqjIkccWzQhHFBcqOSzsBVdgDB
|
|
54
|
-
ucoztStJKyc95ZbKMesJrf0LMZxLUUSScmbsA2t9/MpzwSeM7OuTN96C2E/I
|
|
55
|
-
sxhQJj9ElQtaBmxPVnFaR12+R0Sc8v0dXlWGeeAuRuySrmN0YOyp4w0eG0BF
|
|
56
|
-
EV1pkeP2Lrept60vpeo6NikXzR1Wa2SAV4tUQi6xIk0baSPFYTM6FPhi6dP6
|
|
57
|
-
BjrzllKvVlFhIySjkbGhy+k2F2Mkbx9EJKt8Sw4yEkmCFzJdobR2d4AZZG6E
|
|
58
|
-
GOPSgJoNYOPa/MhWzayZuZqvLARr2NTgEyOq9iyYICgaoTCFLJ3h13H+Uq36
|
|
59
|
-
IIeCpcPg3fgdzpJVVatOKZD6IlLV0kai1B7dXunSZ9e0xYKmj1kv0eqKVmXt
|
|
60
|
-
HLduUVuCrV/XloBPl7YJtNEUsaRAiWqvb6tu2zJz+jk8Od2Oq/s1Q2P1da3e
|
|
61
|
-
ozv2ZNKCpjxOr+jPdW+GIwtoHqrPJwIoSCR2KYYTbd/ukDgmnovjruMFXt8N
|
|
62
|
-
EXKCfhR27K4fKuDCAIAy2uz/ate8LUY0KaIRhdX15ougnESFINbs6Gpy0Avb
|
|
63
|
-
VxF4FV+fzR7I9QKLWOgeGiNqMSLbKqtk3uDzkrtNx6B0Djez05r3W45nWxlL
|
|
64
|
-
gKgy3/e7va4DDuIJzDsD88IOEBeTPBK0Smv4Uk5/LE9+KU8eltMfzu4/Kaff
|
|
65
|
-
nn99XB4/cbr/3v/j/OHv54++PPv18dnp4/L4QTn9quob5fTn8uRROf2znP5U
|
|
66
|
-
Tn8rT04B9s/f35+fflMef1dOH5QnX5TTv+A90IkgfaFw7CI16bi2427Z8Oft
|
|
67
|
-
ON7A7Qz8zsewRo8Y5kDV+iv8oua0fDaZAXQEz1wcwoR49H8kqPB/jki4NAEW
|
|
68
|
-
hG4Tr0OCkMSBg23P8bx+jN3AdiPUcfyOmoR7voMCHyuHj6AqkF01zRbVuI5J
|
|
69
|
-
SlS0wYPdMiWXCAZvrw8phTGtP3h9iEzInjGVVwUL9PRcx+7apCbw66HI8JVx
|
|
70
|
-
CDPTbgatrK498Ljil0FdeVRyKmuBM0zx2jaNz0dz/I2l3xWDRXRVqmalbPIf
|
|
71
|
-
iQ4d9e4MAAA=
|
|
72
|
-
http_version: !!null
|
|
73
|
-
recorded_at: Mon, 07 May 2012 16:12:17 GMT
|
|
74
|
-
- request:
|
|
75
|
-
method: get
|
|
76
|
-
uri: https://api.github.com/gists/1738161?access_token=<TOKEN>
|
|
77
|
-
body:
|
|
78
|
-
encoding: US-ASCII
|
|
79
|
-
string: ''
|
|
80
|
-
headers:
|
|
81
|
-
Accept-Encoding:
|
|
82
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
83
|
-
Accept:
|
|
84
|
-
- ! '*/*'
|
|
85
|
-
User-Agent:
|
|
86
|
-
- Ruby
|
|
87
|
-
response:
|
|
88
|
-
status:
|
|
89
|
-
code: 500
|
|
90
|
-
message: Internal Server Error
|
|
91
|
-
headers:
|
|
92
|
-
Server:
|
|
93
|
-
- nginx/1.0.13
|
|
94
|
-
Date:
|
|
95
|
-
- Sat, 09 Jun 2012 14:59:11 GMT
|
|
96
|
-
Transfer-Encoding:
|
|
97
|
-
- chunked
|
|
98
|
-
Connection:
|
|
99
|
-
- keep-alive
|
|
100
|
-
body:
|
|
101
|
-
encoding: US-ASCII
|
|
102
|
-
string: ''
|
|
103
|
-
http_version: !!null
|
|
104
|
-
recorded_at: Sat, 09 Jun 2012 14:59:11 GMT
|
|
105
|
-
recorded_with: VCR 2.2.0
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
http_interactions:
|
|
3
|
-
- request:
|
|
4
|
-
method: get
|
|
5
|
-
uri: https://<BASIC_AUTH>@api.github.com/gists/public?access_token=<TOKEN>
|
|
6
|
-
body:
|
|
7
|
-
encoding: US-ASCII
|
|
8
|
-
string: ''
|
|
9
|
-
headers:
|
|
10
|
-
Accept:
|
|
11
|
-
- application/vnd.github.v3.full+json,application/vnd.github.beta.full+json;q=0.7,application/vnd.github+json;q=0.5,application/json;q=0.1
|
|
12
|
-
Accept-Charset:
|
|
13
|
-
- utf-8
|
|
14
|
-
User-Agent:
|
|
15
|
-
- Github Ruby Gem 0.9.6
|
|
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
|
-
- GitHub.com
|
|
27
|
-
Date:
|
|
28
|
-
- Sat, 13 Apr 2013 18:59:13 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-Limit:
|
|
38
|
-
- '5000'
|
|
39
|
-
X-Ratelimit-Remaining:
|
|
40
|
-
- '4998'
|
|
41
|
-
Vary:
|
|
42
|
-
- Accept, Authorization, Cookie
|
|
43
|
-
- Accept-Encoding
|
|
44
|
-
Cache-Control:
|
|
45
|
-
- private, max-age=60, s-maxage=60
|
|
46
|
-
Last-Modified:
|
|
47
|
-
- Sat, 13 Apr 2013 18:59:09 GMT
|
|
48
|
-
Etag:
|
|
49
|
-
- ! '"1818b5b7fe027a1fb0dacaae1fbef63e"'
|
|
50
|
-
X-Github-Media-Type:
|
|
51
|
-
- github.v3; param=full; format=json
|
|
52
|
-
Link:
|
|
53
|
-
- <https://api.github.com/gists/public?access_token=<TOKEN>&page=2>; rel="next",
|
|
54
|
-
<https://api.github.com/gists/public?access_token=<TOKEN>&page=74515>; rel="last"
|
|
55
|
-
X-Content-Type-Options:
|
|
56
|
-
- nosniff
|
|
57
|
-
Access-Control-Allow-Credentials:
|
|
58
|
-
- 'true'
|
|
59
|
-
Access-Control-Expose-Headers:
|
|
60
|
-
- Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-OAuth-Scopes, X-Accepted-OAuth-Scopes
|
|
61
|
-
Access-Control-Allow-Origin:
|
|
62
|
-
- ! '*'
|
|
63
|
-
Content-Encoding:
|
|
64
|
-
- gzip
|
|
65
|
-
body:
|
|
66
|
-
encoding: ASCII-8BIT
|
|
67
|
-
string: !binary |-
|
|
68
|
-
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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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
-
RVmUv+etyPeOlqOP8EwWyU8+uXc0X8cQ7mi4Wqw13uRCq5VOP1QrCMUI5SfE
|
|
76
|
-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
-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
-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
-
BzylGUtoTGUkM54IJsNYpb+R/no115gfnupTdaUmanQ61auBWi71alkbxMfs
|
|
80
|
-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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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
-
3Bp+DRhz6TZrP+pzN1z0h4Tuw0W0Ya8ZF4sRdB0uZovR6qOTC72A9/uyREUW
|
|
100
|
-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
-
QsQGcXc8tLFxRMMmi4OwsMmqPyRs8T0UB5vsXFGwSe2OgU36fhCwLVNvy0Ai
|
|
102
|
-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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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
-
bwngSy49o9wPFh9Mz9USAWjj8Usg4mrpvZytvQvEakw95f3hWi9eegu9Wi/M
|
|
111
|
-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
-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
-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
-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
-
7xtq+d+fjb1vqjn+++/PFqcTbFo1PKkOhPvWm0eP1OIqReQkPmwuGI2AMSWi
|
|
116
|
-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
-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
-
a32KLVsp3LE2yojiUYT4cxrRDAE58H8zGhrAVQwavkus3SfL7bA2rhRjnYXb
|
|
119
|
-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
-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
-
9hytTawr1973HtkgCBOfaewwxjRIVMYDnQaIgVQ0QXIQJ5mIEJ6T+Xh5to5U
|
|
122
|
-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
-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
-
NPVT5kudSh5QxL3LTKZ3mji0T5bb4WGlFuukquCwauaEhhuq7mDYoHfEwoL2
|
|
125
|
-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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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
-
usCTY24OnlKHpxdZKE+ejVI9O1GLyXKWDNV6NUtm0+xUodBiI8Tq5rb7/Amu
|
|
145
|
-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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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
-
Q16toRPglXTd4a7FwRHsKuqDoK7i0h/QbVkeCnMVJ1eQqwjdIa4i7QfgapL0
|
|
158
|
-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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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
-
Mq3Tk3xramrq9EDo/jwXxSC7Di4/Ak4mlzh9rkBKoGQUdMhqxAlzMWoxcBRk
|
|
169
|
-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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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
-
EQuQQC5R+zFMMopzJnEqXBITbHZi8vq4REO4iIOBXaBq89PReSaLlcJNwx9t
|
|
180
|
-
LFnkD5EIPl1tVIdaKG/qMaKeeh7/Nwdzq+eT5Go0HWsTJGXcacivD6IOi4QM
|
|
181
|
-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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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
-
JYCvIrr10G8E8CH8m14Tn15c3+uqcY9Ph8J8lAsPTYF31EXF+I3MoY8SVcO1
|
|
195
|
-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
-
tox8LVw3/x+aDlt+vYQHbVDTjHVWbD032+h+J1OwCjquqPASNr9hyH14G/dS
|
|
197
|
-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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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
-
gxp2jN0lAO6T5XYAuNWLdbhXwLdt5wR4BVl3oGsycAS4kvggYCuZ9AdoFcdD
|
|
208
|
-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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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
-
anl1+sHig+mTS2Rc4hhG3FipC3MY10sEgXnxQk1NuiZi0LzVpUY6p85GL7y5
|
|
218
|
-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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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
-
OCT5lYfHEa5Ex2GA31XHGGoEo2Nf/vB7r/7j01/+zR+foPTPl5/9vNW5nduv
|
|
231
|
-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
-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
-
mCohUSQxJEksUj/hGda3SJhLYyHg+khwjNeN/YWUuTrum39m2EIv+fs2L377
|
|
234
|
-
mimKNYYNHbz69r99/vO/vPY9F7dfR7/DJOBMo5AIzmSQDMfE4jXjZNMsyRIK
|
|
235
|
-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
-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
-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
|
|
238
|
-
b4rAigRfYVRQ2/Ou8cmix2focf5lCyPTofJ1M5wP1BjZX37/T3/5t39/0+ve
|
|
239
|
-
tngdffZRJR3FOsMAIJNKHMGCI4xw/HyGw/lYHCf4qqHmA0oN7O1zhK5iUuPT
|
|
240
|
-
9sbxGdt93ZyhBkKz6+VnnF7/vrdNXkfnEcMhsjTyQ6KiTMVIkQDkUhEjb0jg
|
|
241
|
-
RMIAMwBHGANvb/qI33DPmBTF/mVIaLPzP/qrV5/+Q/UBv0EF7YavQxEIHOLw
|
|
242
|
-
Zic4N1DCeamRxopoTyBRKlGFCNXhFEr2RGT/KDg7O46CAsHP+K1UQ1kQGd38
|
|
243
|
-
4js/evWTv/7837/7xff/5Ys/+wmmxKu/+15rZNjbvA6NRKgwiHJ8mca3HaX5
|
|
244
|
-
MAsYPoSoGsUDquLM1xLjWaPE+PEDfN6AaWem12cPjiP8ALLBdInMxw/T4hwQ
|
|
245
|
-
h68gpsWDalqYxtEDWAXVCPEjxo0WfvqvX/zgz9vd3lx8Hf2UMcMbjlDeRXJ4
|
|
246
|
-
rjWVRJrDu/GXT1H8m+EmTuYM8n7io3bu571Cnx9UojuGVuP0872OFbSxOFbO
|
|
247
|
-
vvbAe3Jy9tZvvuM9+MVP//kXP/wWZOhxS36zYLluk+DF6PkMCd1mJ8r4VPBB
|
|
248
|
-
w7DosClPaYp8RCWBJshDjCSwNUEtSJS2DHGwyN36VPbJgr7eIpq6phnrcqty
|
|
249
|
-
qNQaOnlTSrrurpQWB0c/SkV9kBOl4tKfB2XL8lD3ScXJ1XdSEbo7TirSfrwm
|
|
250
|
-
NUludpn8wf8ANSsa7d3FAAA=
|
|
251
|
-
http_version: !!null
|
|
252
|
-
recorded_at: Sat, 13 Apr 2013 18:59:13 GMT
|
|
253
|
-
recorded_with: VCR 2.4.0
|