github-search 0.1.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.
- checksums.yaml +7 -0
- data/.gitignore +14 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +250 -0
- data/Rakefile +10 -0
- data/github-search.gemspec +29 -0
- data/lib/github-search.rb +12 -0
- data/lib/github-search/issue.rb +55 -0
- data/lib/github-search/repository.rb +151 -0
- data/lib/github-search/search_string_builder.rb +63 -0
- data/lib/github-search/searcher.rb +35 -0
- data/lib/github-search/user.rb +51 -0
- data/lib/github-search/version.rb +3 -0
- data/test/fixtures/search_issues.yml +73 -0
- data/test/fixtures/search_issues_order_ascending.yml +73 -0
- data/test/fixtures/search_issues_order_descending.yml +73 -0
- data/test/fixtures/search_issues_sort_by_comments.yml +73 -0
- data/test/fixtures/search_issues_sort_by_created_at.yml +73 -0
- data/test/fixtures/search_issues_sort_by_updated_at.yml +73 -0
- data/test/fixtures/search_repositories.yml +69 -0
- data/test/fixtures/search_repositories_order_ascending.yml +74 -0
- data/test/fixtures/search_repositories_order_descending.yml +74 -0
- data/test/fixtures/search_repositories_sort_by_forks.yml +74 -0
- data/test/fixtures/search_repositories_sort_by_stars.yml +74 -0
- data/test/fixtures/search_repositories_sort_by_updated_at.yml +74 -0
- data/test/fixtures/search_users.yml +69 -0
- data/test/issues/issue_test.rb +132 -0
- data/test/repositories/repository_test.rb +181 -0
- data/test/test_helper.rb +9 -0
- data/test/users/user_test.rb +41 -0
- metadata +192 -0
@@ -0,0 +1,73 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/issues?q=test%20issue%20repo:Morred/github-search%20label:enhancement&sort=created
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Sun, 05 Apr 2015 06:19:52 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '9'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1428214852'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 7E1253F7:54C4:462540:5520D407
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 173530fed4bbeb1e264b2ed22e8b5c20
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":2,"incomplete_results":false,"items":[{"url":"https://api.github.com/repos/Morred/github-search/issues/2","labels_url":"https://api.github.com/repos/Morred/github-search/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/Morred/github-search/issues/2/comments","events_url":"https://api.github.com/repos/Morred/github-search/issues/2/events","html_url":"https://github.com/Morred/github-search/issues/2","id":54452074,"number":2,"title":"This
|
67
|
+
is another test issue.","user":{"login":"Morred","id":4008608,"avatar_url":"https://avatars.githubusercontent.com/u/4008608?v=3","gravatar_id":"","url":"https://api.github.com/users/Morred","html_url":"https://github.com/Morred","followers_url":"https://api.github.com/users/Morred/followers","following_url":"https://api.github.com/users/Morred/following{/other_user}","gists_url":"https://api.github.com/users/Morred/gists{/gist_id}","starred_url":"https://api.github.com/users/Morred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Morred/subscriptions","organizations_url":"https://api.github.com/users/Morred/orgs","repos_url":"https://api.github.com/users/Morred/repos","events_url":"https://api.github.com/users/Morred/events{/privacy}","received_events_url":"https://api.github.com/users/Morred/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/Morred/github-search/labels/enhancement","name":"enhancement","color":"84b6eb"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":1,"created_at":"2015-01-15T14:02:14Z","updated_at":"2015-03-28T06:06:22Z","closed_at":null,"body":"This
|
68
|
+
is another test issue.","score":8.851852},{"url":"https://api.github.com/repos/Morred/github-search/issues/1","labels_url":"https://api.github.com/repos/Morred/github-search/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Morred/github-search/issues/1/comments","events_url":"https://api.github.com/repos/Morred/github-search/issues/1/events","html_url":"https://github.com/Morred/github-search/issues/1","id":54451965,"number":1,"title":"This
|
69
|
+
is a test issue","user":{"login":"Morred","id":4008608,"avatar_url":"https://avatars.githubusercontent.com/u/4008608?v=3","gravatar_id":"","url":"https://api.github.com/users/Morred","html_url":"https://github.com/Morred","followers_url":"https://api.github.com/users/Morred/followers","following_url":"https://api.github.com/users/Morred/following{/other_user}","gists_url":"https://api.github.com/users/Morred/gists{/gist_id}","starred_url":"https://api.github.com/users/Morred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Morred/subscriptions","organizations_url":"https://api.github.com/users/Morred/orgs","repos_url":"https://api.github.com/users/Morred/repos","events_url":"https://api.github.com/users/Morred/events{/privacy}","received_events_url":"https://api.github.com/users/Morred/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/Morred/github-search/labels/enhancement","name":"enhancement","color":"84b6eb"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":2,"created_at":"2015-01-15T14:01:13Z","updated_at":"2015-03-28T06:06:11Z","closed_at":null,"body":"This
|
70
|
+
is a test issue.","score":8.851841}]}'
|
71
|
+
http_version:
|
72
|
+
recorded_at: Sun, 05 Apr 2015 06:19:52 GMT
|
73
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,73 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/issues?q=test%20issue%20repo:Morred/github-search%20label:enhancement&sort=updated
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Sun, 05 Apr 2015 06:19:54 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '7'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1428214852'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 7E1253F7:54C2:86F3C5:5520D409
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 474556b853193c38f1b14328ce2d1b7d
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":2,"incomplete_results":false,"items":[{"url":"https://api.github.com/repos/Morred/github-search/issues/2","labels_url":"https://api.github.com/repos/Morred/github-search/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/Morred/github-search/issues/2/comments","events_url":"https://api.github.com/repos/Morred/github-search/issues/2/events","html_url":"https://github.com/Morred/github-search/issues/2","id":54452074,"number":2,"title":"This
|
67
|
+
is another test issue.","user":{"login":"Morred","id":4008608,"avatar_url":"https://avatars.githubusercontent.com/u/4008608?v=3","gravatar_id":"","url":"https://api.github.com/users/Morred","html_url":"https://github.com/Morred","followers_url":"https://api.github.com/users/Morred/followers","following_url":"https://api.github.com/users/Morred/following{/other_user}","gists_url":"https://api.github.com/users/Morred/gists{/gist_id}","starred_url":"https://api.github.com/users/Morred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Morred/subscriptions","organizations_url":"https://api.github.com/users/Morred/orgs","repos_url":"https://api.github.com/users/Morred/repos","events_url":"https://api.github.com/users/Morred/events{/privacy}","received_events_url":"https://api.github.com/users/Morred/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/Morred/github-search/labels/enhancement","name":"enhancement","color":"84b6eb"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":1,"created_at":"2015-01-15T14:02:14Z","updated_at":"2015-03-28T06:06:22Z","closed_at":null,"body":"This
|
68
|
+
is another test issue.","score":8.851851},{"url":"https://api.github.com/repos/Morred/github-search/issues/1","labels_url":"https://api.github.com/repos/Morred/github-search/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/Morred/github-search/issues/1/comments","events_url":"https://api.github.com/repos/Morred/github-search/issues/1/events","html_url":"https://github.com/Morred/github-search/issues/1","id":54451965,"number":1,"title":"This
|
69
|
+
is a test issue","user":{"login":"Morred","id":4008608,"avatar_url":"https://avatars.githubusercontent.com/u/4008608?v=3","gravatar_id":"","url":"https://api.github.com/users/Morred","html_url":"https://github.com/Morred","followers_url":"https://api.github.com/users/Morred/followers","following_url":"https://api.github.com/users/Morred/following{/other_user}","gists_url":"https://api.github.com/users/Morred/gists{/gist_id}","starred_url":"https://api.github.com/users/Morred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Morred/subscriptions","organizations_url":"https://api.github.com/users/Morred/orgs","repos_url":"https://api.github.com/users/Morred/repos","events_url":"https://api.github.com/users/Morred/events{/privacy}","received_events_url":"https://api.github.com/users/Morred/received_events","type":"User","site_admin":false},"labels":[{"url":"https://api.github.com/repos/Morred/github-search/labels/enhancement","name":"enhancement","color":"84b6eb"}],"state":"open","locked":false,"assignee":null,"milestone":null,"comments":2,"created_at":"2015-01-15T14:01:13Z","updated_at":"2015-03-28T06:06:11Z","closed_at":null,"body":"This
|
70
|
+
is a test issue.","score":8.85184}]}'
|
71
|
+
http_version:
|
72
|
+
recorded_at: Sun, 05 Apr 2015 06:19:54 GMT
|
73
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,69 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/repositories?q=github%20user:Morred%20fork:false
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Wed, 25 Mar 2015 23:56:29 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '9'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1427327849'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 72A7B8B8:203D:8732F6:55134B2C
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 07ff1c8a09e44b62e277fae50a1b1dc4
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":1,"incomplete_results":false,"items":[{"id":29250518,"name":"github-search","full_name":"Morred/github-search","owner":{"login":"Morred","id":4008608,"avatar_url":"https://avatars.githubusercontent.com/u/4008608?v=3","gravatar_id":"","url":"https://api.github.com/users/Morred","html_url":"https://github.com/Morred","followers_url":"https://api.github.com/users/Morred/followers","following_url":"https://api.github.com/users/Morred/following{/other_user}","gists_url":"https://api.github.com/users/Morred/gists{/gist_id}","starred_url":"https://api.github.com/users/Morred/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Morred/subscriptions","organizations_url":"https://api.github.com/users/Morred/orgs","repos_url":"https://api.github.com/users/Morred/repos","events_url":"https://api.github.com/users/Morred/events{/privacy}","received_events_url":"https://api.github.com/users/Morred/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/Morred/github-search","description":"","fork":false,"url":"https://api.github.com/repos/Morred/github-search","forks_url":"https://api.github.com/repos/Morred/github-search/forks","keys_url":"https://api.github.com/repos/Morred/github-search/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Morred/github-search/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Morred/github-search/teams","hooks_url":"https://api.github.com/repos/Morred/github-search/hooks","issue_events_url":"https://api.github.com/repos/Morred/github-search/issues/events{/number}","events_url":"https://api.github.com/repos/Morred/github-search/events","assignees_url":"https://api.github.com/repos/Morred/github-search/assignees{/user}","branches_url":"https://api.github.com/repos/Morred/github-search/branches{/branch}","tags_url":"https://api.github.com/repos/Morred/github-search/tags","blobs_url":"https://api.github.com/repos/Morred/github-search/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Morred/github-search/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Morred/github-search/git/refs{/sha}","trees_url":"https://api.github.com/repos/Morred/github-search/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Morred/github-search/statuses/{sha}","languages_url":"https://api.github.com/repos/Morred/github-search/languages","stargazers_url":"https://api.github.com/repos/Morred/github-search/stargazers","contributors_url":"https://api.github.com/repos/Morred/github-search/contributors","subscribers_url":"https://api.github.com/repos/Morred/github-search/subscribers","subscription_url":"https://api.github.com/repos/Morred/github-search/subscription","commits_url":"https://api.github.com/repos/Morred/github-search/commits{/sha}","git_commits_url":"https://api.github.com/repos/Morred/github-search/git/commits{/sha}","comments_url":"https://api.github.com/repos/Morred/github-search/comments{/number}","issue_comment_url":"https://api.github.com/repos/Morred/github-search/issues/comments{/number}","contents_url":"https://api.github.com/repos/Morred/github-search/contents/{+path}","compare_url":"https://api.github.com/repos/Morred/github-search/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Morred/github-search/merges","archive_url":"https://api.github.com/repos/Morred/github-search/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Morred/github-search/downloads","issues_url":"https://api.github.com/repos/Morred/github-search/issues{/number}","pulls_url":"https://api.github.com/repos/Morred/github-search/pulls{/number}","milestones_url":"https://api.github.com/repos/Morred/github-search/milestones{/number}","notifications_url":"https://api.github.com/repos/Morred/github-search/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Morred/github-search/labels{/name}","releases_url":"https://api.github.com/repos/Morred/github-search/releases{/id}","created_at":"2015-01-14T15:24:13Z","updated_at":"2015-02-22T13:11:59Z","pushed_at":"2015-03-07T14:49:15Z","git_url":"git://github.com/Morred/github-search.git","ssh_url":"git@github.com:Morred/github-search.git","clone_url":"https://github.com/Morred/github-search.git","svn_url":"https://github.com/Morred/github-search","homepage":null,"size":280,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":5,"forks":0,"open_issues":5,"watchers":0,"default_branch":"master","score":1.5003858}]}'
|
67
|
+
http_version:
|
68
|
+
recorded_at: Wed, 25 Mar 2015 23:56:29 GMT
|
69
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/repositories?order=asc&q=client%20user:jwaterfaucett&sort=stars
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Thu, 26 Mar 2015 00:13:55 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '9'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1427328895'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 72A7B8B8:2037:684230:55134F43
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 2811da37fbdda4367181b328b22b2499
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":5,"incomplete_results":false,"items":[{"id":16184608,"name":"youtrack","full_name":"jwaterfaucett/youtrack","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/youtrack","description":"youTrack
|
67
|
+
ruby Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/youtrack","forks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/youtrack/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/youtrack/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/youtrack/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/youtrack/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/youtrack/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/youtrack/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/youtrack/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/youtrack/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/youtrack/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/youtrack/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/youtrack/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/youtrack/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/youtrack/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/youtrack/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/youtrack/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/youtrack/releases{/id}","created_at":"2014-01-23T20:26:25Z","updated_at":"2014-07-14T14:11:04Z","pushed_at":"2014-07-14T14:11:34Z","git_url":"git://github.com/jwaterfaucett/youtrack.git","ssh_url":"git@github.com:jwaterfaucett/youtrack.git","clone_url":"https://github.com/jwaterfaucett/youtrack.git","svn_url":"https://github.com/jwaterfaucett/youtrack","homepage":null,"size":353,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":4,"mirror_url":null,"open_issues_count":2,"forks":4,"open_issues":2,"watchers":0,"default_branch":"master","score":2.2164533},{"id":20739905,"name":"horizonte","full_name":"jwaterfaucett/horizonte","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/horizonte","description":"A
|
68
|
+
Daytime Server and Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/horizonte","forks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/horizonte/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/horizonte/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/horizonte/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/horizonte/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/horizonte/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/horizonte/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/horizonte/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/horizonte/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/horizonte/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/horizonte/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/horizonte/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/horizonte/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/horizonte/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/horizonte/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/horizonte/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/horizonte/releases{/id}","created_at":"2014-06-11T20:21:06Z","updated_at":"2014-06-16T20:43:54Z","pushed_at":"2014-06-16T20:43:55Z","git_url":"git://github.com/jwaterfaucett/horizonte.git","ssh_url":"git@github.com:jwaterfaucett/horizonte.git","clone_url":"https://github.com/jwaterfaucett/horizonte.git","svn_url":"https://github.com/jwaterfaucett/horizonte","homepage":null,"size":128,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.9685792},{"id":29160694,"name":"jira_box","full_name":"jwaterfaucett/jira_box","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/jira_box","description":"Jira
|
69
|
+
ruby rest client and oauth helpers","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/jira_box","forks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/jira_box/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/jira_box/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/jira_box/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/jira_box/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/jira_box/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/jira_box/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/jira_box/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/jira_box/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/jira_box/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/jira_box/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/jira_box/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/jira_box/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/jira_box/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/jira_box/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/jira_box/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/jira_box/releases{/id}","created_at":"2015-01-12T22:38:34Z","updated_at":"2015-01-26T15:38:58Z","pushed_at":"2015-01-26T15:38:58Z","git_url":"git://github.com/jwaterfaucett/jira_box.git","ssh_url":"git@github.com:jwaterfaucett/jira_box.git","clone_url":"https://github.com/jwaterfaucett/jira_box.git","svn_url":"https://github.com/jwaterfaucett/jira_box","homepage":null,"size":288,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.83021075},{"id":19483583,"name":"bugherd_client","full_name":"jwaterfaucett/bugherd_client","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/bugherd_client","description":"Ruby
|
70
|
+
Client for the BugHerd REST API","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/bugherd_client","forks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/releases{/id}","created_at":"2014-05-06T06:31:26Z","updated_at":"2015-01-15T11:43:57Z","pushed_at":"2015-01-15T11:44:06Z","git_url":"git://github.com/jwaterfaucett/bugherd_client.git","ssh_url":"git@github.com:jwaterfaucett/bugherd_client.git","clone_url":"https://github.com/jwaterfaucett/bugherd_client.git","svn_url":"https://github.com/jwaterfaucett/bugherd_client","homepage":"","size":548,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":2.798704},{"id":13445307,"name":"rodzilla","full_name":"jwaterfaucett/rodzilla","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/rodzilla","description":"A
|
71
|
+
Bugzilla Json-RPC API Client in Ruby","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/rodzilla","forks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/releases{/id}","created_at":"2013-10-09T14:58:57Z","updated_at":"2014-12-29T02:22:57Z","pushed_at":"2013-12-31T22:50:36Z","git_url":"git://github.com/jwaterfaucett/rodzilla.git","ssh_url":"git@github.com:jwaterfaucett/rodzilla.git","clone_url":"https://github.com/jwaterfaucett/rodzilla.git","svn_url":"https://github.com/jwaterfaucett/rodzilla","homepage":"","size":444,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":0.9685792}]}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Thu, 26 Mar 2015 00:13:56 GMT
|
74
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/repositories?order=desc&q=client%20user:jwaterfaucett&sort=stars
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Thu, 26 Mar 2015 00:13:56 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '8'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1427328895'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 72A7B8B8:2043:623AE8:55134F44
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 173530fed4bbeb1e264b2ed22e8b5c20
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":5,"incomplete_results":false,"items":[{"id":19483583,"name":"bugherd_client","full_name":"jwaterfaucett/bugherd_client","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/bugherd_client","description":"Ruby
|
67
|
+
Client for the BugHerd REST API","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/bugherd_client","forks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/releases{/id}","created_at":"2014-05-06T06:31:26Z","updated_at":"2015-01-15T11:43:57Z","pushed_at":"2015-01-15T11:44:06Z","git_url":"git://github.com/jwaterfaucett/bugherd_client.git","ssh_url":"git@github.com:jwaterfaucett/bugherd_client.git","clone_url":"https://github.com/jwaterfaucett/bugherd_client.git","svn_url":"https://github.com/jwaterfaucett/bugherd_client","homepage":"","size":548,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":2.7987046},{"id":13445307,"name":"rodzilla","full_name":"jwaterfaucett/rodzilla","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/rodzilla","description":"A
|
68
|
+
Bugzilla Json-RPC API Client in Ruby","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/rodzilla","forks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/releases{/id}","created_at":"2013-10-09T14:58:57Z","updated_at":"2014-12-29T02:22:57Z","pushed_at":"2013-12-31T22:50:36Z","git_url":"git://github.com/jwaterfaucett/rodzilla.git","ssh_url":"git@github.com:jwaterfaucett/rodzilla.git","clone_url":"https://github.com/jwaterfaucett/rodzilla.git","svn_url":"https://github.com/jwaterfaucett/rodzilla","homepage":"","size":444,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":0.96857953},{"id":16184608,"name":"youtrack","full_name":"jwaterfaucett/youtrack","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/youtrack","description":"youTrack
|
69
|
+
ruby Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/youtrack","forks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/youtrack/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/youtrack/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/youtrack/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/youtrack/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/youtrack/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/youtrack/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/youtrack/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/youtrack/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/youtrack/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/youtrack/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/youtrack/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/youtrack/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/youtrack/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/youtrack/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/youtrack/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/youtrack/releases{/id}","created_at":"2014-01-23T20:26:25Z","updated_at":"2014-07-14T14:11:04Z","pushed_at":"2014-07-14T14:11:34Z","git_url":"git://github.com/jwaterfaucett/youtrack.git","ssh_url":"git@github.com:jwaterfaucett/youtrack.git","clone_url":"https://github.com/jwaterfaucett/youtrack.git","svn_url":"https://github.com/jwaterfaucett/youtrack","homepage":null,"size":353,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":4,"mirror_url":null,"open_issues_count":2,"forks":4,"open_issues":2,"watchers":0,"default_branch":"master","score":2.2164536},{"id":20739905,"name":"horizonte","full_name":"jwaterfaucett/horizonte","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/horizonte","description":"A
|
70
|
+
Daytime Server and Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/horizonte","forks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/horizonte/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/horizonte/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/horizonte/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/horizonte/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/horizonte/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/horizonte/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/horizonte/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/horizonte/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/horizonte/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/horizonte/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/horizonte/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/horizonte/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/horizonte/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/horizonte/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/horizonte/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/horizonte/releases{/id}","created_at":"2014-06-11T20:21:06Z","updated_at":"2014-06-16T20:43:54Z","pushed_at":"2014-06-16T20:43:55Z","git_url":"git://github.com/jwaterfaucett/horizonte.git","ssh_url":"git@github.com:jwaterfaucett/horizonte.git","clone_url":"https://github.com/jwaterfaucett/horizonte.git","svn_url":"https://github.com/jwaterfaucett/horizonte","homepage":null,"size":128,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.96857953},{"id":29160694,"name":"jira_box","full_name":"jwaterfaucett/jira_box","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/jira_box","description":"Jira
|
71
|
+
ruby rest client and oauth helpers","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/jira_box","forks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/jira_box/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/jira_box/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/jira_box/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/jira_box/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/jira_box/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/jira_box/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/jira_box/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/jira_box/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/jira_box/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/jira_box/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/jira_box/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/jira_box/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/jira_box/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/jira_box/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/jira_box/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/jira_box/releases{/id}","created_at":"2015-01-12T22:38:34Z","updated_at":"2015-01-26T15:38:58Z","pushed_at":"2015-01-26T15:38:58Z","git_url":"git://github.com/jwaterfaucett/jira_box.git","ssh_url":"git@github.com:jwaterfaucett/jira_box.git","clone_url":"https://github.com/jwaterfaucett/jira_box.git","svn_url":"https://github.com/jwaterfaucett/jira_box","homepage":null,"size":288,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.83021104}]}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Thu, 26 Mar 2015 00:13:57 GMT
|
74
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/repositories?q=client%20user:jwaterfaucett&sort=forks
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Thu, 26 Mar 2015 00:09:54 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '9'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1427328654'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 72A7B8B8:62AE:9A4AC3:55134E51
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- 01d096e6cfe28f8aea352e988c332cd3
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":5,"incomplete_results":false,"items":[{"id":16184608,"name":"youtrack","full_name":"jwaterfaucett/youtrack","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/youtrack","description":"youTrack
|
67
|
+
ruby Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/youtrack","forks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/youtrack/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/youtrack/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/youtrack/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/youtrack/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/youtrack/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/youtrack/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/youtrack/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/youtrack/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/youtrack/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/youtrack/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/youtrack/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/youtrack/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/youtrack/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/youtrack/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/youtrack/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/youtrack/releases{/id}","created_at":"2014-01-23T20:26:25Z","updated_at":"2014-07-14T14:11:04Z","pushed_at":"2014-07-14T14:11:34Z","git_url":"git://github.com/jwaterfaucett/youtrack.git","ssh_url":"git@github.com:jwaterfaucett/youtrack.git","clone_url":"https://github.com/jwaterfaucett/youtrack.git","svn_url":"https://github.com/jwaterfaucett/youtrack","homepage":null,"size":353,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":4,"mirror_url":null,"open_issues_count":2,"forks":4,"open_issues":2,"watchers":0,"default_branch":"master","score":2.2164714},{"id":19483583,"name":"bugherd_client","full_name":"jwaterfaucett/bugherd_client","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/bugherd_client","description":"Ruby
|
68
|
+
Client for the BugHerd REST API","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/bugherd_client","forks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/releases{/id}","created_at":"2014-05-06T06:31:26Z","updated_at":"2015-01-15T11:43:57Z","pushed_at":"2015-01-15T11:44:06Z","git_url":"git://github.com/jwaterfaucett/bugherd_client.git","ssh_url":"git@github.com:jwaterfaucett/bugherd_client.git","clone_url":"https://github.com/jwaterfaucett/bugherd_client.git","svn_url":"https://github.com/jwaterfaucett/bugherd_client","homepage":"","size":548,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":2.798513},{"id":13445307,"name":"rodzilla","full_name":"jwaterfaucett/rodzilla","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/rodzilla","description":"A
|
69
|
+
Bugzilla Json-RPC API Client in Ruby","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/rodzilla","forks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/releases{/id}","created_at":"2013-10-09T14:58:57Z","updated_at":"2014-12-29T02:22:57Z","pushed_at":"2013-12-31T22:50:36Z","git_url":"git://github.com/jwaterfaucett/rodzilla.git","ssh_url":"git@github.com:jwaterfaucett/rodzilla.git","clone_url":"https://github.com/jwaterfaucett/rodzilla.git","svn_url":"https://github.com/jwaterfaucett/rodzilla","homepage":"","size":444,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":0.9684783},{"id":20739905,"name":"horizonte","full_name":"jwaterfaucett/horizonte","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/horizonte","description":"A
|
70
|
+
Daytime Server and Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/horizonte","forks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/horizonte/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/horizonte/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/horizonte/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/horizonte/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/horizonte/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/horizonte/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/horizonte/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/horizonte/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/horizonte/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/horizonte/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/horizonte/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/horizonte/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/horizonte/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/horizonte/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/horizonte/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/horizonte/releases{/id}","created_at":"2014-06-11T20:21:06Z","updated_at":"2014-06-16T20:43:54Z","pushed_at":"2014-06-16T20:43:55Z","git_url":"git://github.com/jwaterfaucett/horizonte.git","ssh_url":"git@github.com:jwaterfaucett/horizonte.git","clone_url":"https://github.com/jwaterfaucett/horizonte.git","svn_url":"https://github.com/jwaterfaucett/horizonte","homepage":null,"size":128,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.9684783},{"id":29160694,"name":"jira_box","full_name":"jwaterfaucett/jira_box","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/jira_box","description":"Jira
|
71
|
+
ruby rest client and oauth helpers","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/jira_box","forks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/jira_box/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/jira_box/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/jira_box/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/jira_box/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/jira_box/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/jira_box/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/jira_box/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/jira_box/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/jira_box/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/jira_box/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/jira_box/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/jira_box/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/jira_box/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/jira_box/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/jira_box/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/jira_box/releases{/id}","created_at":"2015-01-12T22:38:34Z","updated_at":"2015-01-26T15:38:58Z","pushed_at":"2015-01-26T15:38:58Z","git_url":"git://github.com/jwaterfaucett/jira_box.git","ssh_url":"git@github.com:jwaterfaucett/jira_box.git","clone_url":"https://github.com/jwaterfaucett/jira_box.git","svn_url":"https://github.com/jwaterfaucett/jira_box","homepage":null,"size":288,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.83012426}]}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Thu, 26 Mar 2015 00:09:54 GMT
|
74
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/search/repositories?q=client%20user:jwaterfaucett&sort=stars
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.9.1
|
12
|
+
Accept-Encoding:
|
13
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
+
Accept:
|
15
|
+
- "*/*"
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Thu, 26 Mar 2015 00:07:35 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '10'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '9'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1427328515'
|
37
|
+
Cache-Control:
|
38
|
+
- no-cache
|
39
|
+
X-Github-Media-Type:
|
40
|
+
- github.v3
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
43
|
+
X-Frame-Options:
|
44
|
+
- deny
|
45
|
+
Content-Security-Policy:
|
46
|
+
- default-src 'none'
|
47
|
+
Access-Control-Allow-Credentials:
|
48
|
+
- 'true'
|
49
|
+
Access-Control-Expose-Headers:
|
50
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
51
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
52
|
+
Access-Control-Allow-Origin:
|
53
|
+
- "*"
|
54
|
+
X-Github-Request-Id:
|
55
|
+
- 72A7B8B8:3DAB:5C49C4:55134DC7
|
56
|
+
Strict-Transport-Security:
|
57
|
+
- max-age=31536000; includeSubdomains; preload
|
58
|
+
X-Content-Type-Options:
|
59
|
+
- nosniff
|
60
|
+
Vary:
|
61
|
+
- Accept-Encoding
|
62
|
+
X-Served-By:
|
63
|
+
- dc1ce2bfb41810a06c705e83b388572d
|
64
|
+
body:
|
65
|
+
encoding: UTF-8
|
66
|
+
string: '{"total_count":5,"incomplete_results":false,"items":[{"id":19483583,"name":"bugherd_client","full_name":"jwaterfaucett/bugherd_client","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/bugherd_client","description":"Ruby
|
67
|
+
Client for the BugHerd REST API","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/bugherd_client","forks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/bugherd_client/releases{/id}","created_at":"2014-05-06T06:31:26Z","updated_at":"2015-01-15T11:43:57Z","pushed_at":"2015-01-15T11:44:06Z","git_url":"git://github.com/jwaterfaucett/bugherd_client.git","ssh_url":"git@github.com:jwaterfaucett/bugherd_client.git","clone_url":"https://github.com/jwaterfaucett/bugherd_client.git","svn_url":"https://github.com/jwaterfaucett/bugherd_client","homepage":"","size":548,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":2.7984922},{"id":13445307,"name":"rodzilla","full_name":"jwaterfaucett/rodzilla","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/rodzilla","description":"A
|
68
|
+
Bugzilla Json-RPC API Client in Ruby","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/rodzilla","forks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/rodzilla/releases{/id}","created_at":"2013-10-09T14:58:57Z","updated_at":"2014-12-29T02:22:57Z","pushed_at":"2013-12-31T22:50:36Z","git_url":"git://github.com/jwaterfaucett/rodzilla.git","ssh_url":"git@github.com:jwaterfaucett/rodzilla.git","clone_url":"https://github.com/jwaterfaucett/rodzilla.git","svn_url":"https://github.com/jwaterfaucett/rodzilla","homepage":"","size":444,"stargazers_count":2,"watchers_count":2,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master","score":0.9684782},{"id":16184608,"name":"youtrack","full_name":"jwaterfaucett/youtrack","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/youtrack","description":"youTrack
|
69
|
+
ruby Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/youtrack","forks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/youtrack/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/youtrack/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/youtrack/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/youtrack/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/youtrack/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/youtrack/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/youtrack/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/youtrack/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/youtrack/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/youtrack/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/youtrack/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/youtrack/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/youtrack/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/youtrack/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/youtrack/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/youtrack/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/youtrack/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/youtrack/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/youtrack/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/youtrack/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/youtrack/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/youtrack/releases{/id}","created_at":"2014-01-23T20:26:25Z","updated_at":"2014-07-14T14:11:04Z","pushed_at":"2014-07-14T14:11:34Z","git_url":"git://github.com/jwaterfaucett/youtrack.git","ssh_url":"git@github.com:jwaterfaucett/youtrack.git","clone_url":"https://github.com/jwaterfaucett/youtrack.git","svn_url":"https://github.com/jwaterfaucett/youtrack","homepage":null,"size":353,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":4,"mirror_url":null,"open_issues_count":2,"forks":4,"open_issues":2,"watchers":0,"default_branch":"master","score":2.2162645},{"id":20739905,"name":"horizonte","full_name":"jwaterfaucett/horizonte","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/horizonte","description":"A
|
70
|
+
Daytime Server and Client","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/horizonte","forks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/horizonte/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/horizonte/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/horizonte/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/horizonte/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/horizonte/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/horizonte/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/horizonte/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/horizonte/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/horizonte/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/horizonte/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/horizonte/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/horizonte/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/horizonte/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/horizonte/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/horizonte/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/horizonte/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/horizonte/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/horizonte/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/horizonte/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/horizonte/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/horizonte/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/horizonte/releases{/id}","created_at":"2014-06-11T20:21:06Z","updated_at":"2014-06-16T20:43:54Z","pushed_at":"2014-06-16T20:43:55Z","git_url":"git://github.com/jwaterfaucett/horizonte.git","ssh_url":"git@github.com:jwaterfaucett/horizonte.git","clone_url":"https://github.com/jwaterfaucett/horizonte.git","svn_url":"https://github.com/jwaterfaucett/horizonte","homepage":null,"size":128,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.9684782},{"id":29160694,"name":"jira_box","full_name":"jwaterfaucett/jira_box","owner":{"login":"jwaterfaucett","id":916309,"avatar_url":"https://avatars.githubusercontent.com/u/916309?v=3","gravatar_id":"","url":"https://api.github.com/users/jwaterfaucett","html_url":"https://github.com/jwaterfaucett","followers_url":"https://api.github.com/users/jwaterfaucett/followers","following_url":"https://api.github.com/users/jwaterfaucett/following{/other_user}","gists_url":"https://api.github.com/users/jwaterfaucett/gists{/gist_id}","starred_url":"https://api.github.com/users/jwaterfaucett/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jwaterfaucett/subscriptions","organizations_url":"https://api.github.com/users/jwaterfaucett/orgs","repos_url":"https://api.github.com/users/jwaterfaucett/repos","events_url":"https://api.github.com/users/jwaterfaucett/events{/privacy}","received_events_url":"https://api.github.com/users/jwaterfaucett/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/jwaterfaucett/jira_box","description":"Jira
|
71
|
+
ruby rest client and oauth helpers","fork":false,"url":"https://api.github.com/repos/jwaterfaucett/jira_box","forks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/forks","keys_url":"https://api.github.com/repos/jwaterfaucett/jira_box/keys{/key_id}","collaborators_url":"https://api.github.com/repos/jwaterfaucett/jira_box/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/jwaterfaucett/jira_box/teams","hooks_url":"https://api.github.com/repos/jwaterfaucett/jira_box/hooks","issue_events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/events{/number}","events_url":"https://api.github.com/repos/jwaterfaucett/jira_box/events","assignees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/assignees{/user}","branches_url":"https://api.github.com/repos/jwaterfaucett/jira_box/branches{/branch}","tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/tags","blobs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/refs{/sha}","trees_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/trees{/sha}","statuses_url":"https://api.github.com/repos/jwaterfaucett/jira_box/statuses/{sha}","languages_url":"https://api.github.com/repos/jwaterfaucett/jira_box/languages","stargazers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/stargazers","contributors_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contributors","subscribers_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscribers","subscription_url":"https://api.github.com/repos/jwaterfaucett/jira_box/subscription","commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/commits{/sha}","git_commits_url":"https://api.github.com/repos/jwaterfaucett/jira_box/git/commits{/sha}","comments_url":"https://api.github.com/repos/jwaterfaucett/jira_box/comments{/number}","issue_comment_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues/comments{/number}","contents_url":"https://api.github.com/repos/jwaterfaucett/jira_box/contents/{+path}","compare_url":"https://api.github.com/repos/jwaterfaucett/jira_box/compare/{base}...{head}","merges_url":"https://api.github.com/repos/jwaterfaucett/jira_box/merges","archive_url":"https://api.github.com/repos/jwaterfaucett/jira_box/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/jwaterfaucett/jira_box/downloads","issues_url":"https://api.github.com/repos/jwaterfaucett/jira_box/issues{/number}","pulls_url":"https://api.github.com/repos/jwaterfaucett/jira_box/pulls{/number}","milestones_url":"https://api.github.com/repos/jwaterfaucett/jira_box/milestones{/number}","notifications_url":"https://api.github.com/repos/jwaterfaucett/jira_box/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/jwaterfaucett/jira_box/labels{/name}","releases_url":"https://api.github.com/repos/jwaterfaucett/jira_box/releases{/id}","created_at":"2015-01-12T22:38:34Z","updated_at":"2015-01-26T15:38:58Z","pushed_at":"2015-01-26T15:38:58Z","git_url":"git://github.com/jwaterfaucett/jira_box.git","ssh_url":"git@github.com:jwaterfaucett/jira_box.git","clone_url":"https://github.com/jwaterfaucett/jira_box.git","svn_url":"https://github.com/jwaterfaucett/jira_box","homepage":null,"size":288,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":0.8301242}]}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Thu, 26 Mar 2015 00:07:36 GMT
|
74
|
+
recorded_with: VCR 2.9.3
|