Created
July 24, 2015 14:58
-
-
Save aronlindberg/669dfeccad88cd4348f7 to your computer and use it in GitHub Desktop.
pull_lists.R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| structure(list(ok = TRUE, content = list(structure(list(sha = "2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| commit = structure(list(author = structure(list(name = "Evan Phoenix", | |
| email = "evan@fallingsnow.net", date = "2012-12-04T22:54:44Z"), .Names = c("name", | |
| "email", "date")), committer = structure(list(name = "Evan Phoenix", | |
| email = "evan@fallingsnow.net", date = "2012-12-04T22:54:44Z"), .Names = c("name", | |
| "email", "date")), message = "Remove Array.attr_accessor :total", | |
| tree = structure(list(sha = "f9e8137681c2851b219497b1393d2c214c0c1d52", | |
| url = "https://api.github.com/repos/rubinius/rubinius/git/trees/f9e8137681c2851b219497b1393d2c214c0c1d52"), .Names = c("sha", | |
| "url")), url = "https://api.github.com/repos/rubinius/rubinius/git/commits/2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| comment_count = 0L), .Names = c("author", "committer", | |
| "message", "tree", "url", "comment_count")), url = "https://api.github.com/repos/rubinius/rubinius/commits/2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| html_url = "https://github.com/rubinius/rubinius/commit/2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| comments_url = "https://api.github.com/repos/rubinius/rubinius/commits/2dd95c322feb610df489cc75e2ff650d5dd478f5/comments", | |
| author = structure(list(login = "evanphx", id = 7L, avatar_url = "https://avatars.githubusercontent.com/u/7?v=3", | |
| gravatar_id = "", url = "https://api.github.com/users/evanphx", | |
| html_url = "https://github.com/evanphx", followers_url = "https://api.github.com/users/evanphx/followers", | |
| following_url = "https://api.github.com/users/evanphx/following{/other_user}", | |
| gists_url = "https://api.github.com/users/evanphx/gists{/gist_id}", | |
| starred_url = "https://api.github.com/users/evanphx/starred{/owner}{/repo}", | |
| subscriptions_url = "https://api.github.com/users/evanphx/subscriptions", | |
| organizations_url = "https://api.github.com/users/evanphx/orgs", | |
| repos_url = "https://api.github.com/users/evanphx/repos", | |
| events_url = "https://api.github.com/users/evanphx/events{/privacy}", | |
| received_events_url = "https://api.github.com/users/evanphx/received_events", | |
| type = "User", site_admin = FALSE), .Names = c("login", | |
| "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", | |
| "following_url", "gists_url", "starred_url", "subscriptions_url", | |
| "organizations_url", "repos_url", "events_url", "received_events_url", | |
| "type", "site_admin")), committer = structure(list(login = "evanphx", | |
| id = 7L, avatar_url = "https://avatars.githubusercontent.com/u/7?v=3", | |
| gravatar_id = "", url = "https://api.github.com/users/evanphx", | |
| html_url = "https://github.com/evanphx", followers_url = "https://api.github.com/users/evanphx/followers", | |
| following_url = "https://api.github.com/users/evanphx/following{/other_user}", | |
| gists_url = "https://api.github.com/users/evanphx/gists{/gist_id}", | |
| starred_url = "https://api.github.com/users/evanphx/starred{/owner}{/repo}", | |
| subscriptions_url = "https://api.github.com/users/evanphx/subscriptions", | |
| organizations_url = "https://api.github.com/users/evanphx/orgs", | |
| repos_url = "https://api.github.com/users/evanphx/repos", | |
| events_url = "https://api.github.com/users/evanphx/events{/privacy}", | |
| received_events_url = "https://api.github.com/users/evanphx/received_events", | |
| type = "User", site_admin = FALSE), .Names = c("login", | |
| "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", | |
| "following_url", "gists_url", "starred_url", "subscriptions_url", | |
| "organizations_url", "repos_url", "events_url", "received_events_url", | |
| "type", "site_admin")), parents = list(structure(list(sha = "a9a40fc6a1256bcf6382631b710430105c5dd868", | |
| url = "https://api.github.com/repos/rubinius/rubinius/commits/a9a40fc6a1256bcf6382631b710430105c5dd868", | |
| html_url = "https://github.com/rubinius/rubinius/commit/a9a40fc6a1256bcf6382631b710430105c5dd868"), .Names = c("sha", | |
| "url", "html_url")))), .Names = c("sha", "commit", "url", | |
| "html_url", "comments_url", "author", "committer", "parents")), | |
| structure(list(sha = "0b96773469c0bb174d98e8de470c3bddcf34856b", | |
| commit = structure(list(author = structure(list(name = "Evan Phoenix", | |
| email = "evan@fallingsnow.net", date = "2012-12-05T00:00:41Z"), .Names = c("name", | |
| "email", "date")), committer = structure(list(name = "Evan Phoenix", | |
| email = "evan@fallingsnow.net", date = "2012-12-05T00:00:41Z"), .Names = c("name", | |
| "email", "date")), message = "Clean Array by using a Reflector (simple mirror)\n\nArray left it's guts exposed to deal with the way that data has to be\nexposed in ruby. To clean things up, I've introduce a Reflector class\nwhich is a simple mirror. This can easily access the internal data of an\nobject. Additionally, rather than using instance_variable_[get|set] the\nJIT can make access quite fast because it doesn't have to deal with any\nedgecases.", | |
| tree = structure(list(sha = "fa1fa5c0321b3b68ec5d80a19f92da2d16fc1789", | |
| url = "https://api.github.com/repos/rubinius/rubinius/git/trees/fa1fa5c0321b3b68ec5d80a19f92da2d16fc1789"), .Names = c("sha", | |
| "url")), url = "https://api.github.com/repos/rubinius/rubinius/git/commits/0b96773469c0bb174d98e8de470c3bddcf34856b", | |
| comment_count = 0L), .Names = c("author", "committer", | |
| "message", "tree", "url", "comment_count")), url = "https://api.github.com/repos/rubinius/rubinius/commits/0b96773469c0bb174d98e8de470c3bddcf34856b", | |
| html_url = "https://github.com/rubinius/rubinius/commit/0b96773469c0bb174d98e8de470c3bddcf34856b", | |
| comments_url = "https://api.github.com/repos/rubinius/rubinius/commits/0b96773469c0bb174d98e8de470c3bddcf34856b/comments", | |
| author = structure(list(login = "evanphx", id = 7L, avatar_url = "https://avatars.githubusercontent.com/u/7?v=3", | |
| gravatar_id = "", url = "https://api.github.com/users/evanphx", | |
| html_url = "https://github.com/evanphx", followers_url = "https://api.github.com/users/evanphx/followers", | |
| following_url = "https://api.github.com/users/evanphx/following{/other_user}", | |
| gists_url = "https://api.github.com/users/evanphx/gists{/gist_id}", | |
| starred_url = "https://api.github.com/users/evanphx/starred{/owner}{/repo}", | |
| subscriptions_url = "https://api.github.com/users/evanphx/subscriptions", | |
| organizations_url = "https://api.github.com/users/evanphx/orgs", | |
| repos_url = "https://api.github.com/users/evanphx/repos", | |
| events_url = "https://api.github.com/users/evanphx/events{/privacy}", | |
| received_events_url = "https://api.github.com/users/evanphx/received_events", | |
| type = "User", site_admin = FALSE), .Names = c("login", | |
| "id", "avatar_url", "gravatar_id", "url", "html_url", | |
| "followers_url", "following_url", "gists_url", "starred_url", | |
| "subscriptions_url", "organizations_url", "repos_url", | |
| "events_url", "received_events_url", "type", "site_admin" | |
| )), committer = structure(list(login = "evanphx", id = 7L, | |
| avatar_url = "https://avatars.githubusercontent.com/u/7?v=3", | |
| gravatar_id = "", url = "https://api.github.com/users/evanphx", | |
| html_url = "https://github.com/evanphx", followers_url = "https://api.github.com/users/evanphx/followers", | |
| following_url = "https://api.github.com/users/evanphx/following{/other_user}", | |
| gists_url = "https://api.github.com/users/evanphx/gists{/gist_id}", | |
| starred_url = "https://api.github.com/users/evanphx/starred{/owner}{/repo}", | |
| subscriptions_url = "https://api.github.com/users/evanphx/subscriptions", | |
| organizations_url = "https://api.github.com/users/evanphx/orgs", | |
| repos_url = "https://api.github.com/users/evanphx/repos", | |
| events_url = "https://api.github.com/users/evanphx/events{/privacy}", | |
| received_events_url = "https://api.github.com/users/evanphx/received_events", | |
| type = "User", site_admin = FALSE), .Names = c("login", | |
| "id", "avatar_url", "gravatar_id", "url", "html_url", | |
| "followers_url", "following_url", "gists_url", "starred_url", | |
| "subscriptions_url", "organizations_url", "repos_url", | |
| "events_url", "received_events_url", "type", "site_admin" | |
| )), parents = list(structure(list(sha = "2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| url = "https://api.github.com/repos/rubinius/rubinius/commits/2dd95c322feb610df489cc75e2ff650d5dd478f5", | |
| html_url = "https://github.com/rubinius/rubinius/commit/2dd95c322feb610df489cc75e2ff650d5dd478f5"), .Names = c("sha", | |
| "url", "html_url")))), .Names = c("sha", "commit", "url", | |
| "html_url", "comments_url", "author", "committer", "parents" | |
| ))), headers = structure(list(server = "GitHub.com", date = "Thu, 23 Jul 2015 20:59:37 GMT", | |
| `content-type` = "application/json; charset=utf-8", `transfer-encoding` = "chunked", | |
| status = "200 OK", `x-ratelimit-limit` = "5000", `x-ratelimit-remaining` = "4330", | |
| `x-ratelimit-reset` = "1437686304", `cache-control` = "private, max-age=60, s-maxage=60", | |
| `last-modified` = "Sat, 11 Jul 2015 05:33:43 GMT", etag = "W/\"d653645e25ab7a186e96b524eedebe5e\"", | |
| `x-oauth-scopes` = "", `x-accepted-oauth-scopes` = "", `x-oauth-client-id` = "3f2c05f63b3d9cebf87f", | |
| vary = "Accept, Authorization, Cookie, X-GitHub-OTP", `x-github-media-type` = "github.beta; format=json", | |
| `x-xss-protection` = "1; mode=block", `x-frame-options` = "deny", | |
| `content-security-policy` = "default-src 'none'", `access-control-allow-credentials` = "true", | |
| `access-control-expose-headers` = "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval", | |
| `access-control-allow-origin` = "*", `x-github-request-id` = "18AC93F4:667C:29A9C35:55B155B9", | |
| `strict-transport-security` = "max-age=31536000; includeSubdomains; preload", | |
| `x-content-type-options` = "nosniff", vary = "Accept-Encoding", | |
| `x-served-by` = "8a5c38021a5cd7cef7b8f49a296fee40", `content-encoding` = "gzip"), .Names = c("server", | |
| "date", "content-type", "transfer-encoding", "status", "x-ratelimit-limit", | |
| "x-ratelimit-remaining", "x-ratelimit-reset", "cache-control", | |
| "last-modified", "etag", "x-oauth-scopes", "x-accepted-oauth-scopes", | |
| "x-oauth-client-id", "vary", "x-github-media-type", "x-xss-protection", | |
| "x-frame-options", "content-security-policy", "access-control-allow-credentials", | |
| "access-control-expose-headers", "access-control-allow-origin", | |
| "x-github-request-id", "strict-transport-security", "x-content-type-options", | |
| "vary", "x-served-by", "content-encoding"), class = c("insensitive", | |
| "list")), code = 200L), .Names = c("ok", "content", "headers", | |
| "code")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment